/* ============================================================
   Single Destination — styles scoped to single-destination template.
   Enqueued only on singular 'destination' post type.
   ============================================================ */

/* ── Sidebar Icon Alignment ─────────────────────────── */
/* Strip figure wrapper margins so icons align with text. */
.at-a-glance-item .wp-block-image {
    margin: 0;
    flex-shrink: 0;
}

.at-a-glance-item .wp-block-image img {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

/* ── Price Range Badges ─────────────────────────────── */
.price-range-badges {
    display: flex;
    gap: 4px;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--wp--preset--color--charcoal);
    font-size: 16px;
    font-family: var(--wp--preset--font-family--lato);
    font-weight: 400;
    color: var(--wp--preset--color--charcoal);
    line-height: 1;
}
