/* Make book pages feel full-screen and premium, using AquaEnergy identity */
body.single-book {
    background: #f4f8fb;
    font-family: "Alexandria", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.single-book .entry-header,
.single-book .wp-block-post-title,
.single-book .wp-block-post-featured-image,
.single-book .post-thumbnail,
.single-book .entry-title,
.single-book h1.entry-title {
    display: none;
}

/* Hide default WordPress comments form on book pages (we use custom reviews) */
.single-book .comments-area,
.single-book .comment-respond {
    display: none;
}

.single-book .post-navigation,
.single-book .navigation.post-navigation {
    display: none;
}

.ghbl-book-page {
    padding: 70px 16px 90px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.ghbl-book-shell {
    width: 85vw;
    max-width: 1280px;
}

.ghbl-book-card {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.30);
    border: 1px solid #dbeafe;
    overflow: hidden;
    margin-bottom: 32px;
}

/* Remove underlines from links in book layouts */
.ghbl-book-card a,
.ghbl-book-card a:visited,
.ghbl-book-card a:hover,
.ghbl-book-card a:focus,
.ghbl-book-section a,
.ghbl-book-section a:visited,
.ghbl-book-section a:hover,
.ghbl-book-section a:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.ghbl-book-hero {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #0387d3, #3dc04a);
    color: #ffffff;
    padding: 30px 30px 24px;
    position: relative;
}

.ghbl-book-hero-main {
    flex: 1 1 260px;
    padding-right: 24px;
}

.ghbl-book-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(15, 23, 42, 0.22);
    margin-bottom: 8px;
}

.ghbl-book-title {
    font-size: 28px;
    font-weight: 800;
    margin: 4px 0 4px;
    line-height: 1.25;
    color: #ffffff !important;
}

.ghbl-book-meta-line {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.ghbl-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #e5f4ff;
}

.ghbl-meta-item i {
    font-size: 13px;
}

.ghbl-meta-label {
    font-weight: 500;
    opacity: 0.95;
}

.ghbl-meta-value {
    opacity: 0.9;
}

.ghbl-meta-rating .ghbl-rating-stars i {
    color: #facc15;
    margin-inline: 1px;
}

.ghbl-book-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ghbl-book-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7a1f, #ffb13b);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.ghbl-book-btn-primary:hover {
    filter: brightness(1.05);
    color: #ffffff;
}

.ghbl-book-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid rgba(240, 249, 255, 0.65);
    color: #e5e7eb;
    font-size: 14px;
    text-decoration: none;
    background: rgba(15, 23, 42, 0.35);
    box-sizing: border-box;
}

.ghbl-book-hero-aside {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
}

.ghbl-book-cover {
    width: 250px;
    height: 360px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 88px 0 88px 0 rgba(15, 23, 42, 0.45);
}

.ghbl-book-cover img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
}

.ghbl-book-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.ghbl-book-chip {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
}

.ghbl-book-body {
    padding: 0;
}

.ghbl-book-body h2 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #0387d3;
}

.ghbl-book-body .ghbl-book-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 12px;
}

.ghbl-book-body-inner {
    background: #f7fafc;
    border-radius: 18px;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.7;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.ghbl-book-body-inner p:last-child {
    margin-bottom: 0;
}

.ghbl-book-section {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border: 1px solid #dbeafe;
    margin-bottom: 32px;
}

.ghbl-book-details-card {
    margin: 0;
}

.ghbl-book-details-card h3 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #0387d3;
}

.ghbl-book-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 24px;
    font-size: 14px;
}

.ghbl-book-detail {
    padding: 4px 0;
}

.ghbl-book-btn-primary i,
.ghbl-book-btn-ghost i {
    margin-inline-end: 4px;
}

