/* Compact announcements are separate from the four editorial themes. */
.home-notices{padding:2.4rem 0;background:#fff}
.home-notices .section-heading{margin-bottom:1.3rem}
.notice-list{border-top:1px solid #eadfd3}
.notice-row{display:grid;grid-template-columns:145px minmax(0,1fr) 24px;align-items:center;gap:24px;padding:26px 12px;border-bottom:1px solid #eadfd3;color:#171a17;text-decoration:none;transition:background .15s}
.notice-row:hover{background:#fff8ef}
.notice-date{display:flex;flex-direction:column;gap:3px}
.notice-date span{font-size:11px;color:#766b60}
.notice-date time{font-size:16px;font-weight:700;letter-spacing:.02em}
.notice-labels{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;font-size:11px;line-height:1.7;color:#766b60}
.notice-type{color:#a74b00;font-weight:700}
.notice-row h3{font-size:17px;font-weight:700;line-height:1.7;margin:7px 0 0;letter-spacing:0}
.notice-arrow{color:#b75200;font-size:21px}
.event-status{display:inline-block;padding:2px 9px;border:1px solid #f2d2b4;border-radius:4px;color:#995012;background:#fff8ef;font-size:11px;white-space:nowrap}
.event-status.is-ended{color:#68645e;background:#f3f2ef;border-color:#ddd9d2}
.notice-meta{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;color:#766b60;font-size:12px}
.notice-detail .info-heading h1{font-size:32px;max-width:980px;line-height:1.65;text-wrap:pretty}
.notice-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:44px;align-items:start}
.notice-body{min-width:0;font-size:15px;line-height:2;color:#42443f}
.notice-body>p:first-child{margin-top:0}
.notice-body section{margin-top:36px}
.notice-body h2{font-size:23px;line-height:1.65;color:#171a17;margin:0 0 18px}
.event-facts{margin:0}
.event-facts>div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;padding:17px 0;border-bottom:1px solid #eadfd3}
.event-facts dt{font-size:13px;font-weight:700;color:#171a17}
.event-facts dd{margin:0;font-size:14px}
.event-facts small{display:inline-block;color:#766b60;font-size:12px;margin-top:6px;line-height:1.9}
.notice-poster{margin:0}
.notice-poster img{display:block;width:100%;height:auto;border-radius:6px;box-shadow:0 4px 20px #201e1710}
.notice-poster p{font-size:11px;color:#766b60;text-align:center;margin:10px 0}
.notice-body .event-session{padding:23px;background:#fff8ef;border-left:3px solid #ff7d05}
.event-session .event-label{color:#a74b00;font-size:12px;font-weight:700;margin:0 0 8px}
.event-session h2{font-size:21px;margin-bottom:12px}
.event-program{padding:0;list-style:none}
.event-program li{display:grid;grid-template-columns:80px minmax(0,1fr);gap:14px;padding:16px 0;border-bottom:1px solid #eadfd3}
.event-program time{font-size:13px;color:#a74b00;font-weight:700}
.event-program p{margin:5px 0 0;font-size:13px;color:#766b60}
.event-application{margin-top:32px;padding-top:20px;border-top:1px solid #eadfd3}
.event-application p,.notice-body .notice-source{font-size:12px;color:#766b60;line-height:1.9}
.event-button{display:inline-block;background:#ff7d05;color:#21170d;border-radius:6px;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;line-height:1.8}
.event-button:hover{background:#ff9029}
.notice-index .notice-row{padding-block:30px}
@media(max-width:1000px){.notice-layout{grid-template-columns:minmax(0,1fr) 280px;gap:28px}}
@media(max-width:760px){
 .home-notices{padding:1.75rem 0}
 .home-notices .section-heading{align-items:flex-start;gap:12px}
 .home-notices .section-heading h2{font-size:1.4rem}
 .home-notices .text-link{font-size:.7rem}
 .notice-row{grid-template-columns:minmax(0,1fr) 20px;gap:8px 12px;padding:22px 0}
 .notice-date{grid-column:1;flex-direction:row;align-items:center;gap:10px}
 .notice-row-copy{grid-column:1}
 .notice-arrow{grid-column:2;grid-row:1 / 3}
 .notice-date time{font-size:14px}
 .notice-row h3{font-size:15px;margin-top:8px}
 .notice-layout{grid-template-columns:1fr;gap:26px}
 .notice-poster{order:-1;width:min(100%,340px);margin:0 auto}
 .notice-detail .info-heading h1{font-size:25px}
 .notice-meta{gap:8px 14px;font-size:11px}
 .notice-body{font-size:14px}
 .notice-body h2{font-size:21px}
 .event-facts>div{grid-template-columns:1fr;gap:5px}
 .event-session h2{font-size:19px}
 .event-button{font-size:13px;width:100%;text-align:center;padding:13px 12px}
}
