/* ========================================
   CASINO FR - UNIQUE STYLES (cp-fr- prefix)
   ======================================== */

/* === RESET & BASE === */
#cp-fr-bg-none {
    background: none;
}

#cp-fr-frame {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* === SIDEBAR (LEFT) === */
#cp-fr-left {
    width: 250px;
    flex-shrink: 0;
}

.cp-fr-widget,
.cp-fr-page-side-widget,
.cp-fr-widget_shortcode_placeholder {
    margin-bottom: 20px;
}

.cp-fr-left-section {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cp-fr-heading {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.cp-fr-left-separator {
    height: 2px;
    background: linear-gradient(90deg, #660000, #990000);
    margin-bottom: 15px;
    border-radius: 1px;
}

.cp-fr-only-non-restricted-regions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-fr-only-non-restricted-regions li {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.cp-fr-only-non-restricted-regions li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cp-fr-only-non-restricted-regions li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

.cp-fr-only-non-restricted-regions li a:hover {
    color: #660000;
}

.cp-fr-poker-deals-png {
    width: 38px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 4px;
}

.cp-fr-left-room {
    flex: 1;
    font-size: 13px;
    line-height: 1.4;
}

.cp-fr-left-room-right-arrow {
    width: 16px;
    height: 16px;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.cp-fr-only-non-restricted-regions li a:hover .cp-fr-left-room-right-arrow {
    opacity: 1;
}

.cp-fr-clear {
    clear: both;
    display: none;
}

.cp-fr-dfs-content {
    display: block;
}

#cp-fr-left-fantasy-rooms {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cp-fr-left-fantasy-rooms li {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

#cp-fr-left-fantasy-rooms li:last-child {
    border-bottom: none;
}

#cp-fr-left-fantasy-rooms li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

#cp-fr-training-list,
#cp-fr-region-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cp-fr-training-list li,
#cp-fr-region-list li {
    margin-bottom: 8px;
}

#cp-fr-training-list li a,
#cp-fr-region-list li a {
    color: #660000;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

#cp-fr-training-list li a:hover,
#cp-fr-region-list li a:hover {
    color: #990000;
    text-decoration: underline;
}

.cp-fr-block-link {
    display: block;
    background: #660000;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease;
}

.cp-fr-block-link:hover {
    background: #990000;
    color: #fff;
}

/* === MAIN CONTENT (MIDDLE) === */
#cp-fr-middle {
    flex: 1;
    min-width: 0;
    padding-left: 30px;
}

#cp-fr-search-bar {
    margin-bottom: 20px;
}

#cp-fr-top3 {
    padding: 10px 0;
}

.cp-fr-bread-crumb {
    font-size: 13px;
    color: #666;
}

.cp-fr-bread-crumb p {
    margin: 0;
}

.cp-fr-bread-crumb a {
    color: #660000;
    text-decoration: none;
}

.cp-fr-bread-crumb a:hover {
    text-decoration: underline;
}

.cp-fr-dots {
    margin: 0 8px;
    color: #999;
}

.cp-fr-current-page {
    color: #333;
    font-weight: 500;
}

.cp-fr-col1 {
    width: 100%;
}

#cp-fr-content {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

#cp-fr-contributor h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

/* === BYLINE === */
#cp-fr-by-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cp-fr-byline-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cp-fr-byline-left-authors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.cp-fr-byline {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.cp-fr-byline a {
    color: #660000;
    text-decoration: none;
}

.cp-fr-byline a:hover {
    text-decoration: underline;
}

.cp-fr-separator {
    margin: 0 10px;
    color: #ccc;
}