.ghbl-book-details-label {
    color: #6b7280;
    margin-bottom: 2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ghbl-book-details-label i {
    font-size: 14px;
    color: #0387d3;
}

.ghbl-book-details-value {
    font-weight: 600;
    color: #111827;
}

.ghbl-book-details-value.ghbl-rating-stars i {
    color: #facc15;
    margin-inline: 1px;
}

.ghbl-book-share {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ghbl-book-share-label {
    font-size: 14px;
    color: #e5e7eb;
    opacity: 0.9;
}

.ghbl-book-share-buttons {
    display: flex;
    gap: 8px;
}

.ghbl-share-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.45);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ghbl-share-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
}

.ghbl-share-facebook {
    background: #1877f2;
}

.ghbl-share-twitter {
    background: #111827;
}

.ghbl-share-whatsapp {
    background: #25d366;
}

.ghbl-share-telegram {
    background: #0088cc;
}

.ghbl-share-linkedin {
    background: #0a66c2;
}

.ghbl-share-pinterest {
    background: #e60023;
}

.ghbl-share-email {
    background: #0f172a;
}

.ghbl-share-copy {
    background: #6b7280;
}

.ghbl-share-copy.ghbl-share-copy--done {
    background: #16a34a;
}

.ghbl-book-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.ghbl-book-breadcrumb a {
    color: #64748b;
}

.ghbl-book-breadcrumb a:hover {
    color: #0284c7;
}

.ghbl-book-breadcrumb i {
    margin-inline-end: 4px;
}

.ghbl-breadcrumb-separator {
    color: #cbd5f5;
}

.ghbl-breadcrumb-current {
    color: #0f172a;
    font-weight: 600;
}

.ghbl-book-related h3 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #0387d3;
}

.ghbl-book-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ghbl-book-related-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #dbeafe;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
}

.ghbl-book-related-cover {
    display: block;
    background: #e5f2ff;
}

.ghbl-book-related-cover img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.ghbl-book-related-body {
    padding: 10px 12px 12px;
}

.ghbl-book-related-title {
    font-size: 14px;
    margin: 0 0 4px;
}

.ghbl-book-related-title a {
    color: #0f172a;
}

.ghbl-book-related-title a:hover {
    color: #0284c7;
}

.ghbl-book-related-meta {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.ghbl-book-related-badges {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ghbl-pill-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e5f2ff;
    font-size: 11px;
    color: #0369a1;
}

.ghbl-pill-meta i {
    font-size: 11px;
}

.ghbl-pill-meta-rating {
    background: #fef3c7;
    color: #92400e;
}

.ghbl-book-reviews h3 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #0387d3;
}

.ghbl-section-heading {
    position: relative;
    padding-left: 40px;
}

.ghbl-section-heading i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 46px;
    color: #0387d3;
    opacity: 0.08;
    pointer-events: none;
}

.ghbl-section-heading span {
    position: relative;
    z-index: 1;
}

.ghbl-book-review-message {
    font-size: 13px;
    margin: 4px 0 8px;
}

.ghbl-book-review-message--success {
    color: #16a34a;
}

.ghbl-book-review-message--error {
    color: #dc2626;
}

.ghbl-book-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.ghbl-book-review {
    background: #f9fafb;
    border-radius: 14px;
    padding: 10px 12px;
}

.ghbl-book-review-header {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
    margin-bottom: 4px;
}

.ghbl-book-review-author {
    font-weight: 600;
}

.ghbl-book-review-date {
    font-size: 12px;
    color: #6b7280;
}

.ghbl-book-review-stars i {
    color: #facc15;
    margin-inline: 1px;
}

.ghbl-book-review-content {
    font-size: 14px;
    color: #374151;
}

.ghbl-book-review-empty {
    margin: 0 0 12px;
    font-size: 13px;
    color: #6b7280;
}

.ghbl-book-review-form-wrap h4 {
    margin: 0 0 18px;
    font-size: 15px;
}

.ghbl-book-review-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.ghbl-book-review-field {
    margin-top: 10px;
    flex: 1 1 160px;
}

