/* ── public-information-officers.css → css/rti/public-information-officers.css ── */

body {
    font-family: 'Poppins', sans-serif;
    background: var(--pg);
    margin: 0; padding-top: 0;
    color: var(--t1); font-size: 14px; line-height: 1.6;
}

/* header overrides — subpage: always solid white, always dark text */
.ireda-header { background: var(--white) !important; box-shadow: 0 2px 20px rgba(30,58,138,.08) !important; }
.header-bg-overlay { background: var(--white) !important; backdrop-filter: none !important; opacity: 1 !important; }
.ireda-header .nav-link,
.ireda-header .glass-btn { color: var(--blue) !important; text-shadow: none !important; }
.ireda-header .utility-link,
.ireda-header .utility-lang-btn,
.ireda-header .utility-font-btn { color: var(--t3) !important; }
.ireda-header .utility-divider { color: var(--border) !important; }
.ireda-header .col-lg-2 img { filter: none !important; opacity: 1 !important; }

/* ── INTRO NOTE ── */
.pio-intro {
    display: flex; align-items: flex-start; gap: .6rem;
    background: #eff6ff; border: 1px solid #bfdbfe;
    border-radius: var(--r2); padding: .9rem 1.1rem;
    font-size: .86rem; color: #1e40af; line-height: 1.65;
    margin-bottom: 1.2rem;
}
.pio-intro i { font-size: .88rem; flex-shrink: 0; margin-top: .15rem; }
.pio-intro strong { color: #1e3a8a; }

/* ── SECTION DIVIDER ── */
.pio-section-divider {
    display: flex; align-items: center; gap: .55rem;
    font-size: .8rem; font-weight: 800; color: var(--blue);
    text-transform: uppercase; letter-spacing: 1px;
    padding: .6rem 1rem;
    background: var(--xpale); border-radius: var(--r2);
    border: 1px solid var(--pale);
    margin: 1.4rem 0 .9rem;
}
.pio-section-divider i { font-size: .85rem; }

/* ── SECTION CARD ── */
.pio-section-card {
    background: var(--white); border-radius: var(--r1);
    box-shadow: var(--s2); border: 1px solid rgba(37,99,235,.05);
    overflow: hidden; margin-bottom: 1rem;
}
.pio-section-card::before { content: ''; display: block; height: 3px; background: var(--G); }

.pio-section-header {
    display: flex; align-items: center; gap: .8rem;
    padding: .75rem 1.4rem;
    background: var(--xpale); border-bottom: 1px solid var(--pale);
}
.pio-section-icon {
    width: 34px; height: 34px; border-radius: 9px;
    background: var(--G); color: var(--white); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: .82rem; box-shadow: 0 2px 6px rgba(30,58,138,.18);
}
.pio-section-icon--amber { background: #d97706; box-shadow: 0 2px 6px rgba(217,119,6,.22); }
.pio-section-icon--green { background: #16a34a; box-shadow: 0 2px 6px rgba(22,163,74,.22); }
.pio-section-icon--red   { background: #dc2626; box-shadow: 0 2px 6px rgba(220,38,38,.22); }
.pio-section-title { font-size: .86rem; font-weight: 700; color: var(--t1); margin: 0; }

/* ── TABLE ── */
.pio-table-wrap { overflow-x: auto; }
.pio-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.pio-table thead th {
    background: var(--white); color: var(--t3);
    padding: .55rem 1.2rem; font-size: .65rem; font-weight: 700;
    letter-spacing: .8px; text-transform: uppercase;
    text-align: left; border-bottom: 1px solid var(--pale);
}
.pio-sno { width: 70px; text-align: center !important; }
.pio-table tbody tr { border-bottom: 1px solid #f1f5f9; }
.pio-table tbody tr:last-child { border-bottom: none; }
.pio-table tbody td { padding: .9rem 1.2rem; vertical-align: top; }
.pio-sno  { color: var(--t3); font-weight: 700; font-size: .8rem; text-align: center; vertical-align: middle; }
.pio-desig { font-size: .86rem; font-weight: 700; color: var(--blue); white-space: nowrap; vertical-align: top; padding-top: 1rem; }

/* ── OFFICER CARD ── */
.pio-officer-card { display: flex; flex-direction: column; gap: .35rem; }
.pio-officer-name  { font-size: .9rem; font-weight: 800; color: var(--t1); }
.pio-officer-title { font-size: .78rem; color: var(--mid); font-weight: 600; }
.pio-officer-addr  {
    display: flex; align-items: flex-start; gap: .4rem;
    font-size: .78rem; color: var(--t3); line-height: 1.5;
}
.pio-officer-addr i { font-size: .72rem; flex-shrink: 0; margin-top: .18rem; color: var(--mid); }
.pio-officer-contacts { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .2rem; }

/* contact pills */
.pio-contact-pill {
    display: inline-flex; align-items: center; gap: .3rem;
    background: var(--xpale); border: 1px solid var(--pale);
    color: var(--t2); border-radius: 7px;
    padding: .22rem .7rem; font-size: .74rem; font-weight: 500;
    text-decoration: none; transition: var(--t);
}
.pio-contact-pill:hover { background: var(--G); color: var(--white); border-color: transparent; }
.pio-contact-pill i { font-size: .68rem; }

/* note row */
.pio-note {
    display: flex; align-items: center; gap: .4rem; flex-wrap: wrap;
    font-size: .72rem; color: var(--t3); font-style: italic;
    background: #fafbff; border: 1px solid var(--pale);
    border-radius: 6px; padding: .35rem .7rem; margin-top: .25rem;
}
.pio-note i { font-size: .72rem; color: var(--mid); flex-shrink: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .pio-table thead th, .pio-table tbody td { padding: .65rem .85rem; }
    .pio-desig { white-space: normal; }
    .pio-note  { flex-direction: column; align-items: flex-start; gap: .2rem; }
}
@media print {
    .pio-section-card { box-shadow: none; border: 1px solid #ccc; page-break-inside: avoid; }
}