/* CMRAD Access Buttons Styles */
.cmrad-order-access-buttons {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.cmrad-order-access-buttons h4 {
    margin: 0 0 15px 0;
    color: #495057;
    font-size: 16px;
}

.cmrad-event-access {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.cmrad-event-access:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cmrad-access-button {
    display: inline-block !important;
    padding: 15px 30px !important;
    background-color: #dc3545 !important; /* Bright red for maximum visibility */
    color: white !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    transition: all 0.3s ease !important;
    border: 3px solid #dc3545 !important;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
    cursor: pointer !important;
}

.cmrad-access-button:hover {
    background-color: #c82333 !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.6) !important;
    transform: translateY(-2px) !important;
    border-color: #c82333 !important;
}

.cmrad-event-date {
    color: #6c757d;
    font-style: italic;
    margin-top: 5px;
    display: block;
}

.cmrad-product-access-section {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.cmrad-product-access-section h3 {
    margin: 0 0 15px 0;
    color: #495057;
}

/* Context-specific button styles */
.cmrad-context-order-list {
    background-color: #28a745;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.cmrad-context-order-list:hover {
    background-color: #218838;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.cmrad-context-product-page {
    background-color: #007cba;
    font-size: 16px;
    padding: 14px 28px;
    box-shadow: 0 3px 6px rgba(0, 124, 186, 0.25);
}

.cmrad-context-product-page:hover {
    background-color: #005a87;
    box-shadow: 0 5px 10px rgba(0, 124, 186, 0.4);
}

.cmrad-context-shortcode {
    background-color: #6f42c1;
    box-shadow: 0 2px 4px rgba(111, 66, 193, 0.2);
}

.cmrad-context-shortcode:hover {
    background-color: #5a32a3;
    box-shadow: 0 4px 8px rgba(111, 66, 193, 0.3);
}

/* Responsive design */
@media (max-width: 768px) {
    .cmrad-access-button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .cmrad-product-access-section {
        margin: 20px 0;
        padding: 15px;
    }
}
