/* ===== Homepage Reviews Section (Elementor) ===== */

.drh-reviews-section {
    padding: 60px 0;
    background: #ffffff;
}

.drh-reviews-inner {
    max-width: 100% ;
    margin: 0 auto;
    padding: 0 20px;
}

.drh-reviews-header {
    text-align: center;
    margin-bottom: 32px;
}

.drh-reviews-header h2 {
    font-size: 18;
    font-weight: 600;
    margin-bottom: 8px;
}

.drh-reviews-header p {
    font-size: 0.95rem;
    color: #555;
    max-width: 640px;
    margin: 0 auto;
}

/* Each column "box" (Google + custom) */
.drh-reviews-box {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 24px 24px 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0,0,0,0.03);
}

.drh-reviews-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.drh-reviews-box .drh-box-subtitle {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 16px;
}

/* Normalise Social Ninja spacing slightly inside the box */
.drh-reviews-box .wp-social-ninja-wrapper,
.drh-reviews-box .wp-social-ninja-template-wrap {
    margin: 0;
}

/* Custom testimonials list (shortcode output) */
.drh-reviews-box .drh-testimonials {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drh-reviews-box .drh-testimonial {
    padding: 14px 16px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid rgba(0,0,0,0.04);
}

.drh-reviews-box .drh-testimonial-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
}

.drh-reviews-box .drh-testimonial-author {
    font-size: 0.85rem;
    color: #777;
}

/* CTA under the two columns */
.drh-reviews-cta {
    text-align: center;
    margin-top: 32px;
}

.drh-reviews-cta a.drh-reviews-button {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: #1a4c8f; /* adjust to brand color */
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
}

.drh-reviews-cta a.drh-reviews-button:hover {
    filter: brightness(1.05);
}