.pmg-city-landing-price-section {
    --pmg-clps-text: #171412;
    --pmg-clps-muted: #625c56;
    --pmg-clps-accent: #a93a1d;
    --pmg-clps-icon-bg: #f8ebe3;
    --pmg-clps-border: #ddcec3;
    color: var(--pmg-clps-text);
}

.pmg-city-landing-price-section__title {
    margin: 0;
}

.pmg-city-landing-price-section__intro {
    margin: 14px 0 22px;
    color: var(--pmg-clps-muted);
}

.pmg-city-landing-price-section__card {
    max-width: 520px;
    overflow: hidden;
    border: 1px solid var(--pmg-clps-border);
    border-radius: 18px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(76, 48, 30, 0.05);
}

.pmg-city-landing-price-section__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 18px;
}

.pmg-city-landing-price-section__row + .pmg-city-landing-price-section__row {
    border-top: 1px solid rgba(85, 61, 46, 0.18);
}

.pmg-city-landing-price-section__content {
    min-width: 0;
}

.pmg-city-landing-price-section__content h3,
.pmg-city-landing-price-section__content p {
    margin: 0;
}

.pmg-city-landing-price-section__content h3 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
}

.pmg-city-landing-price-section__price {
    margin-top: 8px !important;
    color: var(--pmg-clps-accent);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
}

.pmg-city-landing-price-section__description {
    margin-top: 7px !important;
    color: var(--pmg-clps-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.pmg-city-landing-price-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--pmg-clps-icon-bg);
    color: var(--pmg-clps-accent);
}

.pmg-city-landing-price-section__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pmg-city-landing-price-section__all-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px 20px;
    color: #66433b;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 0.13em;
}

.pmg-city-landing-price-section__all-link svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pmg-city-landing-price-section__all-link:hover,
.pmg-city-landing-price-section__all-link:focus-visible {
    color: var(--pmg-clps-accent);
}

@media (max-width: 480px) {
    .pmg-city-landing-price-section__row {
        padding: 18px 16px 16px;
    }

    .pmg-city-landing-price-section__all-link {
        margin: 0 16px 18px;
    }
}
