/* style/deposit-withdrawal-withdrawal-limits-times.css */
.page-deposit-withdrawal-withdrawal-limits-times {
    font-family: 'Arial', sans-serif;
    color: #E5E5D1; /* Light text for dark background */
    background-color: #1A1A2E; /* Main dark background */
    line-height: 1.6;
}

.page-deposit-withdrawal-withdrawal-limits-times__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-deposit-withdrawal-withdrawal-limits-times__hero {
    background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5e 100%);
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-deposit-withdrawal-withdrawal-limits-times__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E6B325; /* Auxiliary color for title */
    text-shadow: 0 0 10px rgba(230, 179, 37, 0.5);
    font-weight: bold;
}

.page-deposit-withdrawal-withdrawal-limits-times__subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #CCCCCC;
}

.page-deposit-withdrawal-withdrawal-limits-times__hero-image-wrapper {
    margin-top: 30px;
}

.page-deposit-withdrawal-withdrawal-limits-times__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-withdrawal-limits-times__section {
    padding: 60px 0;
    background-color: #282844;
    border-bottom: 1px solid rgba(230, 179, 37, 0.1);
}

.page-deposit-withdrawal-withdrawal-limits-times__section:nth-child(even) {
    background-color: #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__section-title {
    font-size: 2.5em;
    color: #E6B325;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-deposit-withdrawal-withdrawal-limits-times__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E6B325;
    border-radius: 2px;
}

.page-deposit-withdrawal-withdrawal-limits-times p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #CCCCCC;
}

.page-deposit-withdrawal-withdrawal-limits-times .highlight {
    color: #E6B325;
    font-weight: bold;
}

.page-deposit-withdrawal-withdrawal-limits-times__list,
.page-deposit-withdrawal-withdrawal-limits-times__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #CCCCCC;
}

.page-deposit-withdrawal-withdrawal-limits-times__numbered-list {
    list-style-type: decimal;
}

.page-deposit-withdrawal-withdrawal-limits-times__list li,
.page-deposit-withdrawal-withdrawal-limits-times__numbered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-deposit-withdrawal-withdrawal-limits-times h3 {
    font-size: 1.8em;
    color: #E6B325;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-deposit-withdrawal-withdrawal-limits-times__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-deposit-withdrawal-withdrawal-limits-times__grid-item {
    background-color: #2D2D4F;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-deposit-withdrawal-withdrawal-limits-times__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-withdrawal-limits-times__grid-item .page-deposit-withdrawal-withdrawal-limits-times__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(230, 179, 37, 0.7));
}

.page-deposit-withdrawal-withdrawal-limits-times__grid-item h3 {
    font-size: 1.5em;
    color: #E6B325;
    margin-top: 0;
}

.page-deposit-withdrawal-withdrawal-limits-times__grid-item p {
    font-size: 1em;
    color: #B0B0B0;
}

.page-deposit-withdrawal-withdrawal-limits-times__table-wrapper {
    margin-top: 40px;
    overflow-x: auto;
    background-color: #2D2D4F;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-withdrawal-limits-times__table-wrapper h4 {
    color: #E6B325;
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}

.page-deposit-withdrawal-withdrawal-limits-times__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.page-deposit-withdrawal-withdrawal-limits-times__table th,
.page-deposit-withdrawal-withdrawal-limits-times__table td {
    border: 1px solid rgba(230, 179, 37, 0.3);
    padding: 15px;
    text-align: left;
    color: #CCCCCC;
}

.page-deposit-withdrawal-withdrawal-limits-times__table th {
    background-color: #E6B325;
    color: #1A1A2E;
    font-weight: bold;
    text-transform: uppercase;
}

.page-deposit-withdrawal-withdrawal-limits-times__table tbody tr:nth-child(odd) {
    background-color: #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__table tbody tr:hover {
    background-color: #3d3d63;
}

.page-deposit-withdrawal-withdrawal-limits-times__note {
    font-size: 0.9em;
    color: #A0A0A0;
    margin-top: 20px;
    text-align: center;
}

.page-deposit-withdrawal-withdrawal-limits-times__illustration-image,
.page-deposit-withdrawal-withdrawal-limits-times__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.page-deposit-withdrawal-withdrawal-limits-times__content-image-right,
.page-deposit-withdrawal-withdrawal-limits-times__content-image-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-deposit-withdrawal-withdrawal-limits-times__content-image-right p,
.page-deposit-withdrawal-withdrawal-limits-times__content-image-left p {
    flex: 1;
    min-width: 300px;
}

.page-deposit-withdrawal-withdrawal-limits-times__content-image-right img {
    order: 2;
    flex: 1;
    min-width: 300px;
}

.page-deposit-withdrawal-withdrawal-limits-times__content-image-left img {
    order: 1;
    flex: 1;
    min-width: 300px;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion {
    margin-top: 30px;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-item {
    background-color: #2D2D4F;
    border: 1px solid rgba(230, 179, 37, 0.2);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-header {
    background-color: #3d3d63;
    color: #E6B325;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    position: relative;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-header::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-header.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-header:hover {
    background-color: #4a4a75;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    color: #CCCCCC;
}

.page-deposit-withdrawal-withdrawal-limits-times__accordion-content p {
    padding-bottom: 15px;
    margin-top: 10px;
}

.page-deposit-withdrawal-withdrawal-limits-times__cta {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #1A1A2E, #E6B325);
    color: #FFFFFF;
}

.page-deposit-withdrawal-withdrawal-limits-times__cta .page-deposit-withdrawal-withdrawal-limits-times__section-title {
    color: #1A1A2E;
    text-shadow: none;
}

.page-deposit-withdrawal-withdrawal-limits-times__cta .page-deposit-withdrawal-withdrawal-limits-times__section-title::after {
    background-color: #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__cta p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-deposit-withdrawal-withdrawal-limits-times__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-deposit-withdrawal-withdrawal-limits-times__btn--primary {
    background-color: #1A1A2E;
    color: #E6B325;
    border: 2px solid #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__btn--primary:hover {
    background-color: #3d3d63;
    color: #E6B325;
    transform: translateY(-3px);
}

.page-deposit-withdrawal-withdrawal-limits-times__btn--secondary {
    background-color: transparent;
    color: #1A1A2E;
    border: 2px solid #1A1A2E;
}

.page-deposit-withdrawal-withdrawal-limits-times__btn--secondary:hover {
    background-color: #1A1A2E;
    color: #E6B325;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-deposit-withdrawal-withdrawal-limits-times__title {
        font-size: 2.5em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__subtitle {
        font-size: 1em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__section-title {
        font-size: 2em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times h3 {
        font-size: 1.5em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__grid-item {
        padding: 20px;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__table th,
    .page-deposit-withdrawal-withdrawal-limits-times__table td {
        padding: 10px;
        font-size: 0.9em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__content-image-right,
    .page-deposit-withdrawal-withdrawal-limits-times__content-image-left {
        flex-direction: column;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__content-image-right img,
    .page-deposit-withdrawal-withdrawal-limits-times__content-image-left img {
        order: unset;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__accordion-header::after {
        right: 15px;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__button-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-deposit-withdrawal-withdrawal-limits-times__title {
        font-size: 2em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__section-title {
        font-size: 1.8em;
    }

    .page-deposit-withdrawal-withdrawal-limits-times__table {
        min-width: 100%;
    }
}