/* STATS STRIP */
.wb-statsstrip { background: #fff; border-bottom: 2px solid #e4e6ed; }
.wb-statsstrip-inner { display: flex; }
.wb-stat-item { flex: 1; padding: 13px 16px; border-right: 1px solid #e4e6ed; }
.wb-stat-item:last-child { border-right: none; }
.wb-stat-num { font-size: 21px; font-weight: 700; color: #193b56; line-height: 1; font-family: Inter, sans-serif; }
.wb-stat-label { font-size: 11px; color: #aaa; margin-top: 4px; font-family: Inter, sans-serif; }

/* HERO H1 */
.wb-hero { background: #fff; padding: 16px 0 18px; border-bottom: 1px solid #e4e6ed; margin-bottom: 20px; }
.wb-hero h1 { font-size: 20px; font-weight: 700; color: #193b56; margin: 0 0 6px 0; font-family: Inter, sans-serif; line-height: 1.3; }
.wb-hero p { font-size: 13px; color: #999; margin: 0; font-family: Inter, sans-serif; line-height: 1.5; }

/* ANALYTICS + SIDEBAR */
.wb-analytics-layout {
    display: grid;
    grid-template-columns: 1fr 220px;
    border: 1px solid #e4e6ed;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 32px;
}
.wb-analytics-main {
    border-right: 1px solid #e4e6ed;
}
.wb-analytics-side {
    padding: 16px 14px;
    background: #f8f8fd;
}

.wb-analytics-sec-hd {
    padding: 14px 16px 12px;
    border-bottom: 2px solid #193b56;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.wb-analytics-sec-hd h2 {
    font-size: 13px;
    font-weight: 700;
    color: #193b56;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0;
    font-family: Inter, sans-serif;
}
.wb-analytics-sec-hd a {
    font-size: 12px;
    color: #468AFD;
    font-weight: 600;
    text-decoration: none;
    font-family: Inter, sans-serif;
}
.wb-analytics-sec-hd a:hover { text-decoration: underline; }

.wb-art-row {
    display: flex;
    gap: 12px;
    padding: 11px 16px;
    border-bottom: 1px solid #eef0f5;
    text-decoration: none;
    align-items: flex-start;
}
.wb-art-row:last-child { border-bottom: none; }
.wb-art-row:hover { background: #f8f9ff; text-decoration: none; }

.wb-art-thumb {
    width: 82px;
    height: 54px;
    border-radius: 3px;
    flex-shrink: 0;
    overflow: hidden;
    background: #dde3ef;
}
.wb-art-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wb-art-body { flex: 1; min-width: 0; }
.wb-art-cat {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 3px;
    font-family: Inter, sans-serif;
}
.wb-cat-football  { color: #1a7a36; }
.wb-cat-analytics { color: #5b20a0; }

.wb-art-title {
    font-size: 12.5px;
    font-weight: 600;
    color: #193b56;
    line-height: 1.4;
    margin-bottom: 4px;
    font-family: Inter, sans-serif;
    transition: color 0.15s;
}
.wb-art-row:hover .wb-art-title { color: #468AFD; }
.wb-art-date {
    font-size: 10.5px;
    color: #bbb;
    font-family: Inter, sans-serif;
}

/* Sidebar */
.wb-side-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #aaa;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #193b56;
    font-family: Inter, sans-serif;
}
.wb-promo-item {
    border: 1px solid #e4e6ed;
    border-radius: 4px;
    background: #fff;
    padding: 10px 11px;
    margin-bottom: 7px;
}
.wb-promo-name {
    font-size: 12px;
    font-weight: 700;
    color: #193b56;
    margin-bottom: 5px;
    font-family: Inter, sans-serif;
}
.wb-promo-boxa { text-decoration:none; }
.wb-promo-boxa:hover { text-decoration:none; }
.wb-promo-box {
    background: linear-gradient(90deg, #F39C12, #E67E22);
    border-radius: 5px;
    padding: 5px 8px;
    text-align: center;
    margin-bottom: 5px;
}
.wb-promo-box:hover { background: linear-gradient(90deg, #f9bf63, #fd7904); text-decoration:none; }
.wb-promo-lbl {
    font-size: 8px;
    color: rgba(255,255,255,.8);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
.wb-promo-lbl:hover { text-decoration:none; }
.wb-promo-code {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: Roboto, sans-serif;
}
.wb-promo-code:hover { text-decoration:none; }
.wb-promo-bonus {
    font-size: 10px;
    color: #999;
    font-family: Inter, sans-serif;
}

/* ================================================================
   EDITOR BLOCK
================================================================ */
.wb-editor-block {
    background: #fff;
    border-top: 1px solid #e4e6ed;
    border-bottom: 1px solid #e4e6ed;
    padding: 22px 0 26px;
    margin-top: 8px;
}
.wb-editor-sec-hd {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 18px;
    padding-bottom: 9px;
    border-bottom: 2px solid #193b56;
}
.wb-editor-sec-hd h2 {
    font-size: 13px;
    font-weight: 700;
    color: #193b56;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0;
    font-family: Inter, sans-serif;
}
.wb-editor-inner {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}
.wb-editor-photo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    border: 3px solid #e4e6ed;
    background: #dde6f0;
}
.wb-editor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wb-editor-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #aaa;
    margin-bottom: 4px;
    font-family: Inter, sans-serif;
}
.wb-editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #193b56;
    margin-bottom: 2px;
    font-family: Inter, sans-serif;
}
.wb-editor-name a{ color: #193b56; }
.wb-editor-name a:hover{ text-decoration:none; }
.wb-editor-role {
    font-size: 12px;
    color: #468AFD;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
}
.wb-editor-bio {
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    font-family: Inter, sans-serif;
}
.wb-editor-stats {
    display: flex;
    gap: 24px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef0f5;
}
.wb-editor-stat-n {
    font-size: 16px;
    font-weight: 700;
    color: #193b56;
    font-family: Inter, sans-serif;
}
.wb-editor-stat-l {
    font-size: 10px;
    color: #aaa;
    margin-top: 1px;
    font-family: Inter, sans-serif;
}
.wb-editor-verify {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eaf6ee;
    border: 1px solid #b8e6c8;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    color: #1a7a36;
    font-weight: 600;
    margin-top: 12px;
    font-family: Inter, sans-serif;
}
.wb-verify-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1a7a36;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .wb-analytics-layout { grid-template-columns: 1fr; }
    .wb-analytics-side { border-top: 1px solid #e4e6ed; }
    .wb-statsstrip-inner { flex-wrap: wrap; }
    .wb-stat-item { flex: 1 0 48%; border-bottom: 1px solid #e4e6ed; }
    .wb-editor-inner { flex-direction: column; }
    .wb-editor-stats { flex-wrap: wrap; gap: 16px; }
}