/* ============================================================
   FEATURED BUSINESSES — creative card grid
   Rank number badge, location chip, image zoom, gradient overlay
============================================================ */
.fb-widget-container-16af9315 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 10px auto 40px;
}

.fb-grid-16af9315 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 991px) {
    .fb-grid-16af9315 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fb-grid-16af9315 {
        grid-template-columns: 1fr;
    }
}

.fb-card-16af9315 {
    background: #FFFFFF;
    border: 1px solid #E5E9F0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-decoration: none !important;
    color: inherit;
}

.fb-card-16af9315:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
    border-color: #c7d7f0;
}

/* Media / cover with zoom + overlay */
.fb-media-16af9315 {
    height: 185px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.fb-card-16af9315:hover .fb-media-16af9315 {
    transform: scale(1.06);
}

/* Subtle dark gradient so badges + letters pop on images */
.fb-media-16af9315::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
}

.fb-letter-16af9315 {
    font-size: 52px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
    z-index: 2;
}

/* Rank number badge — top-left, glassy */
.fb-rank-16af9315 {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 5px 11px;
    border-radius: 999px;
}

/* Featured badge — top-right */
.fb-badge-16af9315 {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.35);
    z-index: 3;
}

/* Body */
.fb-body-16af9315 {
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
}

.fb-title-16af9315 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.fb-verified-16af9315 {
    color: #2563eb;
    font-size: 14px;
    flex-shrink: 0;
}

.fb-desc-16af9315 {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #64748B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Location chip */
.fb-loc-16af9315 {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
    margin-top: auto;
}

.fb-tags-16af9315 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fb-tag-16af9315 {
    font-size: 11px;
    font-weight: 600;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 3px 10px;
    border-radius: 999px;
}

/* Footer */
.fb-footer-16af9315 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F1F5F9;
    padding: 11px 18px;
}

.fb-views-16af9315 {
    font-size: 12.5px;
    color: #94a3b8;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fb-go-16af9315 {
    font-size: 12.5px;
    font-weight: 700;
    color: #2563eb;
    transition: letter-spacing 0.2s ease;
}

.fb-card-16af9315:hover .fb-go-16af9315 {
    letter-spacing: 0.3px;
    text-decoration: underline;
}
