/* Wrapper: title left, button right */
/* .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
} */

/* Title */
/* .section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
} */

/* Button normal state */
/* .section-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid #f0ad4e !important;
    color: #f0ad4e !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
} */

/* SVG inherits text color */
/* .section-view-all .arrow-icon {
    transition: all 0.3s ease;
} */

/* Hover State */
/* .section-view-all:hover {
    background-color: #f0ad4e !important;
    color: #fff !important;
}

.section-view-all:hover .arrow-icon {
    color: #fff !important;
} */


/* Product Page Custom CSS Add to cart Button CSS */
.wdm-enroll-me-div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 32px; */
    flex-wrap: wrap;
}

.e-atc-qty-button-holder{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* key fix */
    gap: 32px; /* space BETWEEN the main blocks */
    flex-wrap: wrap; /* keeps layout safe on smaller screens */
}

#wdm_enroll_help_btn{
    align-self: flex-end;
}

.v2-metric-nav-card{
    cursor: pointer;
}