/* WasteSpot 3.5.33 - Search Console CTR recovery */
.ws-v3533-city-recovery,
.ws-v3533-promoted-cities {
    width: min(100% - 2rem, 1440px);
    margin: clamp(2rem, 5vw, 4.75rem) auto;
    padding: clamp(1.25rem, 3.5vw, 2.35rem);
    border: 1px solid rgba(20, 78, 58, .16);
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf6 100%);
    box-shadow: 0 22px 56px rgba(15, 43, 34, .08);
    color: #11251d;
}
.ws-v3533-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.3rem;
}
.ws-v3533-section-head h2 {
    margin: .2rem 0 .45rem;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}
.ws-v3533-section-head p:not(.ws-v3533-kicker) {
    max-width: 760px;
    margin: 0;
    color: #52675e;
    line-height: 1.6;
}
.ws-v3533-kicker {
    margin: 0;
    color: #167755;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
}
.ws-v3533-atlas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 46px;
    padding: .75rem 1rem;
    border: 1px solid rgba(20, 78, 58, .2);
    border-radius: 14px;
    background: #fff;
    color: #114b38;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}
.ws-v3533-intent-grid,
.ws-v3533-city-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}
.ws-v3533-intent-grid > a,
.ws-v3533-city-grid > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 92px;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(20, 78, 58, .14);
    border-radius: 18px;
    background: #fff;
    color: #14372b;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.ws-v3533-intent-grid > a:hover,
.ws-v3533-city-grid > a:hover {
    transform: translateY(-2px);
    border-color: rgba(22, 119, 85, .4);
    box-shadow: 0 14px 28px rgba(15, 43, 34, .08);
}
.ws-v3533-intent-grid strong,
.ws-v3533-city-grid strong { display: block; font-size: 1rem; line-height: 1.25; }
.ws-v3533-intent-grid span,
.ws-v3533-city-grid small { display: block; margin-top: .3rem; color: #667b72; font-size: .82rem; font-weight: 550; }
.ws-v3533-intent-grid b,
.ws-v3533-city-grid b { color: #147a56; font-size: 1.2rem; }
.ws-v3533-trust {
    display: flex;
    gap: .75rem 1.1rem;
    align-items: baseline;
    margin-top: 1rem;
    padding: .9rem 1rem;
    border-radius: 15px;
    background: #eaf7ef;
    color: #214b3a;
}
.ws-v3533-trust span { color: #536c61; }
.ws-v3533-related {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .9rem;
    align-items: center;
    margin-top: 1.15rem;
    color: #657a71;
    font-size: .9rem;
}
.ws-v3533-related a { color: #126947; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
@media (max-width: 1040px) {
    .ws-v3533-intent-grid,
    .ws-v3533-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    .ws-v3533-city-recovery,
    .ws-v3533-promoted-cities { width: min(100% - 1rem, 1440px); border-radius: 21px; padding: 1.05rem; }
    .ws-v3533-section-head { display: block; }
    .ws-v3533-atlas { width: 100%; margin-top: 1rem; }
    .ws-v3533-intent-grid,
    .ws-v3533-city-grid { grid-template-columns: 1fr; }
    .ws-v3533-intent-grid > a,
    .ws-v3533-city-grid > a { min-height: 76px; }
    .ws-v3533-trust { display: block; }
    .ws-v3533-trust span { display: block; margin-top: .3rem; }
}
