/* Cashback Page */
.cashback-page-accordion-btn {
    box-shadow: none !important;
    border: 1px solid #e5e7eb;
    font-size: 0.95rem;
}
.cashback-page-accordion-btn:not(.collapsed) {
    background-color: #f3f4f6;
    color: #059669;
    border-color: #10b981;
}
.cashback-page-accordion-btn:not(.collapsed) .cashback-page-faq-icon {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
.cashback-page-accordion-btn:focus {
    border-color: #10b981;
}
.cashback-page-accordion-btn::after {
    display: none;
}
.cashback-page-faq-body {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
}
.cashback-page-accordion-btn:hover {
    background-color: #f9fafb;
    border-color: #10b981;
}
.cashback-page-step-item {
    transition: transform 0.2s ease;
    flex: 1;
}
.cashback-page-step-item:hover {
    transform: translateY(-2px);
}
.cashback-page-step-item:hover .cashback-page-step-circle {
    background-color: #f0fdf4 !important;
    border: 1px solid #10b981;
}
.cashback-page-step-item:hover .cashback-page-step-circle i {
    color: #10b981 !important;
}
.cashback-page-step-circle {
    width: 60px;
    height: 60px;
    transition: all 0.2s ease;
}
.cashback-page-step-number {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
}
.cursor-pointer {
    cursor: pointer;
}
.cashback-page-benefit-item {
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.cashback-page-benefit-item:hover {
    background-color: #ffffff;
    border-color: #e9ecef;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    transform: translateX(-2px);
}
.cashback-page-benefit-circle {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}
.cashback-page-benefit-item:hover .cashback-page-benefit-circle {
    transform: scale(1.1);
}
.cashback-page-broker-card {
    background-color: #ffffff;
    transition: all 0.3s ease;
    border-color: #e9ecef !important;
}
.cashback-page-broker-card:hover {
    border-color: #10b981 !important;
    box-shadow: 0 0.5rem 1rem rgba(16, 185, 129, 0.15);
    transform: translateY(-2px);
}
.cashback-page-broker-logo {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cashback-page-broker-card .btn-success {
    transition: all 0.3s ease;
}
.cashback-page-broker-card:hover .btn-success {
    background-color: #059669;
    border-color: #059669;
}
.cashback-page-actions .btn {
    min-width: 200px;
}
.cashback-page-notification-icon .rounded-circle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cashback-page-notice-item {
    transition: all 0.3s ease;
    border-color: #e9ecef !important;
}
.cashback-page-notice-item:hover {
    border-color: #10b981 !important;
    box-shadow: 0 0.25rem 0.5rem rgba(16, 185, 129, 0.1);
    transform: translateY(-1px);
}
.cashback-page-notice-icon .rounded-circle {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cashback-page-notification-links a {
    color: #6b7280;
    transition: color 0.2s ease;
}
.cashback-page-notification-links a:hover {
    color: #10b981;
}
.step-number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
.step-content {
    padding-top: 5px;
}
@media (max-width: 992px) {
    .cashback-page-accordion-btn {
        font-size: 0.875rem;
        padding: 0.75rem;
    }
    .cashback-page-faq-body {
        font-size: 0.85rem;
        padding: 1rem;
    }
    .cashback-page-step-circle {
        width: 50px;
        height: 50px;
    }
    .cashback-page-step-number {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }
    .cashback-page-benefit-circle {
        width: 45px;
        height: 45px;
    }
    .cashback-page-benefit-item {
        padding: 0.75rem !important;
    }
    .cashback-page-broker-card {
        padding: 1rem !important;
    }
    .cashback-page-broker-logo {
        width: 60px;
    }
    .cashback-page-broker-logo img {
        height: 50px !important;
    }
    .cashback-page-actions .btn {
        min-width: auto;
        width: 100%;
    }
    .cashback-page-broker-details {
        font-size: 0.8rem;
    }
    .cashback-page-notification-badge {
        display: none;
    }
    .cashback-page-notification-icon .rounded-circle {
        width: 40px;
        height: 40px;
    }
    .cashback-page-notice-item {
        padding: 0.75rem !important;
    }
}
/* End : Cashback Page */


