/*
 Theme Name: Dhiraj Child
 Theme URI:  https://dhirajtakri.com
 Description: Child theme for custom Dhiraj book landing page
 Author:      Dhiraj Takri
 Template:    astra
 Version:     1.0.0
*/

/* --- custom styles start --- */
:root{
  --accent: #0b74de;
  --text: #222;
  --muted: #666;
  --max-width: 1100px;
}

body { color:var(--text); font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.6; }
.container { max-width:var(--max-width); margin:0 auto; padding:24px; }

/* Hero */
.book-hero { display:flex; gap:32px; align-items:center; flex-wrap:wrap; padding:48px 0; }
.book-cover { flex:0 0 320px; max-width:320px; }
.book-cover img { width:100%; height:auto; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,.08); display:block; }
.book-info { flex:1; min-width:280px; }
.book-title { font-size:2.1rem; margin:0 0 8px; }
.book-sub { color:var(--muted); margin:0 0 18px; }
.btn-buy { display:inline-block; padding:12px 18px; background:var(--accent); color:#fff; text-decoration:none; border-radius:8px; }

/* Excerpt & features */
.book-excerpt { margin-top:18px; color:var(--muted); }

/* Author */
.author { display:flex; gap:16px; align-items:center; padding-top:28px; border-top:1px solid #eee; margin-top:28px; }
.author img{ width:96px; height:96px; border-radius:50%; object-fit:cover; }

/* Footer actions */
.social-links a { margin-right:12px; text-decoration:none; color:var(--accent); }

/* responsive */
@media (max-width:720px){
  .book-hero{ padding:20px 0; }
  .book-cover{ flex-basis:100%; max-width:240px; margin:0 auto; }
  .book-info{ text-align:center; }
}
