#ol_map {
    min-height: 220px;
    background: #f5f7f8;
    border-radius: 6px;
}

.clinic-map-frame {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 15px;
    box-shadow: 0 10px 24px rgba(16, 44, 66, 0.08);
}

.clinic-distance-route {
    color: #29526a;
}

.clinic-distance-note {
    margin-bottom: 4px;
    font-size: 0.98rem;
    line-height: 1.35;
}

.clinic-website-description {
    padding: 12px 14px;
    border: 1px solid #d7e3e9;
    border-radius: 6px;
    background: #fff;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.2;
}

.clinic-website-description__source {
    margin-bottom: 6px;
    color: #29526a;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
}

.website-card {
    display: block;
    color: #16364a;
    text-decoration: none;
    border: 1px solid #d7e3e9;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 44, 66, 0.08);
    transition: border-color 0.18s ease;
}

.website-card:hover,
.website-card:focus {
    color: #16364a;
    text-decoration: none;
    border-color: #b5ccd8;
    box-shadow: 0 10px 24px rgba(16, 44, 66, 0.08);
}

.website-card__preview {
    position: relative;
    display: block;
    min-height: 185px;
    height: 185px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(43, 147, 210, 0.26), transparent 42%),
        linear-gradient(135deg, #eef5f7 0%, #d9e9ef 45%, #f5f9fb 100%);
}

.website-card__preview.is-fallback {
    background:
        radial-gradient(circle at top left, rgba(43, 147, 210, 0.28), transparent 38%),
        radial-gradient(circle at bottom right, rgba(25, 91, 126, 0.14), transparent 35%),
        linear-gradient(135deg, #eaf4f7 0%, #d7e7ef 52%, #f7fbfd 100%);
}

.website-card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
}

.website-card__preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 30, 45, 0.06) 0%, rgba(10, 30, 45, 0.28) 100%);
    z-index: 1;
}

.website-card__preview.has-media::after {
    background: linear-gradient(180deg, rgba(8, 24, 38, 0) 0%, rgba(8, 24, 38, 0.1) 62%, rgba(8, 24, 38, 0.3) 100%);
}

.website-card__chip,
.website-card__fallback {
    position: relative;
    z-index: 2;
}

.website-card__chip {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #16364a;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(12, 34, 52, 0.12);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-card__fallback {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: #16364a;
}

.website-card__preview.has-media .website-card__fallback {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.website-card__eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #29526a;
}

.website-card__preview.has-media .website-card__eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.website-card__headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    color: #16364a;
}

.website-card__preview.has-media .website-card__headline {
    color: #fff;
}

.website-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: #fff;
    transition: background-color 0.18s ease;
}

.website-card:hover .website-card__meta,
.website-card:focus .website-card__meta {
    background: rgba(193, 214, 171, 0.4);
}

.website-card__brand {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
}

.website-card__favicon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(22, 54, 74, 0.08);
}

.website-card__action {
    flex: 0 0 auto;
    color: #5e7786;
    font-size: 1rem;
    white-space: nowrap;
}

.website-card__action-icon {
    font-size: 0.72rem;
    margin-left: 2px;
}
