/* _content/DNO.Ontwikkeling.Widgets/GoogleReviews.razor.rz.scp.css */
/* ===== Google Reviews Component ===== */
.dsf-reviews[b-atzyp0efi6] {
    font-family: inherit;
}

/* Summary header */
.dsf-reviews-summary[b-atzyp0efi6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 1.25rem;
}

.dsf-reviews-rating-large[b-atzyp0efi6] {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}

.dsf-reviews-summary-info[b-atzyp0efi6] {
    flex: 1;
}

.dsf-reviews-stars[b-atzyp0efi6] {
    display: flex;
    gap: 2px;
}

.dsf-star[b-atzyp0efi6] {
    flex-shrink: 0;
}

.dsf-star-filled[b-atzyp0efi6] {
    fill: #fbbc04;
}

.dsf-star-empty[b-atzyp0efi6] {
    fill: #dadce0;
}

.dsf-reviews-count[b-atzyp0efi6] {
    font-size: 0.85rem;
    color: #5f6368;
    margin-top: 0.15rem;
    display: block;
}

.dsf-reviews-google[b-atzyp0efi6] {
    flex-shrink: 0;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.dsf-reviews-google:hover[b-atzyp0efi6] {
    opacity: 1;
}

/* Review cards */
.dsf-reviews-list[b-atzyp0efi6] {
    display: grid;
    gap: 1rem;
}

.dsf-review-card[b-atzyp0efi6] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
}

.dsf-review-header[b-atzyp0efi6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.dsf-review-avatar[b-atzyp0efi6] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.dsf-review-avatar-placeholder[b-atzyp0efi6] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8eaed;
    color: #5f6368;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.dsf-review-author[b-atzyp0efi6] {
    min-width: 0;
}

.dsf-review-name[b-atzyp0efi6] {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.2;
}

.dsf-review-name:hover[b-atzyp0efi6] {
    text-decoration: underline;
}

.dsf-review-time[b-atzyp0efi6] {
    font-size: 0.75rem;
    color: #5f6368;
}

.dsf-review-stars[b-atzyp0efi6] {
    display: flex;
    gap: 1px;
    margin-bottom: 0.5rem;
}

.dsf-review-text[b-atzyp0efi6] {
    margin: 0;
    font-size: 0.9rem;
    color: #3c4043;
    line-height: 1.55;
}

/* CTA */
.dsf-reviews-cta[b-atzyp0efi6] {
    text-align: center;
    margin-top: 1.25rem;
}

.dsf-reviews-btn[b-atzyp0efi6] {
    display: inline-block;
    padding: 0.65rem 1.8rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a73e8;
    border: 2px solid #1a73e8;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.dsf-reviews-btn:hover[b-atzyp0efi6] {
    background: #1a73e8;
    color: #fff;
}

/* Responsive: stack on mobile */
@media (min-width: 640px) {
    .dsf-reviews-list[b-atzyp0efi6] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
/* _content/DNO.Ontwikkeling.Widgets/InstagramFeed.razor.rz.scp.css */
/* ===== Instagram Feed — Card Layout ===== */
.dsf-instagram-feed[b-7naebdhuge] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    font-family: inherit;
}

/* === Card === */
.dsf-ig-card[b-7naebdhuge] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* === Card header === */
.dsf-ig-card-header[b-7naebdhuge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.dsf-ig-card-profile[b-7naebdhuge] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.dsf-ig-card-avatar[b-7naebdhuge] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid transparent;
    outline: 2px solid;
    outline-color: #dc2743;
    outline-offset: 2px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) border-box;
    background-clip: padding-box;
}

.dsf-ig-card-user[b-7naebdhuge] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dsf-ig-card-username[b-7naebdhuge] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.dsf-ig-card-date[b-7naebdhuge] {
    font-size: 0.75rem;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.dsf-ig-card-icon[b-7naebdhuge] {
    color: #8e8e8e;
    flex-shrink: 0;
    transition: color 0.2s;
}

.dsf-ig-card-icon:hover[b-7naebdhuge] {
    color: #dc2743;
}

/* === Image === */
.dsf-ig-card-img[b-7naebdhuge] {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.dsf-ig-card-img img[b-7naebdhuge] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.dsf-ig-card-img:hover img[b-7naebdhuge] {
    transform: scale(1.03);
}

/* === Actions row === */
.dsf-ig-card-actions[b-7naebdhuge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.dsf-ig-card-action[b-7naebdhuge] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
}

.dsf-ig-card-share[b-7naebdhuge] {
    color: #8e8e8e;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.dsf-ig-card-share:hover[b-7naebdhuge] {
    color: #1a1a1a;
}

/* === Caption === */
.dsf-ig-card-caption[b-7naebdhuge] {
    padding: 0 1rem 1rem;
}

.dsf-ig-card-caption p[b-7naebdhuge] {
    margin: 0;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

/* === Responsive === */
@media (max-width: 700px) {
    .dsf-instagram-feed[b-7naebdhuge] {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}
