/* ARN President Bio Widget v1.8
   Typography properties REMOVED from all Elementor-controlled elements.
   Only colour, spacing, display, and decorative rules live here.
   Font-family / font-size / font-weight are set exclusively by Elementor.
*/

/* ── Reset ── */
.arnpb-wrap *, .arnpb-wrap *::before, .arnpb-wrap *::after {
    box-sizing: border-box !important;
}
.arnpb-wrap p, .arnpb-wrap h1, .arnpb-wrap h2, .arnpb-wrap h3,
.arnpb-wrap h4, .arnpb-wrap h5, .arnpb-wrap span {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Decorative ring ── */
.arnpb-top::before {
    content: '' !important;
    position: absolute !important;
    top: -80px !important; right: -80px !important;
    width: 300px !important; height: 300px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(141,198,63,0.07) !important;
    pointer-events: none !important;
}

/* ── Eyebrow decorative bar ── */
.arnpb-tag::before {
    content: '' !important;
    width: 20px !important; height: 2px !important;
    background: #8dc63f !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* ── Photo ── */
.arnpb-photo-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
.arnpb-photo-fallback {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.arnpb-initials {
    font-family: 'Syne', sans-serif !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    color: #8dc63f !important;
    line-height: 1 !important;
}

/* ── Name — colour & spacing only, NO font-size/weight/family ── */
.arnpb-name {
    display: block !important;
    word-break: break-word !important;
}

/* ── Role — colour & spacing only ── */
.arnpb-role {
    display: block !important;
    letter-spacing: 0.4px !important;
}

/* ── Org — colour & spacing only ── */
.arnpb-org {
    display: block !important;
    line-height: 1.5 !important;
}

/* ── Domain icon SVG ── */
.arnpb-domain-icon svg { stroke: #8dc63f !important; }

/* ── Bio eyebrow bar ── */
.arnpb-bio-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #8dc63f !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}
.arnpb-bio-label::before {
    content: '' !important;
    width: 18px !important; height: 2px !important;
    background: #8dc63f !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* ── Headlines — colour & spacing only, NO font props ── */
.arnpb-headline {
    display: block !important;
    line-height: 1.15 !important;
}
.arnpb-headline2 { margin-bottom: 10px !important; }

/* ── Subline ── */
.arnpb-subline {
    display: block !important;
    margin-bottom: 24px !important;
    line-height: 1.5 !important;
}

/* ── Bio text — colour & spacing only ── */
.arnpb-bio {
    display: block !important;
    line-height: 1.85 !important;
    color: #3a5a50 !important;
    margin-bottom: 36px !important;
    max-width: 860px !important;
}
.arnpb-bio p            { margin-bottom: 14px !important; display: block !important; }
.arnpb-bio p:last-child { margin-bottom: 0 !important; }
.arnpb-bio strong       { color: inherit !important; }

/* ── Stat val — colour only, NO font props ── */
.arnpb-stat-val {
    display: block !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
}
.arnpb-stat-val span { color: #8dc63f !important; }

/* ── Stat label — colour only ── */
.arnpb-stat-label {
    display: block !important;
    line-height: 1.3 !important;
}

/* ── Sig text — colour only, NO font props ── */
.arnpb-sig-text {
    display: block !important;
    color: #ffffff !important;
    line-height: 1.55 !important;
    margin-bottom: 6px !important;
}
.arnpb-sig-attr {
    display: block !important;
    color: rgba(255,255,255,0.35) !important;
}
