.cra-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    vertical-align: middle;
}

.cra-star--full {
    fill: #F59E0B;
}

.cra-star--half {
    fill: #F59E0B;
}

.cra-star--empty {
    fill: #D1D5DB;
}


.cra-avg-stars {
    display: flex;
    gap: 1px;
    /* margin: 4px 0 0; */
}

.cra-avg-stars .cra-star {
    width: 18px;
    height: 18px;
}


.cra-avatar-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #274573;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.cra-card__google-icon {
    margin-left: auto;
    flex-shrink: 0;
    opacity: 0.75;
}

.rvw-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cra-card__stars {
    display: flex;
    gap: 2px;
}

.cra-card__stars .cra-star {
    width: 14px;
    height: 14px;
}

.cra-read-more {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin-left: 4px;
    color: #274573;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.cra-text-full[hidden] {
    display: none;
}

a.more-rvw,
.cra-see-more {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #274573;
    text-decoration: underline;
    margin-top: 12px;
    cursor: pointer;
}

.cra-no-reviews {
    text-align: center;
    color: #6B7280;
    padding: 20px 0;
    font-size: 14px;
}


.cra-map-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.cra-map-rating__avg {
    font-size: 14px;
    font-weight: 700;
    color: #274573;
}

.cra-map-rating__stars {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-top: 7px;
}

.cra-map-rating__stars .cra-star {
    width: 14px;
    height: 14px;
    display: block;
}

.cra-map-rating__count {
    font-size: 12px;
    color: #6B7280;
}

.single-clinic-review-wrapper {
    margin-top: 16px;
}

.rvw-wrapper .rvw-item {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.rvw-wrapper .rvw-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}


/* Shortcode Design */
.cra-clinic-title {
    font-size: 24px;
    font-weight: 700;
    color: #274573;
    margin-bottom: 10px;
}


.cra-widget {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 720px;
    margin: 0 auto;
}

.cra-summary {
    background: #f5f7fb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.cra-summary__score {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cra-summary__number {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
}

.cra-summary__stars {
    display: flex;
    gap: 4px;
}

.cra-star {
    width: 18px;
    height: 18px;
}

.cra-star--full {
    color: #fbbc04;
    fill: currentColor;
}

.cra-star--half {
    color: #fbbc04;
}

.cra-star--empty {
    color: #e5e7eb;
    fill: currentColor;
}

.cra-summary__count {
    font-size: 14px;
    color: #6b7280;
}

.cra-summary__badge {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6b7280;
}

.cra-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cra-card {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 15px;
}


.cra-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cra-card__avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.cra-card__avatar-letter {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7c3aed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


.cra-card__meta {
    flex: 1;
}

.cra-card__name {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    margin: 0;
}

.cra-card__time {
    font-size: 13px;
    color: #6b7280;
}


.cra-card__google-icon {
    margin-left: auto;
}


.cra-card__stars {
    display: flex;
    gap: 3px;
    margin: 8px 0;
}


.cra-card__text {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}


.cra-read-more {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

.cra-read-more:hover {
    text-decoration: underline;
}


@media (max-width: 600px) {
    .cra-summary__number {
        font-size: 32px;
    }

    .cra-card__header {
        align-items: flex-start;
    }
}