.aoc-cancel-button {
    background: #333 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 3px !important;
}

.aoc-cancel-button:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
    color: #fff !important;
}

.aoc-cancel-blocked {
    color: #666 !important;
    font-style: italic !important;
    cursor: not-allowed !important;
}

#aoc-cancellation-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.aoc-modal-content * {
    box-sizing: border-box;
}

.aoc-btn-submit:hover {
    background: #c82333 !important;
}

.aoc-btn-cancel:hover {
    background: #5a6268 !important;
}

.aoc-order-blocked {
    border-left: 4px solid #e74c3c !important;
}