/*
 * StageFlow icon system.
 * SVG locali, stile outline coerente con Lucide.
 */
.stageflow-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: -0.14em;
    overflow: visible;
}

.stageflow-icon--inline {
    margin-left: .35em;
}

a .stageflow-icon,
button .stageflow-icon {
    pointer-events: none;
}

/* Link statici del tema: stesso linguaggio iconografico senza dipendenze esterne. */
.stageflow-link-icon--right::after,
.stageflow-news-card__link::after,
.wp-block-query-pagination-next::after,
.stageflow-taxonomy-back__link::before,
.wp-block-query-pagination-previous::before,
.stageflow-single-back-link::before,
.stageflow-footer-icon-link::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.13em;
    background-color: currentColor;
    -webkit-mask: var(--sf-icon-mask) center / contain no-repeat;
    mask: var(--sf-icon-mask) center / contain no-repeat;
}

.stageflow-link-icon--right::after,
.stageflow-news-card__link::after,
.wp-block-query-pagination-next::after,
.stageflow-footer-icon-link::after {
    --sf-icon-mask: url("../icons/arrow-right.svg");
    margin-left: .4em;
}

.stageflow-taxonomy-back__link::before,
.wp-block-query-pagination-previous::before,
.stageflow-single-back-link::before {
    --sf-icon-mask: url("../icons/arrow-left.svg");
    margin-right: .4em;
}

.stageflow-home__card-schedule .stageflow-icon {
    width: 15px;
    height: 15px;
}

.stageflow-home__card-schedule-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.stageflow-home__card-schedule-date .stageflow-icon {
    color: #a77c1d;
}

.stageflow-home__card-schedule-time {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.stageflow-home__card-schedule-time .stageflow-icon {
    width: 14px;
    height: 14px;
}

.stageflow-featured-carousel__arrow .stageflow-icon,
.stageflow-event-sponsors-public__arrow .stageflow-icon {
    width: 18px;
    height: 18px;
    margin: 0;
}

.stageflow-home__appointment-arrow {
    width: 18px;
    height: 18px;
}

.stageflow-news-card .wp-block-post-excerpt__more-link::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .4em;
    vertical-align: -0.13em;
    background-color: currentColor;
    -webkit-mask: url("../icons/arrow-right.svg") center / contain no-repeat;
    mask: url("../icons/arrow-right.svg") center / contain no-repeat;
}
