/* Russia Casino Rating Plugin Styles */

.rcr-casino-rating {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
}

.rcr-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rcr-casino-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    border: 1px solid #e8ecf0;
    transition: all 0.3s ease;
}

.rcr-casino-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.rcr-rank-badge {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.rcr-rank-number {
    font-size: 24px;
    font-weight: 800;
    color: #2c3e50;
}

.rcr-casino-logo {
    width: 120px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c3e50;
    border-radius: 8px;
    border: 2px solid #34495e;
    padding: 10px;
}

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

.rcr-casino-info {
    flex: 1;
    min-width: 0;
}

.rcr-casino-header {
    margin-bottom: 15px;
}

.rcr-casino-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Badge Styles */
.rcr-badge {
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.rcr-badge-new {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.rcr-badge-exclusive {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 2px 8px rgba(155, 89, 182, 0.3);
}

.rcr-badge-the-best {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.rcr-badge-top-crypto {
    background: linear-gradient(135deg, #f7931a, #ff9500);
    box-shadow: 0 2px 8px rgba(247, 147, 26, 0.3);
}

.rcr-badge-hit {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.rcr-badge-top {
    background: linear-gradient(135deg, #3498db, #2980b9);
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.rcr-badge-retro {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
    box-shadow: 0 2px 8px rgba(149, 165, 166, 0.3);
}

.rcr-badge-old-casino {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    box-shadow: 0 2px 8px rgba(52, 73, 94, 0.3);
}

.rcr-badge-crypto {
    background: linear-gradient(135deg, #16a085, #1abc9c);
    box-shadow: 0 2px 8px rgba(22, 160, 133, 0.3);
}

.rcr-badge-verified {
    background: linear-gradient(135deg, #27ae60, #229954);
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
}

.rcr-arrow {
    color: #6c757d;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rcr-casino-name:hover .rcr-arrow {
    transform: translateX(3px);
}

.rcr-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rcr-stars {
    display: flex;
    gap: 2px;
}

.rcr-star {
    color: #ddd;
    font-size: 18px;
    transition: color 0.2s ease;
}

.rcr-star.filled {
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.5);
}

.rcr-star.half {
    position: relative;
    color: #ddd;
}

.rcr-star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.5);
}

.rcr-rating-number {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
}

.rcr-expert-badge {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}

.rcr-checkmark {
    color: #28a745;
    font-weight: 700;
}

.rcr-bonus {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Promo Code Styles */
.rcr-promo-code-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.rcr-promo-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.rcr-promo-code {
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
}

.rcr-promo-code:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
}

.rcr-promo-code:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.rcr-promo-text {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
}

.rcr-promo-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.rcr-promo-code:hover .rcr-promo-icon {
    transform: scale(1.2);
}

.rcr-promo-hint {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
}

.rcr-promo-code-copied {
    background: #28a745 !important;
    animation: copyPulse 0.4s ease;
}

@keyframes copyPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* FAQ Section Styles */
.rcr-faq-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.rcr-faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rcr-faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rcr-faq-item {
    background: #ffffff;
    border: 2px solid #e8ecf0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.rcr-faq-item:hover {
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.rcr-faq-item.active {
    border-color: #667eea;
}

.rcr-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    transition: background 0.3s ease;
}

.rcr-faq-question:hover {
    background: #f8f9fa;
}

.rcr-faq-question h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    flex: 1;
    padding-right: 15px;
}

.rcr-faq-toggle {
    font-size: 28px;
    font-weight: 300;
    color: #667eea;
    line-height: 1;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rcr-faq-item.active .rcr-faq-toggle {
    transform: rotate(45deg);
}

.rcr-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.rcr-faq-item.active .rcr-faq-answer {
    max-height: 3000px;
    padding: 0 25px 20px 25px;
}

.rcr-faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

/* FAQ Responsive Design */
@media (max-width: 768px) {
    .rcr-faq-section {
        padding: 15px;
        margin: 30px auto;
    }
    
    .rcr-faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .rcr-faq-question {
        padding: 15px 20px;
    }
    
    .rcr-faq-question h3 {
        font-size: 16px;
    }
    
    .rcr-faq-answer {
        padding: 0 20px;
    }
    
    .rcr-faq-item.active .rcr-faq-answer {
        padding: 0 20px 15px 20px;
    }
    
    .rcr-faq-answer p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .rcr-faq-section {
        padding: 10px;
    }
    
    .rcr-faq-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .rcr-faq-question {
        padding: 12px 15px;
    }
    
    .rcr-faq-question h3 {
        font-size: 15px;
    }
    
    .rcr-faq-toggle {
        font-size: 24px;
    }
    
    .rcr-faq-answer {
        padding: 0 15px;
    }
    
    .rcr-faq-item.active .rcr-faq-answer {
        padding: 0 15px 12px 15px;
    }
    
    .rcr-faq-answer p {
        font-size: 14px;
    }
}

/* Author block (FAQ) */
.rcr-author-block {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 2px solid #e8ecf0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.rcr-author-block__photo {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8ecf0;
    background: #f8f9fa;
}

.rcr-author-block__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rcr-author-block__body {
    flex: 1;
    min-width: 0;
}

.rcr-author-block__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #495057;
}

.rcr-author-block__name {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(102, 126, 234, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.rcr-author-block__name:hover,
.rcr-author-block__name:focus {
    color: #4c63d2;
    border-bottom-color: #4c63d2;
}

@media (max-width: 768px) {
    .rcr-author-block {
        margin-bottom: 30px;
        padding: 16px;
        gap: 16px;
    }

    .rcr-author-block__photo {
        width: 80px;
        height: 80px;
    }

    .rcr-author-block__text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rcr-author-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px 14px;
        margin-bottom: 24px;
    }

    .rcr-author-block__text {
        font-size: 14px;
    }
}

.rcr-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.rcr-features-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rcr-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #495057;
    line-height: 1.3;
}

.rcr-feature .rcr-checkmark {
    color: #28a745;
    font-weight: 700;
    flex-shrink: 0;
}


.rcr-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 150px;
}

.rcr-visit-button {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white !important;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 120px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

.rcr-visit-button:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: white !important;
    text-decoration: none !important;
}

.rcr-visit-button:visited {
    color: white !important;
}

.rcr-visit-button:active {
    color: white !important;
}

.rcr-visit-button:focus {
    color: white !important;
}


.rcr-disclaimer {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #ffc107;
    border-radius: 0 8px 8px 0;
}

.rcr-disclaimer p {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rcr-casino-rating {
        padding: 15px;
    }
    
    .rcr-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .rcr-casino-card {
        flex-direction: column;
        padding: 20px;
    }
    
    .rcr-rank-badge {
        align-self: flex-start;
        width: 50px;
        height: 50px;
    }
    
    .rcr-rank-number {
        font-size: 20px;
    }
    
    .rcr-casino-logo {
        align-self: center;
        width: 150px;
        height: 90px;
        margin: 10px 0;
    }
    
    .rcr-casino-info {
        width: 100%;
    }
    
    .rcr-casino-name {
        font-size: 20px;
        justify-content: flex-start;
    }
    
    .rcr-rating {
        justify-content: flex-start;
    }
    
    .rcr-expert-badge {
        display: inline-flex;
    }
    
    .rcr-bonus {
        text-align: left;
    }
    
    .rcr-promo-code-wrapper {
        width: 100%;
    }
    
    .rcr-features {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
    
    .rcr-feature {
        text-align: left;
    }
    
    .rcr-actions {
        flex-direction: row;
        justify-content: flex-start;
        min-width: auto;
        width: 100%;
    }
    
    .rcr-visit-button {
        flex: 1;
        max-width: 100%;
    }
    
    .rcr-promo-code-wrapper {
        padding: 12px;
        width: 100%;
    }
    
    .rcr-promo-code {
        padding: 10px 12px;
    }
    
    .rcr-promo-text {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
    
}

@media (max-width: 480px) {
    .rcr-casino-rating {
        padding: 10px;
    }
    
    .rcr-casino-card {
        padding: 15px;
    }
    
    .rcr-casino-info {
        width: 100%;
    }
    
    .rcr-casino-logo {
        align-self: center;
        width: 140px;
        height: 85px;
        margin: 10px 0;
    }
    
    .rcr-title {
        font-size: 20px;
    }
    
    .rcr-casino-name {
        font-size: 18px;
        flex-direction: column;
        gap: 5px;
        justify-content: flex-start;
    }
    
    .rcr-bonus {
        font-size: 14px;
        text-align: left;
    }
    
    .rcr-features {
        gap: 8px;
        width: 100%;
    }
    
    .rcr-feature {
        font-size: 13px;
        text-align: left;
    }
    
    .rcr-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }
    
    .rcr-visit-button {
        width: 100%;
        max-width: none;
    }
    
    .rcr-promo-code-wrapper {
        padding: 10px;
        width: 100%;
    }
    
    .rcr-promo-label {
        font-size: 11px;
    }
    
    .rcr-promo-code {
        padding: 8px 10px;
    }
    
    .rcr-promo-text {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .rcr-promo-icon {
        font-size: 18px;
    }
}

/* Animation for loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rcr-casino-card {
    animation: fadeInUp 0.6s ease-out;
}

.rcr-casino-card:nth-child(2) { animation-delay: 0.1s; }
.rcr-casino-card:nth-child(3) { animation-delay: 0.2s; }
.rcr-casino-card:nth-child(4) { animation-delay: 0.3s; }
.rcr-casino-card:nth-child(5) { animation-delay: 0.4s; }

/* Hover effects for interactive elements */
.rcr-casino-name {
    cursor: pointer;
    transition: color 0.3s ease;
}

.rcr-casino-name:hover {
    color: #007bff;
}


/* Focus styles for accessibility */
.rcr-visit-button:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .rcr-casino-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .rcr-visit-button {
        display: none;
    }
    
    .rcr-disclaimer {
        background: #f0f0f0;
        border-left: 4px solid #666;
    }
}

