.apn-newsroom{
    font-family:Arial,sans-serif;
    background:#fff;
    border:1px solid #d9dee8;
}
.apn-header{
    background:#243ba8;
    color:#fff;
    padding:18px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
}
.apn-header__brand{display:flex;align-items:center;gap:14px}
.apn-header-logo{
    width:48px;height:48px;object-fit:contain;background:#fff;border-radius:4px;padding:4px;
}
.apn-site-logo--text{
    background:#fff;color:#243ba8;border-radius:4px;padding:8px 12px;font-weight:700;
}
.apn-logo-text{font-size:14px;opacity:.95}
.apn-title{font-size:18px;font-weight:700}
.apn-header__tools button{
    border:0;background:#fff;color:#243ba8;padding:10px 14px;border-radius:4px;font-weight:700;cursor:pointer;
}
.apn-toolbar{
    display:flex;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #e6eaf1;background:#f7f9fc;
}
.apn-toolbar input,.apn-toolbar select{
    width:100%;max-width:360px;padding:11px 12px;border:1px solid #cfd6e2;background:#fff;border-radius:4px;font-size:15px;
}
.apn-featured{
    display:grid;grid-template-columns: 320px 1fr;gap:24px;padding:24px;border-bottom:1px solid #e6eaf1;
}
.apn-featured__media img{
    width:100%;height:240px;object-fit:cover;border-radius:6px;background:#f1f3f6;
}
.apn-featured__logo{display:flex;align-items:center;justify-content:center;height:240px;border:1px solid #e1e5ec;border-radius:6px;background:#f8fafc}
.apn-featured-logo{width:96px;height:96px;object-fit:contain}
.apn-featured__eyebrow{
    display:inline-block;background:#243ba8;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:10px;
}
.apn-featured__title{margin:0 0 10px;font-size:34px;line-height:1.2}
.apn-featured__title a{text-decoration:none;color:#1b1f24}
.apn-featured__meta{display:flex;gap:12px;flex-wrap:wrap;color:#5b6472;font-size:14px;margin-bottom:14px}
.apn-featured__category{font-weight:700}
.apn-featured__excerpt{font-size:17px;line-height:1.6;color:#2f3742;margin-bottom:16px}
.apn-featured__link{
    display:inline-block;background:#243ba8;color:#fff;text-decoration:none;padding:10px 14px;border-radius:4px;font-weight:700;
}
.apn-table-card{padding:20px}
.apn-news-table{
    width:100%;border-collapse:collapse;background:#fff;
}
.apn-news-table th{
    text-align:left;background:#eef2f8;padding:12px 14px;border-bottom:1px solid #dbe2ed;font-size:14px;text-transform:uppercase;letter-spacing:.03em;
}
.apn-news-table td{
    padding:14px;border-bottom:1px solid #edf1f6;vertical-align:top;
}
.apn-news-table__time{
    width:110px;font-weight:700;color:#243ba8;white-space:nowrap;
}
.apn-news-table__title a{
    color:#1f2430;text-decoration:none;font-weight:700;line-height:1.45;
}
.apn-news-table__title a:hover,
.apn-featured__title a:hover{text-decoration:underline}
.apn-empty-box{padding:24px}
@media (max-width: 900px){
    .apn-toolbar{flex-direction:column}
    .apn-toolbar input,.apn-toolbar select{max-width:none}
    .apn-featured{grid-template-columns:1fr}
    .apn-featured__title{font-size:28px}
}