#cp-fr-cp-share {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cp-fr-btn-print,
.cp-fr-btn-mail,
.cp-fr-btn-tweet {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #707070;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.cp-fr-btn-print:hover,
.cp-fr-btn-mail:hover,
.cp-fr-btn-tweet:hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

.cp-fr-btn-tweet {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.cp-fr-btn-tweet:hover {
    background: #333;
    color: #fff;
}

.cp-fr-btn-tweet svg {
    width: 14px;
    height: 14px;
}

.cp-fr-byline-right {
    display: flex;
    gap: 10px;
}

.cp-fr-btn {
    font-size: 12px;
    color: #660000;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #660000;
    border-radius: 4px;
    margin: 0;
    transition: all 0.2s ease;
}

.cp-fr-btn:hover {
    background: #660000;
    color: #fff;
}

.cp-fr-b1,
.cp-fr-b2 {
    position: relative;
}

.cp-fr-byline-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    min-width: 280px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
}

.cp-fr-btn:hover + .cp-fr-byline-tooltip,
.cp-fr-byline-tooltip:hover {
    display: block;
}

.cp-fr-t1,
.cp-fr-t2 {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

/* === CONTENT AREA === */
.cp-fr-space10 {
    height: 10px;
}

#cp-fr-page-content,
.cp-fr-entry-content {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

#cp-fr-page-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #660000;
}

#cp-fr-page-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0 15px 0;
}

#cp-fr-page-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 10px 0;
}

#cp-fr-page-content p {
    margin: 0 0 15px 0;
}

#cp-fr-page-content a {
    color: #660000;
    text-decoration: none;
}

#cp-fr-page-content a:hover {
    text-decoration: underline;
}

/* === TOPLIST === */
.cp-fr-toplist-cardplayer__wrapper {
    margin: 30px 0;
}

.cp-fr-require_ajax_update {
    /* placeholder for ajax functionality */
}

