/* ALL & Conditions of Use */
    :root { --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .wb-page-wrap { max-width: 930px; margin: 0 auto; }
    .wb-inner { padding: 0 20px; }
    .wb-hero { background: #fff; border-bottom: 2px solid #e4e6ed; padding: 28px 0 24px; }
    .wb-hero-tag { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #468AFD; background: #eef4ff; border: 1px solid #ccdeff; border-radius: 3px; padding: 3px 9px; margin-bottom: 12px; font-family: var(--font); }
    .wb-hero h1 { font-size: 22px; font-weight: 700; color: #193b56; margin: 0 0 8px; font-family: var(--font); }
    .wb-hero-date { font-size: 12px; color: #aaa; font-family: var(--font); }
    .wb-hero-lead { font-size: 13.5px; color: #555; line-height: 1.7; max-width: 620px; font-family: var(--font); }
	.wb-section { background: #fff; border: 1px solid #e4e6ed; border-radius: 4px; padding: 20px 24px 22px; margin-bottom: 12px; }
    .wb-section p { font-size: 13px; color: #555; line-height: 1.75; font-family: var(--font); margin: 0 0 10px; }
    .wb-section p:last-child { margin-bottom: 0; }
    .wb-section ul { margin: 0 0 10px 18px; padding: 0; }
    .wb-section ul li { font-size: 13px; color: #555; line-height: 1.75; font-family: var(--font); margin-bottom: 4px; }
    .wb-section a { color: #468AFD; }
	
/* Privacy Notice */
    .wb-rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
    .wb-right-item { border-left: 3px solid #193b56; padding: 10px 12px; background: #f8f8fd; border-radius: 0 4px 4px 0; }
    .wb-right-title { font-size: 12px; font-weight: 700; color: #193b56; margin-bottom: 3px; font-family: var(--font); }
    .wb-right-text { font-size: 11.5px; color: #666; line-height: 1.5; font-family: var(--font); }
    @media (max-width: 600px) { .wb-rights-grid { grid-template-columns: 1fr; } }
	
/* Editorial Policy */
	.wb-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 4px; }
    .wb-step { border: 1px solid #e4e6ed; border-radius: 4px; padding: 14px 16px; background: #f8f8fd; }
    .wb-step-num { font-size: 24px; font-weight: 800; color: #dde3ef; line-height: 1; margin-bottom: 7px; font-family: var(--font); }
    .wb-step-title { font-size: 12px; font-weight: 700; color: #193b56; margin-bottom: 4px; font-family: var(--font); }
    .wb-step-text { font-size: 11.5px; color: #777; line-height: 1.55; font-family: var(--font); }
    @media (max-width: 600px) { .wb-steps { grid-template-columns: 1fr; } }
	
/* Gambling Addiction */
    /* WARNING BANNER */
    .wb-warning { background: #fff8e1; border: 1px solid #ffe082; border-radius: 4px; padding: 16px 20px; margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; }
    .wb-warning-icon { width: 32px; height: 32px; border-radius: 50%; background: #ff8f00; color: #fff; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font); }
    .wb-warning-text { font-size: 13px; color: #5d4037; line-height: 1.65; font-family: var(--font); }
    .wb-warning-text strong { color: #4e342e; }
    /* SIGNS CHECKLIST */
    .wb-signs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
    .wb-sign-item { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; color: #444; line-height: 1.5; padding: 7px 0; border-bottom: 1px solid #f0f2f8; font-family: var(--font); }
    .wb-sign-item:nth-last-child(-n+2) { border-bottom: none; }
    .wb-sign-dot { width: 15px; height: 15px; border-radius: 50%; background: #fff3e0; border: 1px solid #ffe082; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
    .wb-sign-dot-in { width: 5px; height: 5px; border-radius: 50%; background: #ff8f00; }
    /* TIPS */
    .wb-tips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .wb-tip { border-left: 3px solid #193b56; padding: 12px 14px; background: #f8f8fd; border-radius: 0 4px 4px 0; }
    .wb-tip-title { font-size: 13px; font-weight: 700; color: #193b56; margin-bottom: 4px; font-family: var(--font); }
    .wb-tip-text { font-size: 12px; color: #666; line-height: 1.55; font-family: var(--font); }
    /* HELPLINES */
    .wb-helplines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .wb-helpline { border: 1px solid #e4e6ed; border-radius: 4px; padding: 14px 16px; background: #f8f8fd; }
    .wb-helpline-name { font-size: 13px; font-weight: 700; color: #193b56; margin-bottom: 3px; font-family: var(--font); }
    .wb-helpline-region { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #aaa; margin-bottom: 6px; font-family: var(--font); }
    .wb-helpline-contact { font-size: 12px; color: #555; line-height: 1.55; font-family: var(--font); }
    .wb-helpline-contact a { color: #468AFD; }
    /* SELF-EXCLUSION */
    .wb-exclusion-list { margin: 0; padding: 0; list-style: none; }
    .wb-exclusion-list li { font-size: 13px; color: #555; line-height: 1.75; font-family: var(--font); padding: 6px 0; border-bottom: 1px solid #f0f2f8; display: flex; align-items: flex-start; gap: 8px; }
    .wb-exclusion-list li:last-child { border-bottom: none; }
    .wb-exclusion-list li::before { content: "→"; color: #193b56; font-weight: 700; flex-shrink: 0; }
    @media (max-width: 600px) {
        .wb-signs { grid-template-columns: 1fr; }
        .wb-tips { grid-template-columns: 1fr; }
        .wb-helplines { grid-template-columns: 1fr; }
    }


/* Our team */
    /* SECTION HEADER */
    .wb-sec-hd {display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 9px; border-bottom: 2px solid #193b56; margin-bottom: 24px; }
    .wb-sec-hd h2 { font-size: 13px; font-weight: 700; color: #193b56; text-transform: uppercase; letter-spacing: .4px; margin: 0; font-family: var(--font); }

    /* TEAM CARDS */
    .wb-team-card_team { background: #fff; border: 1px solid #e4e6ed; border-radius: 4px; overflow: hidden; margin-bottom: 16px; }

    /* TOP ROW: фото + имя + роль + верификация */
    .wb-team-top { display: flex; gap: 24px; align-items: flex-start; padding: 22px 24px 20px; border-bottom: 1px solid #eef0f5; }
    .wb-team-photo_team { width: 90px; height: 90px; border-radius: 50%; flex-shrink: 0; overflow: hidden; border: 3px solid #e4e6ed; background: #dde6f0; }
    .wb-team-photo_team img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .wb-team-info { flex: 1; }
    .wb-team-role { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #468AFD; margin-bottom: 4px; font-family: var(--font); }
    .wb-team-name { font-size: 20px; font-weight: 700; color: #193b56; margin-bottom: 2px; font-family: var(--font); }
    .wb-team-position { font-size: 12px; color: #888; margin-bottom: 12px; font-family: var(--font); }
    .wb-team-bio { font-size: 13px; color: #555; line-height: 1.7; font-family: var(--font); }
    .wb-team-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: 14px; font-family: var(--font); }
    .wb-vdot { width: 7px; height: 7px; border-radius: 50%; background: #1a7a36; flex-shrink: 0; }

    /* BOTTOM ROW: экспертиза + ссылка */
    .wb-team-bottom { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; background: #f8f8fd; flex-wrap: wrap; gap: 10px; }
    .wb-expertise { display: flex; flex-wrap: wrap; gap: 6px; }
    .wb-exp-tag { background: #fff; border: 1px solid #e4e6ed; border-radius: 4px; padding: 4px 11px; font-size: 11.5px; color: #555; font-weight: 500; font-family: var(--font); }
    .wb-profile-link { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #468AFD; font-weight: 600; text-decoration: none; white-space: nowrap; font-family: var(--font); flex-shrink: 0; }
    .wb-profile-link:hover { text-decoration: underline; }

    /* HOW WE WORK */
    .wb-section { background: #fff; border: 1px solid #e4e6ed; border-radius: 4px; padding: 20px 24px 22px; margin-bottom: 16px; }
    .wb-text { font-size: 13px; color: #555; line-height: 1.75; font-family: var(--font); }
    .wb-text + .wb-text { margin-top: 10px; }

    .wb-values { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
    .wb-value { border-left: 3px solid #193b56; padding: 12px 14px; background: #f8f8fd; border-radius: 0 4px 4px 0; }
    .wb-value-title { font-size: 13px; font-weight: 700; color: #193b56; margin-bottom: 4px; font-family: var(--font); }
    .wb-value-text { font-size: 12px; color: #666; line-height: 1.55; font-family: var(--font); }

    /* DISCLAIMER */
    .wb-disclaimer { background: #fff; border: 1px solid #e4e6ed; border-radius: 4px; padding: 14px 18px; margin-bottom: 0; font-size: 11.5px; color: #888; line-height: 1.65; font-family: var(--font); }

    @media (max-width: 640px) {
        .wb-team-top { flex-direction: column; align-items: center; text-align: center; }
        .wb-team-bottom { flex-direction: column; }
        .wb-values { grid-template-columns: 1fr; }
        .wb-hero h1 { font-size: 20px; }
    }
	
/* About */
    .wb-hero-tags { display: flex; gap: 8px; flex-wrap: wrap; }
    .wb-hero-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #f8f8fd;
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 5px 12px;
        font-size: 12px;
        color: #555;
        font-weight: 500;
        font-family: var(--font);
    }
    .wb-pill-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #1a7a36;
        flex-shrink: 0;
    }

    .wb-sec-hd {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding-bottom: 9px;
        border-bottom: 2px solid #193b56;
        margin-bottom: 20px;
    }
    .wb-sec-hd h2 {
        font-size: 13px;
        font-weight: 700;
        color: #193b56;
        text-transform: uppercase;
        letter-spacing: .4px;
        margin: 0;
        font-family: var(--font);
    }
    .wb-section {
        background: #fff;
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 20px 22px 22px;
        margin-bottom: 16px;
    }
    .wb-text {
        font-size: 13px;
        color: #555;
        line-height: 1.75;
        font-family: var(--font);
    }
    .wb-text + .wb-text { margin-top: 10px; }

    /* CHECKLIST */
    .wb-checklist {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
        margin-top: 4px;
    }
    .wb-check-item {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        font-size: 12.5px;
        color: #444;
        line-height: 1.5;
        padding: 7px 0;
        border-bottom: 1px solid #f0f2f8;
        font-family: var(--font);
    }
    .wb-check-item:nth-last-child(-n+2) { border-bottom: none; }
    .wb-cdot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #eaf6ee;
        border: 1px solid #b8e6c8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 1px;
    }
    .wb-cdot-in {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #1a7a36;
    }

    /* PRINCIPLES */
    .wb-principles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 4px;
    }
    .wb-principle {
        border-left: 3px solid #193b56;
        padding: 12px 14px;
        background: #f8f8fd;
        border-radius: 0 4px 4px 0;
    }
    .wb-principle-title {
        font-size: 13px;
        font-weight: 700;
        color: #193b56;
        margin-bottom: 5px;
        font-family: var(--font);
    }
    .wb-principle-text {
        font-size: 12px;
        color: #666;
        line-height: 1.55;
        font-family: var(--font);
    }

    /* TEAM */
    .wb-team {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-top: 4px;
    }
    .wb-team-card {
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 16px 18px;
        background: #f8f8fd;
        display: flex;
        gap: 16px;
        align-items: flex-start;
        text-decoration: none;
    }
    .wb-team-card:hover { background: #f0f4ff; border-color: #ccdeff; text-decoration:none; }
    .wb-team-photo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        flex-shrink: 0;
        overflow: hidden;
        border: 2px solid #e4e6ed;
        background: #dde6f0;
    }
    .wb-team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .wb-team-role {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .7px;
        color: #468AFD;
        margin-bottom: 3px;
        font-family: var(--font);
    }
    .wb-team-name {
        font-size: 15px;
        font-weight: 700;
        color: #193b56;
        margin-bottom: 5px;
        font-family: var(--font);
    }
	.wb-team-name { color: #193b56; }
	.wb-team-name a:hover{ text-decoration:none; }
	.wb-team-namea { color: #193b56; text-decoration:none; }
	.wb-team-namea:hover{ text-decoration:none; }
    .wb-team-desc {
        font-size: 11.5px;
        color: #666;
        line-height: 1.55;
        font-family: var(--font);
    }
    .wb-team-link {
        display: inline-block;
        margin-top: 8px;
        font-size: 11px;
        color: #468AFD;
        font-weight: 600;
        font-family: var(--font);
    }

    @media (max-width: 640px) {
        .wb-steps { grid-template-columns: 1fr; }
        .wb-checklist { grid-template-columns: 1fr; }
        .wb-principles { grid-template-columns: 1fr; }
        .wb-team { grid-template-columns: 1fr; }
        .wb-hero h1 { font-size: 20px; }
    }
