/* Reusable submit triggers loaded outside the heavy modal shell. */
/* Submit modal, category picker, and modal create-form presentation. */
.raovat1-open-submit-modal {
    cursor: pointer;
}

.raovat1-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(180deg, rgba(184, 92, 255, 0.96), rgba(117, 43, 207, 0.98));
    border: 1px solid rgba(226, 183, 255, 0.38);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(111, 45, 193, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.raovat1-submit-button:hover,
.raovat1-submit-button:focus-visible {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(202, 117, 255, 0.98), rgba(128, 50, 219, 0.98));
    box-shadow: 0 16px 32px rgba(111, 45, 193, 0.3), 0 0 0 3px rgba(184, 92, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    outline: 0;
}
