
/* WK Pool Pro v1.3.1 - Kroeglogo's + witte hero titels */

/* Hero titels altijd wit op oranje/donkere gradients */
.wkp .wkp-hero h1,
.wkp .wkp-hero h2,
.wkp .wkp-pub-hero h1,
.wkp .wkp-pub-hero h2,
.wkp .wkp-dark-section h1,
.wkp .wkp-dark-section h2,
.wkp .wkp-front-section-head h1,
.wkp .wkp-front-section-head h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.18);
}

/* Ranking rows netter uitlijnen */
.wkp .wkp-rank-row,
.wkp .wkp-front-rank,
.wkp .wkp-tavern-card {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

/* Kroeglogo container */
.wkp .wkp-tavern-logo,
.wkp .wkp-pub-logo,
.wkp .wkp-rank-logo {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 2px solid rgba(255,122,0,.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.08) !important;
}

/* Afbeelding in logo */
.wkp .wkp-tavern-logo img,
.wkp .wkp-pub-logo img,
.wkp .wkp-rank-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Naamblok naast logo */
.wkp .wkp-rank-content,
.wkp .wkp-pub-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 2px !important;
}

/* Kroegnaam */
.wkp .wkp-pub-name,
.wkp .wkp-tavern-name {
    font-weight: 900 !important;
    color: #071422 !important;
    font-size: 1.02rem !important;
    line-height: 1.2 !important;
}

/* Subtekst */
.wkp .wkp-pub-meta,
.wkp .wkp-tavern-meta {
    color: #475569 !important;
    font-size: .92rem !important;
}

/* Puntenblok rechts */
.wkp .wkp-rank-points,
.wkp .wkp-points-right {
    margin-left: auto !important;
    font-weight: 900 !important;
}

/* Mobiel iets compacter */
@media (max-width: 768px) {
    .wkp .wkp-tavern-logo,
    .wkp .wkp-pub-logo,
    .wkp .wkp-rank-logo {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
    }

    .wkp .wkp-rank-row,
    .wkp .wkp-front-rank,
    .wkp .wkp-tavern-card {
        gap: 12px !important;
    }
}
