/* Compact Author Box Styling for Casino Pages */
.casi-auth-box {
    background-color: #110E1B;
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid #352E4C;
}

.casi-auth-padding {
    padding: 20px;
}

.casi-auth-header-row {
    margin-bottom: 10px;
    width: 100%;
}

.casi-auth-avatar-compact img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: block;
    border: 1px solid #352E4C;
}

.casi-auth-name-compact {
    font-size: 20px;
    line-height: 1.1;
}

.casi-auth-meta-compact {
    gap: 2px;
    display: flex;
}

.casi-auth-upper {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 11px;
    line-height: 1;
}

.casi-auth-name-compact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.casi-auth-name-compact a:hover {
    color: #CA0C04;
}

.casi-auth-socials-compact {
    margin-left: auto;
}

.casi-auth-social-link-compact {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #352E4C;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.casi-auth-social-link-compact:hover {
    background-color: #CA0C04;
    transform: translateY(-2px);
}

.casi-auth-social-link-compact svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.casi-auth-bio-compact {
    margin-bottom: 15px;
    color: #dadada;
    line-height: 1.5;
}

.casi-auth-bio-compact p {
    margin-bottom: 8px;
}

.casi-auth-bio-compact p:last-child {
    margin-bottom: 0;
}

.casi-auth-footer-compact {
    padding-top: 12px;
    border-top: 1px solid #352E4C;
    width: 100%;
}

.casi-auth-fact-item-compact {
    padding-right: 12px;
    border-right: 1px solid #352E4C;
}

.casi-auth-fact-item-compact:last-child {
    border-right: none;
    padding-right: 0;
}

.casi-auth-fact-label-compact {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10px;
    margin-bottom: 2px;
}

.casi-auth-fact-value-compact {
    color: #ffffff;
}


.casi-auth-more-link {
    margin-left: auto;
    font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .casi-auth-header-row {
        justify-content: center;
        text-align: center;
    }
    
    .casi-auth-socials-compact {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    
    .casi-auth-footer-compact {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    
    .casi-auth-more-link {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .casi-auth-facts-compact {
        justify-content: center;
    }
    
    .casi-auth-fact-item-compact {
        border-right: none;
        padding-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
}