.ghbl-book-review-field label {
    display: block;
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 4px;
}

.ghbl-book-review-field input[type="text"],
.ghbl-book-review-field input[type="email"],
.ghbl-book-review-field textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    padding: 8px 10px;
    font-size: 14px;
    background: #ffffff !important;
    color: #374151 !important;
}

.ghbl-review-stars-input {
    display: inline-flex;
    gap: 4px;
    margin-top: 2px;
}

.ghbl-review-star {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0;
    box-shadow: none !important;
    min-width: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #e5e7eb;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.ghbl-review-star i {
    font-size: 20px;
    color: #9ca3af;
}

.ghbl-review-star:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
    background: #e5f2ff;
    color: #fbbf24;
}

.ghbl-review-star i.fas {
    color: #fbbf24;
}

.ghbl-review-star:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(3, 135, 211, 0.4);
}

.ghbl-book-review-actions .ghbl-book-btn-primary {
    color: #ffffff !important;
}

.ghbl-book-review-actions {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .ghbl-book-page {
        padding: 28px 12px 40px;
        min-height: 0;
    }

    .ghbl-book-shell {
        width: 100%;
    }

    .ghbl-book-hero {
        padding: 20px 16px 16px;
    }

    .ghbl-book-hero-main {
        padding-right: 0;
    }

    .ghbl-book-hero-aside {
        flex-basis: 100%;
        margin-top: 16px;
    }

    .ghbl-book-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .ghbl-book-cover {
        width: 180px;
        height: 240px;
        border-radius: 24px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
    }

    .ghbl-book-cover img {
        border-radius: 24px;
    }

    .ghbl-book-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 16px;
    }

    .ghbl-book-btn-primary,
    .ghbl-book-btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .ghbl-book-breadcrumb {
        font-size: 12px;
        justify-content: flex-start;
    }

    .ghbl-book-related-cover img {
        height: 140px;
    }

    .ghbl-book-review-row {
        flex-direction: column;
    }

    .ghbl-book-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 16px;
    }

    .ghbl-book-related-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ghbl-review-stars-input {
        justify-content: flex-start;
    }

    .ghbl-book-share {
        margin-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .ghbl-book-share-buttons {
        flex-wrap: wrap;
        gap: 6px;
    }
}

/* ============================================================
 * Books archive grid (archive-book.php)
 * ==========================================================*/

.ghbl-archive-page .ghbl-book-shell {
    width: 90vw;
    max-width: 1280px;
}

.ghbl-archive-header {
    margin-bottom: 26px;
}

.ghbl-archive-kicker {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #0ea5e9;
    margin: 0 0 4px;
}

.ghbl-archive-title-main {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #0f172a;
}

.ghbl-archive-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.ghbl-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ghbl-archive-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #dbeafe;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ghbl-archive-cover {
    display: block;
    background: #e5f2ff;
}

.ghbl-archive-cover img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.ghbl-archive-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ghbl-archive-title {
    font-size: 16px;
    margin: 0;
}

.ghbl-archive-title a {
    color: #0369a1 !important;
}

.ghbl-archive-title a:hover {
    color: #0284c7;
}

.ghbl-archive-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 12px;
    color: #0369a1 !important;
}

.ghbl-archive-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ghbl-archive-meta-item i {
    font-size: 12px;
    color: #0ea5e9;
}

.ghbl-archive-meta-rating {
    color: #92400e;
}

.ghbl-archive-meta-rating i {
    color: #fbbf24;
}

.ghbl-archive-badges {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ghbl-archive-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e5f2ff;
    font-size: 11px;
    color: #0369a1 !important;
}

.ghbl-archive-pill i {
    font-size: 11px;
}

.ghbl-archive-pill-rating {
    background: #fef3c7;
    color: #92400e;
}

.ghbl-archive-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
}

