/* Dia Tours archive and planning banner compatibility refinements. */
.dlt-planning-unified-icon {
    position: relative !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(14, 165, 233, 0.09) !important;
    color: transparent !important;
    box-shadow: none !important;
}

.dlt-planning-unified-icon > *,
.dlt-planning-unified-icon svg,
.dlt-planning-unified-icon i {
    display: none !important;
}

.dlt-planning-unified-icon::after {
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    border-radius: 50% !important;
    background: var(--dlt-global-primary, #0ea5e9) !important;
    box-shadow: 0 0 0 6px rgba(14, 165, 233, 0.06) !important;
}

@media (max-width: 767px) {
    .dlt-planning-unified-icon {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

    .dlt-planning-unified-icon::after {
        width: 10px !important;
        height: 10px !important;
    }
}


/* v3.2.1 — Clean text-only CTA buttons (remove arrow icons only). */
.dlt-testimonial-hero__button--primary .dlt-testimonial-hero__button-icon,
.dlt-testimonials__external-button-icon,
.dlt-contact-cta__button-icon,
.dlt-tmb__btn-icon,
.dlt-tour-strip__button-icon,
.dlt-breadcrumb__btn--primary .dlt-breadcrumb__btn-icon {
    display: none !important;
}

.dlt-testimonial-hero__button--primary,
.dlt-testimonials__external-button,
.dlt-contact-cta__button,
.dlt-tmb__btn,
.dlt-tour-strip__button,
.dlt-breadcrumb__btn--primary {
    gap: 0 !important;
    justify-content: center !important;
}

/* Safeguard for Elementor / Font Awesome right-arrow icons added to buttons. */
a .fa-arrow-right,
a .fa-long-arrow-alt-right,
a .eicon-arrow-right,
button .fa-arrow-right,
button .fa-long-arrow-alt-right,
button .eicon-arrow-right {
    display: none !important;
}
