.kk-city-related {
    background: #f3f4f6;
    padding: 2.5rem 0 1rem;
    margin-top: 2rem;
}

.kk-city-related__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .kk-city-related__inner {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .kk-city-related__inner {
        padding: 0 2rem;
    }
}

.kk-city-related__header {
    margin-bottom: 1.75rem;
}

.kk-city-related__title {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.kk-city-related__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kk-city-related__title a:hover {
    color: #dc2626;
}

.kk-city-related__subtitle {
    margin-top: 0.45rem;
    font-size: 0.95rem;
    color: #6b7280;
}

.kk-city-related__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .kk-city-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .kk-city-related__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.kk-city-related__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    border: 1px solid #f3f4f6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.kk-city-related__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.1);
}

.kk-city-related__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5e7eb;
}

.kk-city-related__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kk-city-related__card:hover .kk-city-related__media img {
    transform: scale(1.03);
}

.kk-city-related__star {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.kk-city-related__badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    max-width: calc(100% - 4rem);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kk-city-related__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem 1rem 0.85rem;
}

.kk-city-related__name {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin: 0 0 0.5rem;
}

.kk-city-related__name a {
    color: inherit;
    text-decoration: none;
}

.kk-city-related__name a:hover {
    color: #dc2626;
}

.kk-city-related__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.kk-city-related__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f3f4f6;
}

.kk-city-related__photos {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9ca3af;
    font-size: 0.8125rem;
    font-weight: 500;
}

.kk-city-related__photos i {
    font-size: 0.9rem;
}

.kk-city-related__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.kk-city-related__card:hover .kk-city-related__cta {
    background: #dc2626;
    color: #fff;
}
