/* Casino Tables Pro - Frontend Styles */
/* ===================================== */

/* Reset & Base */
.ctp-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    box-sizing: border-box;
    margin: 1.5em 0;
}

.ctp-wrapper *,
.ctp-wrapper *::before,
.ctp-wrapper *::after {
    box-sizing: border-box;
}

.ctp-wrapper img {
    max-width: 100%;
    height: auto;
}

.ctp-no-results {
    text-align: center;
    color: #666;
    padding: 20px;
    font-style: italic;
}

/* ===== BUTTONS ===== */
.ctp-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    line-height: 1.4;
}

.ctp-btn-primary {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.ctp-btn-primary:hover {
    background: linear-gradient(135deg, #218838, #1baa80);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.4);
    color: #fff !important;
    text-decoration: none;
}

.ctp-btn-block {
    display: block;
    width: 100%;
}

.ctp-btn-sm {
    padding: 6px 16px;
    font-size: 12px;
}

.ctp-btn-lg {
    padding: 14px 32px;
    font-size: 16px;
}

/* ===== STARS ===== */
.ctp-stars-wrap {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ctp-star {
    font-size: 16px;
    line-height: 1;
}

.ctp-star-full {
    color: #ffc107;
}

.ctp-star-half {
    color: #ffc107;
    opacity: 0.6;
}

.ctp-star-empty {
    color: #ddd;
}

.ctp-rating-num {
    margin-left: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

/* ===== 1. COMPARISON TABLE ===== */
.ctp-table-wrap {
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.ctp-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ctp-comparison-table thead th {
    background: #f8f9fa;
    padding: 14px 16px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
}

.ctp-comparison-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.ctp-comparison-table tbody tr:last-child {
    border-bottom: none;
}

.ctp-comparison-table tbody tr:hover {
    background: #f8fffe;
}

.ctp-comparison-table td {
    padding: 16px;
    vertical-align: middle;
}

.ctp-td-rank {
    width: 50px;
    text-align: center;
}

.ctp-rank-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.ctp-casino-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ctp-casino-logo {
    width: 80px;
    height: 45px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8f9fa;
    padding: 4px;
}

.ctp-casino-name {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.ctp-bonus-text {
    font-weight: 600;
    color: #28a745;
    font-size: 14px;
}

.ctp-wagering {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.ctp-table-row.ctp-highlighted {
    background: linear-gradient(90deg, #f0fff4, #fff);
    border-left: 4px solid #28a745;
}

.ctp-table-row.ctp-highlighted .ctp-rank-num {
    background: #28a745;
    color: #fff;
}

/* ===== 2. TOP LIST ===== */
.ctp-toplist {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ctp-toplist-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.ctp-toplist-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.ctp-toplist-item.ctp-highlighted {
    border: 2px solid #28a745;
    background: linear-gradient(135deg, #f0fff4, #fff);
}

.ctp-toplist-badge {
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    background: #e9ecef;
    color: #555;
    flex-shrink: 0;
}

.ctp-badge-gold {
    background: linear-gradient(135deg, #ffd700, #ffb300);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.ctp-badge-silver {
    background: linear-gradient(135deg, #c0c0c0, #a0a0a0);
    color: #fff;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.4);
}

.ctp-badge-bronze {
    background: linear-gradient(135deg, #cd7f32, #b8690e);
    color: #fff;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.4);
}

.ctp-toplist-logo {
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ctp-toplist-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.ctp-toplist-content {
    flex: 1;
    min-width: 0;
}

.ctp-toplist-name {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.ctp-toplist-bonus {
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
    margin-bottom: 4px;
}

.ctp-toplist-action {
    flex-shrink: 0;
}

/* ===== 3. CARD GRID ===== */
.ctp-cards {
    display: grid;
    gap: 20px;
}

.ctp-cards-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.ctp-cards-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.ctp-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.ctp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.ctp-card.ctp-highlighted {
    border: 2px solid #28a745;
    position: relative;
}

.ctp-card.ctp-highlighted::before {
    content: "★ Top Pick";
    position: absolute;
    top: 12px;
    right: 12px;
    background: #28a745;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.ctp-card-logo {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctp-card-logo img {
    max-height: 60px;
    object-fit: contain;
}

.ctp-card-body {
    padding: 20px;
    flex: 1;
}

.ctp-card-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.ctp-card-bonus {
    margin-top: 10px;
    padding: 10px;
    background: #f0fff4;
    border-radius: 6px;
    font-weight: 600;
    color: #28a745;
    font-size: 14px;
}

.ctp-card-desc {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.ctp-card-footer {
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
}

/* ===== 4. SIDEBAR ===== */
.ctp-sidebar-list {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.ctp-sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.2s;
}

.ctp-sidebar-item:last-child {
    border-bottom: none;
}

.ctp-sidebar-item:hover {
    background: #f8fffe;
}

.ctp-sidebar-rank {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    flex-shrink: 0;
}

.ctp-sidebar-logo {
    width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ctp-sidebar-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.ctp-sidebar-info {
    flex: 1;
    min-width: 0;
}

.ctp-sidebar-name {
    font-weight: 600;
    font-size: 13px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctp-sidebar-bonus {
    font-size: 11px;
    color: #28a745;
    font-weight: 500;
}

/* ===== 5. MINIMAL LIST ===== */
.ctp-minimal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ctp-minimal-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.ctp-minimal-item:last-child {
    border-bottom: none;
}

.ctp-minimal-rank {
    font-weight: 700;
    color: #28a745;
    margin-right: 6px;
}

.ctp-minimal-link {
    color: #2271b1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.ctp-minimal-link:hover {
    color: #28a745;
    text-decoration: underline;
}

.ctp-minimal-name {
    font-weight: 600;
    color: #333;
}

.ctp-minimal-bonus {
    color: #666;
    font-size: 13px;
}

.ctp-minimal-rating {
    color: #ffc107;
    font-size: 13px;
    font-weight: 600;
}

/* ===== 6. VERSUS ===== */
.ctp-versus {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.ctp-versus-item {
    padding: 30px;
    text-align: center;
}

.ctp-versus-logo {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.ctp-versus-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #222;
}

.ctp-versus-details {
    text-align: left;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.ctp-versus-row {
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
}

.ctp-versus-row:last-child {
    border-bottom: none;
}

.ctp-versus-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 0 20px;
}

.ctp-versus-divider span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(238, 90, 36, 0.3);
}

/* ===== 7. SINGLE BOX ===== */
.ctp-single-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    padding: 30px;
    border: 1px solid #f0f0f0;
}

.ctp-single-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.ctp-single-logo {
    max-width: 120px;
    max-height: 70px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 8px;
}

.ctp-single-title h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.ctp-single-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ctp-single-bonus {
    background: linear-gradient(135deg, #f0fff4, #e8f5e9);
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.ctp-single-bonus-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 6px;
}

.ctp-single-bonus-text {
    font-size: 20px;
    font-weight: 700;
    color: #28a745;
}

.ctp-single-bonus-code {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}

.ctp-single-wagering {
    margin-top: 6px;
    font-size: 12px;
    color: #888;
}

.ctp-single-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.ctp-pros-list h4,
.ctp-cons-list h4 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ctp-pros-list h4 {
    color: #28a745;
}

.ctp-cons-list h4 {
    color: #dc3545;
}

.ctp-pros-list ul,
.ctp-cons-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ctp-pro-item,
.ctp-con-item {
    padding: 6px 0 6px 22px;
    position: relative;
    font-size: 14px;
    color: #444;
}

.ctp-pro-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 700;
}

.ctp-con-item::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: 700;
}

.ctp-single-meta {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ctp-single-meta-item {
    font-size: 13px;
    padding: 4px 0;
    color: #555;
}

.ctp-single-cta {
    text-align: center;
}

/* ===== 8. SLIDER / CAROUSEL ===== */
.ctp-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    padding: 10px 0;
}

.ctp-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding: 20px 50px;
}

.ctp-slider-track::-webkit-scrollbar {
    display: none;
}

.ctp-slider-slide {
    min-width: 220px;
    max-width: 220px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ctp-slider-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-color: #28a745;
}

.ctp-slider-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.ctp-slider-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ctp-slider-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #222;
}

.ctp-slider-bonus {
    font-size: 12px;
    color: #28a745;
    font-weight: 500;
    margin: 8px 0 12px;
}

.ctp-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #333;
}

.ctp-slider-nav:hover {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

.ctp-slider-prev {
    left: 8px;
}

.ctp-slider-next {
    right: 8px;
}

/* ===== DARK MODE ===== */
.ctp-style-dark {
    color: #e0e0e0;
}

.ctp-style-dark .ctp-comparison-table {
    background: #1e1e2e;
}

.ctp-style-dark .ctp-comparison-table thead th {
    background: #2a2a3e;
    color: #aaa;
    border-bottom-color: #333;
}

.ctp-style-dark .ctp-comparison-table tbody tr {
    border-bottom-color: #2a2a3e;
}

.ctp-style-dark .ctp-comparison-table tbody tr:hover {
    background: #252538;
}

.ctp-style-dark .ctp-comparison-table td {
    color: #e0e0e0;
}

.ctp-style-dark .ctp-casino-name {
    color: #fff;
}

.ctp-style-dark .ctp-rank-num {
    background: #2a2a3e;
    color: #fff;
}

.ctp-style-dark .ctp-toplist-item,
.ctp-style-dark .ctp-card,
.ctp-style-dark .ctp-sidebar-list,
.ctp-style-dark .ctp-single-box,
.ctp-style-dark .ctp-slider-container,
.ctp-style-dark .ctp-versus {
    background: #1e1e2e;
    border-color: #333;
}

.ctp-style-dark .ctp-toplist-item:hover,
.ctp-style-dark .ctp-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}

.ctp-style-dark .ctp-toplist-name,
.ctp-style-dark .ctp-card-name,
.ctp-style-dark .ctp-sidebar-name,
.ctp-style-dark .ctp-single-title h3,
.ctp-style-dark .ctp-versus-name,
.ctp-style-dark .ctp-slider-name {
    color: #fff;
}

.ctp-style-dark .ctp-card-logo,
.ctp-style-dark .ctp-single-logo {
    background: #2a2a3e;
}

.ctp-style-dark .ctp-card-body,
.ctp-style-dark .ctp-card-desc,
.ctp-style-dark .ctp-single-desc {
    color: #bbb;
}

.ctp-style-dark .ctp-card-bonus {
    background: rgba(40, 167, 69, 0.1);
}

.ctp-style-dark .ctp-card-footer {
    border-top-color: #333;
}

.ctp-style-dark .ctp-sidebar-item {
    border-bottom-color: #2a2a3e;
}

.ctp-style-dark .ctp-sidebar-item:hover {
    background: #252538;
}

.ctp-style-dark .ctp-sidebar-rank {
    background: #2a2a3e;
    color: #fff;
}

.ctp-style-dark .ctp-minimal-item {
    border-bottom-color: #333;
}

.ctp-style-dark .ctp-minimal-link {
    color: #64b5f6;
}

.ctp-style-dark .ctp-minimal-name {
    color: #e0e0e0;
}

.ctp-style-dark .ctp-minimal-bonus {
    color: #aaa;
}

.ctp-style-dark .ctp-versus-details,
.ctp-style-dark .ctp-single-meta {
    background: #2a2a3e;
}

.ctp-style-dark .ctp-versus-divider {
    background: #2a2a3e;
}

.ctp-style-dark .ctp-versus-row {
    border-bottom-color: #333;
    color: #ccc;
}

.ctp-style-dark .ctp-single-bonus {
    background: rgba(40, 167, 69, 0.1);
    border-color: rgba(40, 167, 69, 0.3);
}

.ctp-style-dark .ctp-single-bonus-code,
.ctp-style-dark .ctp-single-meta-item {
    color: #bbb;
}

.ctp-style-dark .ctp-pro-item,
.ctp-style-dark .ctp-con-item {
    color: #ccc;
}

.ctp-style-dark .ctp-single-header {
    border-bottom-color: #333;
}

.ctp-style-dark .ctp-slider-slide {
    background: #252538;
    border-color: #333;
}

.ctp-style-dark .ctp-slider-slide:hover {
    border-color: #28a745;
}

.ctp-style-dark .ctp-slider-nav {
    background: #2a2a3e;
    border-color: #444;
    color: #fff;
}

.ctp-style-dark .ctp-rating-num {
    color: #ccc;
}

.ctp-style-dark .ctp-table-row.ctp-highlighted {
    background: linear-gradient(90deg, rgba(40,167,69,0.1), transparent);
}

.ctp-style-dark .ctp-star-empty {
    color: #444;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
    .ctp-cards-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ctp-versus {
        grid-template-columns: 1fr;
    }

    .ctp-versus-divider {
        padding: 15px;
    }

    .ctp-single-pros-cons {
        grid-template-columns: 1fr;
    }

    .ctp-toplist-item {
        flex-wrap: wrap;
    }

    .ctp-toplist-action {
        width: 100%;
        margin-top: 10px;
    }

    .ctp-toplist-action .ctp-btn {
        display: block;
        width: 100%;
    }

    .ctp-single-header {
        flex-direction: column;
        text-align: center;
    }

    .ctp-slider-slide {
        min-width: 180px;
        max-width: 180px;
    }
}

@media screen and (max-width: 480px) {
    .ctp-cards-col-2,
    .ctp-cards-col-3 {
        grid-template-columns: 1fr;
    }

    .ctp-comparison-table td {
        padding: 10px 8px;
    }

    .ctp-casino-logo {
        width: 50px;
        height: 30px;
    }

    .ctp-casino-cell {
        gap: 8px;
    }

    .ctp-casino-name {
        font-size: 13px;
    }

    .ctp-toplist-logo {
        display: none;
    }

    .ctp-slider-slide {
        min-width: 160px;
        max-width: 160px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes ctpFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ctp-toplist-item,
.ctp-card,
.ctp-sidebar-item {
    animation: ctpFadeIn 0.4s ease forwards;
    opacity: 0;
}

.ctp-toplist-item:nth-child(1), .ctp-card:nth-child(1), .ctp-sidebar-item:nth-child(1) { animation-delay: 0.05s; }
.ctp-toplist-item:nth-child(2), .ctp-card:nth-child(2), .ctp-sidebar-item:nth-child(2) { animation-delay: 0.1s; }
.ctp-toplist-item:nth-child(3), .ctp-card:nth-child(3), .ctp-sidebar-item:nth-child(3) { animation-delay: 0.15s; }
.ctp-toplist-item:nth-child(4), .ctp-card:nth-child(4), .ctp-sidebar-item:nth-child(4) { animation-delay: 0.2s; }
.ctp-toplist-item:nth-child(5), .ctp-card:nth-child(5), .ctp-sidebar-item:nth-child(5) { animation-delay: 0.25s; }
.ctp-toplist-item:nth-child(6), .ctp-card:nth-child(6), .ctp-sidebar-item:nth-child(6) { animation-delay: 0.3s; }
.ctp-toplist-item:nth-child(7), .ctp-card:nth-child(7), .ctp-sidebar-item:nth-child(7) { animation-delay: 0.35s; }
.ctp-toplist-item:nth-child(8), .ctp-card:nth-child(8), .ctp-sidebar-item:nth-child(8) { animation-delay: 0.4s; }
.ctp-toplist-item:nth-child(9), .ctp-card:nth-child(9), .ctp-sidebar-item:nth-child(9) { animation-delay: 0.45s; }
.ctp-toplist-item:nth-child(10), .ctp-card:nth-child(10), .ctp-sidebar-item:nth-child(10) { animation-delay: 0.5s; }
