/* Destination detail extras — Aradhya Travels */
body.page-destination .at-dest-count {
    margin: 0 0 6px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--at-navy);
}

body.page-destination .at-dest-count-label {
    margin: 0 0 16px;
    color: var(--at-muted);
    font-size: 0.9rem;
}

body.page-destination .at-dest-best {
    background: #fff7ef;
    border: 1px solid #f3e0cc;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

body.page-destination .at-dest-best span {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--at-orange);
    margin-bottom: 6px;
}

body.page-destination .at-dest-best p {
    margin: 0;
    color: var(--at-ink);
    font-weight: 600;
    line-height: 1.5;
}

body.page-destination .at-pd-related {
    background: transparent;
}