.cp-fr-toplist-cardplayer__filter-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cp-fr-toplist-cardplayer__filter-tag {
    padding: 8px 16px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cp-fr-toplist-cardplayer__filter-tag:hover {
    background: #eee;
}

.cp-fr-filter-tag-active {
    background: #660000;
    color: #fff;
    border-color: #660000;
}

.cp-fr-filter-tag-active:hover {
    background: #990000;
}

.cp-fr-toplist-cardplayer__filter-tags-json {
    display: none;
}

.cp-fr-toplist-cardplayer__offers {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cp-fr-toplist-cardplayer__offer {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cp-fr-toplist-cardplayer__offer:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.cp-fr-toplist-cardplayer__casino {
    border-left: 4px solid #660000;
}

.cp-fr-toplist-cardplayer__offer-inner {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.cp-fr-toplist-cardplayer__offer-logo-wrapper {
    flex-shrink: 0;
}

.cp-fr-toplist-cardplayer__offer-logo {
    display: block;
}

.cp-fr-toplist-cardplayer__offer-logo img {
    width: 125px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
}

.cp-fr-toplist-cardplayer__offer-rating {
    display: flex;
    align-items: baseline;
    gap: 2px;
    background: linear-gradient(135deg, #660000, #990000);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    flex-shrink: 0;
}

.cp-fr-toplist-cardplayer__offer-rating-score {
    font-size: 22px;
    font-weight: 700;
}

.cp-fr-toplist-cardplayer__offer-rating-max {
    font-size: 12px;
    opacity: 0.8;
}

.cp-fr-toplist-cardplayer__offer-brand-name-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
}

.cp-fr-toplist-cardplayer__offer-position {
    font-size: 14px;
    font-weight: 700;
    color: #660000;
    background: #f5f0f0;
    padding: 4px 10px;
    border-radius: 4px;
}

.cp-fr-toplist-cardplayer__brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.cp-fr-toplist-cardplayer__offer-title {
    flex: 1;
    font-size: 15px;
    color: #333;
    min-width: 200px;
}

.cp-fr-toplist-cardplayer__offer-actions {
    flex-shrink: 0;
}

.cp-fr-toplist-cardplayer__offer-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #28a745, #218838);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.cp-fr-toplist-cardplayer__offer-cta-btn:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: #fff;
    text-decoration: none;
}

.cp-fr-toplist-cardplayer__show-more-btn {
    display: block;
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #660000;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.2s ease;
}

.cp-fr-toplist-cardplayer__show-more-btn:hover {
    background: #660000;
    color: #fff;
    border-color: #660000;
}

/* === SU COMPONENTS (Shortcodes Ultimate) === */
.cp-fr-su-note {
    margin: 20px 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.cp-fr-su-note-inner {
    padding: 20px;
    border-left-width: 4px;
    border-left-style: solid;
}

.cp-fr-su-u-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.cp-fr-su-u-trim > *:first-child {
    margin-top: 0;
}

.cp-fr-su-u-trim > *:last-child {
    margin-bottom: 0;
}

.cp-fr-su-list {
    margin: 0;
}

.cp-fr-su-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-fr-su-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.cp-fr-su-list ul li:last-child {
    margin-bottom: 0;
}

.cp-fr-sui {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.cp-fr-sui-check-circle::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: currentColor;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.cp-fr-sui-remove::before {
    content: "✕";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: currentColor;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.cp-fr-su-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px;
}

.cp-fr-su-column {
    padding: 0 15px;
    box-sizing: border-box;
}

.cp-fr-su-column-size-1-2 {
    width: 50%;
}

.cp-fr-su-column-inner {
    height: 100%;
}

/* === IMAGES === */
.cp-fr-aligncenter {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

.cp-fr-wp-image-143,
.cp-fr-wp-image-148,
.cp-fr-wp-image-155,
.cp-fr-wp-image-156,
.cp-fr-wp-image-157,
.cp-fr-wp-image-160,
.cp-fr-wp-image-161 {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    #cp-fr-frame {
        flex-direction: column;
    }

    #cp-fr-left {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }

    #cp-fr-middle {
        padding-left: 0;
        order: 1;
    }

    .cp-fr-toplist-cardplayer__offer-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cp-fr-toplist-cardplayer__offer-brand-name-wrapper {
        justify-content: center;
    }

    .cp-fr-toplist-cardplayer__offer-title {
        min-width: auto;
    }

    .cp-fr-su-column-size-1-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .cp-fr-su-column-size-1-2:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #cp-fr-content {
        padding: 20px;
    }

    #cp-fr-contributor h1 {
        font-size: 22px;
    }

    #cp-fr-page-content h2 {
        font-size: 20px;
    }

    #cp-fr-page-content h3 {
        font-size: 18px;
    }

    #cp-fr-by-line {
        flex-direction: column;
    }

    .cp-fr-byline-right {
        flex-direction: column;
        width: 100%;
    }

    .cp-fr-btn {
        text-align: center;
    }

    #cp-fr-cp-share {
        justify-content: center;
    }

    .cp-fr-toplist-cardplayer__offer-logo img {
        width: 100px;
        height: 50px;
    }

    .cp-fr-toplist-cardplayer__offer-cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #cp-fr-frame {
        padding: 0 10px;
    }

    #cp-fr-content {
        padding: 15px;
        border-radius: 0;
    }

    #cp-fr-contributor h1 {
        font-size: 18px;
    }

    .cp-fr-byline-left-authors {
        flex-direction: column;
        align-items: flex-start;
    }

    .cp-fr-separator {
        display: none;
    }

    .cp-fr-toplist-cardplayer__offer-rating-score {
        font-size: 18px;
    }

    .cp-fr-toplist-cardplayer__brand-name {
        font-size: 16px;
    }
}

/* === PRINT STYLES === */
@media print {
    #cp-fr-left {
        display: none;
    }

    #cp-fr-middle {
        padding-left: 0;
    }

    .cp-fr-toplist-cardplayer__offer-cta-btn {
        display: none;
    }

    #cp-fr-cp-share {
        display: none;
    }

    .cp-fr-byline-right {
        display: none;
    }
}