.ghbl-archive-btn-primary,
.ghbl-archive-btn-secondary {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.ghbl-archive-btn-primary {
    background: linear-gradient(135deg, #ff7a1f, #ffb13b);
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.ghbl-archive-btn-secondary {
    background: rgba(15, 23, 42, 0.04);
    color: #0369a1 !important;
    border: 1px solid #cbd5f5;
}

.ghbl-archive-btn-primary i,
.ghbl-archive-btn-secondary i {
    font-size: 13px;
}

.ghbl-archive-pagination {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.ghbl-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    margin: 0 3px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    font-size: 13px;
    color: #0f172a;
    text-decoration: none;
}

.ghbl-archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #0284c7, #22c55e);
    color: #ffffff;
    border-color: transparent;
}

.ghbl-archive-pagination .page-numbers:hover:not(.current) {
    background: #eff6ff;
}

.ghbl-archive-pagination .page-numbers.prev,
.ghbl-archive-pagination .page-numbers.next {
    font-weight: 600;
}

.ghbl-archive-pagination .page-numbers.prev {
    margin-right: 6px;
}

.ghbl-archive-pagination .page-numbers.next {
    margin-left: 6px;
}

.ghbl-archive-empty {
    margin-top: 20px;
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .ghbl-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ghbl-archive-page .ghbl-book-shell {
        width: 100%;
    }

    .ghbl-archive-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ======================================================================
 * Hard overrides so theme / Elementor kits can't break our design
 * ====================================================================*/

/* Hero title size & color */
body.single-book .ghbl-book-title {
    font-size: 28px !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    body.single-book .ghbl-book-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
}

/* Section headings under hero */
body.single-book .ghbl-book-body h2,
body.single-book .ghbl-book-details-card h3,
body.single-book .ghbl-book-related h3,
body.single-book .ghbl-book-reviews h3 {
    font-size: 18px !important;
    color: #0387d3 !important;
}

body.single-book .ghbl-section-heading span {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0387d3 !important;
}

/* Buttons: force white text on primary, light gray on ghost */
body.single-book .ghbl-book-btn-primary,
body.single-book .ghbl-book-btn-primary span,
body.single-book .ghbl-book-btn-primary i {
    color: #ffffff !important;
}

body.single-book .ghbl-book-btn-ghost,
body.single-book .ghbl-book-btn-ghost span,
body.single-book .ghbl-book-btn-ghost i {
    color: #e5e7eb !important;
}

/* Share icons: always white glyphs */
body.single-book .ghbl-share-btn,
body.single-book .ghbl-share-btn i {
    color: #ffffff !important;
}

/* ============================================================
 * Global: Book search shortcode [gh_book_search]
 * ==========================================================*/

.ghbl-book-search {
    max-width: 720px;
    margin: 0 auto 24px;
    position: relative;
}

.ghbl-book-search-inner {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ffffff !important;
    border: 1px solid #dbeafe;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.ghbl-book-search-inner i {
    font-size: 18px;
    color: #0284c7;
}

.ghbl-book-search-input {
    border: none;
    outline: none;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    background: transparent !important;
    color: #0369a1;
}

.ghbl-book-search-input::placeholder {
    color: #9ca3af;
}

.ghbl-book-search-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.ghbl-book-search-button i {
    font-size: 14px;
    color: #ffffff;
}

.ghbl-book-search-button:hover {
    filter: brightness(1.05);
}

.ghbl-book-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 8px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #dbeafe;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    padding: 6px 0;
    max-height: 320px;
    overflow-y: auto;
    display: none;
    z-index: 40;
}

.ghbl-book-search-results--open {
    display: block;
}

.ghbl-book-search-result {
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    color: #0369a1;
    text-decoration: none;
}

.ghbl-book-search-result:hover {
    background: #eff6ff;
    color: #0284c7;
}

@media (max-width: 768px) {
    .ghbl-book-search {
        max-width: 100%;
        margin-bottom: 18px;
    }

    .ghbl-book-search-inner {
        padding: 10px 14px;
    }
}
