/* Font-face declaration for Poppins Regular - scoped to NewTop10Casinos only */
@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Styles scoped to NewTop10Casinos component only */
.new-top10-casinos-container {
    font-family: "Poppins-Regular", sans-serif;
}

.new-top10-casinos-container .block-main-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
}

@media (max-width: 768px) {
    .new-top10-casinos-container .block-main-heading {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.new-top10-casinos-container .casinos-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-bottom: 20px;
}

.new-top10-casinos-container .casino-box-vertical {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #0a4a76;
    background: rgba(39, 182, 255, 0.1);
    position: relative;
    overflow: visible;
}

.new-top10-casinos-container .casino-box-vertical.show {
    opacity: 1;
}

.new-top10-casinos-container .casino-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 180px;
    gap: 20px;
}

.new-top10-casinos-container .casino-column {
    padding: 0;
    position: relative;
}

.new-top10-casinos-container .casino-column:not(:last-child) {
    border-right: 1px solid #0a4a76;
    padding-right: 20px;
}

/* Column 1 - Casino Info */
.new-top10-casinos-container .column-1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.new-top10-casinos-container .casino-logo-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
}

.new-top10-casinos-container .casino-logo {
    width: 120px;
    height: 120px;
    padding: 0;
    aspect-ratio: 1/1;
    border-radius: 12px;
    object-fit: cover;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-top10-casinos-container .casino-info-wrapper {
    display: flex;
    width: 154px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.new-top10-casinos-container .ranking-badge {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 7px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #f3af1d;
    border-radius: 50%;
    color: #0a4a76;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.new-top10-casinos-container .casino-name {
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.new-top10-casinos-container .casino-rating-labels {
    align-self: stretch;
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-top10-casinos-container .casino-rating-display span:first-child {
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-top10-casinos-container .casino-rating-display {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-top10-casinos-container .editor-rating-label {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
}

.new-top10-casinos-container .rating-display {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.new-top10-casinos-container .rating-star {
    color: #ffb800;
    font-size: 18px;
}

.new-top10-casinos-container .casino-rating-star {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.new-top10-casinos-container .casino-rating-star img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}

.new-top10-casinos-container .casino-rating-star svg {
    width: 20px;
    height: 20px;
    fill: #f3af1d;
}

.new-top10-casinos-container .bonus-info-bottom {
    margin-top: 20px;
}

.new-top10-casinos-container .bonus-info-item {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2px;
}

/* Column 2 - Bonus Details */
.new-top10-casinos-container .column-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.new-top10-casinos-container .bonus-type-label {
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.new-top10-casinos-container .bonus-title {
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-top10-casinos-container .bonus-subtitle {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* Column 3 - Features */
.new-top10-casinos-container .column-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-top10-casinos-container .features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-top10-casinos-container .feature-item {
    display: flex;
    align-items: center;
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-top10-casinos-container .shield-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.new-top10-casinos-container .shield-icon svg {
    width: 14px;
    height: 14px;
}

/* Column 4 - CTA */
.new-top10-casinos-container .column-4 {
    display: flex;
    max-width: 180px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    justify-content: center;
}

.new-top10-casinos-container .casino-card-play-now-new {
    background-color: #1e3a5f;
    color: white;
    border: none;
    padding: 12px 24px;
    max-width: 122px;
    width: 100%;
    border-radius: 8px;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s;
}

.new-top10-casinos-container .casino-card-play-now-new:hover {
    background-color: #f3af1d;
}

.new-top10-casinos-container .casino-card-read-new {
    color: #0a4a76;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    text-align: center;
}

/* Payment Methods Section - Below Grid */
.new-top10-casinos-container .toggle-payment-details:focus {
    outline: none !important;
}
.new-top10-casinos-container .toggle-payment-details:hover {
    background: #f3af1d;
}
.new-top10-casinos-container .toggle-payment-details svg {
    filter: invert(1) brightness(100);
}

.new-top10-casinos-container .payment-methods-section-wrapper {
    position: relative;
    /* margin-top: 10px; */
}

.new-top10-casinos-container .toggle-payment-details {
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -42px;
    left: 50%;
    background: #29365f;
    padding: 0.8rem 0;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    width: 40px;
    height: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.new-top10-casinos-container .toggle-payment-details:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.new-top10-casinos-container .toggle-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.new-top10-casinos-container .payment-methods-section {
    transition-duration: 0.3s;
    overflow: hidden;
    max-height: 0;
}

/* Payment Methods Section Toggle Styles */
.payment-methods-section {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}

.payment-methods-section-wrapper {
    position: relative;
}

.toggle-payment-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.toggle-payment-details:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.toggle-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: #666;
}

.toggle-payment-details[aria-expanded="true"] .toggle-arrow {
    transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .toggle-payment-details {
        padding: 10px;
    }

    .toggle-arrow {
        width: 20px;
        height: 20px;
    }
    .new-top10-casinos-container .column-2 {
        align-items: center;
    }
    .new-top10-casinos-container .bonus-title {
        text-align: center;
        margin-bottom: 0;
    }
    .new-top10-casinos-container .casino-info-wrapper {
        gap: 6px;
    }
    .new-top10-casinos-container .casino-box-vertical {
        padding: 10px;
    }

    .new-top10-casinos-container .toggle-payment-details {
        bottom: -36px;
    }
}

.new-top10-casinos-container .payment-methods-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.new-top10-casinos-container .payment-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    column-gap: 16px;
    row-gap: 12px;
}

/* .new-top10-casinos-container .payment-row-left {
    justify-content: flex-start;
    flex: 1;
}

.new-top10-casinos-container .payment-row-right {
    justify-content: flex-end;
    flex: 1;
} */

.screen-middle-padding ul li {
    list-style: none;
    margin: 0;
    padding-bottom: 8px;
}

.screen-middle-padding ul {
    padding-left: 0;
}

.new-top10-casinos-container .rewiew-proscons-ul {
    font-family: "Poppins-Regular", sans-serif;
}

.new-top10-casinos-container .proscons-item {
    font-family: "Poppins-Regular", sans-serif;
}

.new-top10-casinos-container .payment-method-item {
    width: 60px;
    height: 34px;
    flex-shrink: 0;
    /* background: white; */
    border: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #0a4a76;
}

.load-more-casinos:after {
    content: unset;
}

.load-more-casinos img {
    height: 20px;
    width: 20px;
}

.new-top10-casinos-container .payment-method-item picture {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.new-top10-casinos-container .payment-method-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.new-top10-casinos-container .load-more-casinos {
    margin-top: 20px;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f3af1d;
    color: white;
    border: none;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.new-top10-casinos-container .load-more-casinos:hover {
    background: #e09d1a;
}

.hero-content {
    overflow: hidden;
    padding: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .new-top10-casinos-container .casino-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-top10-casinos-container .casino-column:nth-child(2) {
        border-right: none;
    }

    .new-top10-casinos-container .casino-column:nth-child(3) {
        border-right: 1px solid #0a4a76;
    }
    .new-top10-casinos-container .column-4 {
        max-width: 100%;
        align-items: flex-start;
    }
    .new-top10-casinos-container .payment-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .new-top10-casinos-container .casino-main-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .new-top10-casinos-container .casino-column {
        border-right: none !important;
        border-bottom: 1px dashed #d0d0d0;
        padding: 10px 0;
        padding-right: 0 !important;
        row-gap: 5px;
        column-gap: 15px;
    }

    .new-top10-casinos-container .casino-column:last-child {
        border-bottom: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .new-top10-casinos-container .payment-row-left,
    .new-top10-casinos-container .payment-row-right {
        justify-content: center;
    }

    .new-top10-casinos-container .payment-methods-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-direction: column;
    }

    .new-top10-casinos-container .features-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .screen-middle-padding ul.rewiew-proscons-ul {
        width: auto;
        padding: 0px;
    }

    .new-top10-casinos-container .payment-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }
}

@media (max-width: 640px) {
    .new-top10-casinos-container .casino-main-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .new-top10-casinos-container .toggle-payment-details {
        bottom: -37px;
    }
}
