
.mg-addon-wrapper {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.mg-addon-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mg-addon-field select {
    width: 100%;
    min-height: 46px;
    padding: 10px 42px 10px 13px;
    margin-top: 7px;
    color: var(--mg-text, #1E293B);
    background-color: var(--mg-surface, #FFFFFF);
    border: 1px solid var(--mg-primary, #BE191A);
    border-radius: 6px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.mg-addon-field label {
    color: var(--mg-text, #1E293B);
    font-size: 14px;
    line-height: 1.35;
}

.mg-addon-field select:hover,
.mg-addon-field select:focus {
    background-color: var(--mg-primary-soft, #FFF2F2);
    border-color: var(--mg-primary, #BE191A);
}

.woocommerce form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
