.announcement-compose{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);gap:28px;margin:28px 0;padding:30px;border:1px solid #ded2ff;border-radius:26px;background:linear-gradient(135deg,#fff 55%,#effcf9)}
.announcement-intro h2,.announcement-history h2{margin:.2rem 0;color:#2d1768}.announcement-intro>p{line-height:1.65;color:#746696}.announcement-rule{display:flex;justify-content:space-between;gap:16px;margin-top:24px;padding:16px 18px;border-radius:14px;background:#eee8ff;color:#2d1768}.announcement-rule strong{color:#6e43ec}.announcement-compose form{display:grid;gap:16px}.announcement-compose label{display:grid;gap:7px;font-weight:700;color:#2d1768}.announcement-compose input,.announcement-compose textarea{box-sizing:border-box;width:100%;padding:14px 16px;border:1px solid #d8cafa;border-radius:12px;background:#fff;color:#2d1768;font:inherit}.announcement-compose small{font-weight:400;color:#81769e}.announcement-email{grid-template-columns:auto 1fr!important;align-items:flex-start;padding:16px;border-radius:14px;background:#fff4dc}.announcement-email input{width:auto;margin-top:4px}.announcement-email span{display:grid;gap:4px}.announcement-compose .button{justify-self:start;border:0;cursor:pointer}.announcement-compose .button:disabled{opacity:.5;cursor:not-allowed}.announcement-history{margin:30px 0}.announcement-history>header{display:flex;justify-content:space-between}.announcement-history article{display:grid;grid-template-columns:1fr auto;gap:24px;margin-top:14px;padding:22px 24px;border:1px solid #ded2ff;border-radius:18px;background:#fff}.announcement-history article h3{margin:8px 0;color:#2d1768}.announcement-history article p{margin:0 0 10px;color:#746696;line-height:1.55}.announcement-history article small{color:#81769e}.announcement-history article a{color:#6e43ec}.announcement-history dl{display:flex;gap:12px;margin:0}.announcement-history dl div{min-width:105px;padding:14px;border-radius:12px;background:#f5f1ff}.announcement-history dt{font-size:.72rem;font-weight:800;color:#81769e}.announcement-history dd{margin:5px 0 0;font-size:1.25rem;font-weight:800;color:#2d1768}.announcement-empty{padding:28px;border:1px dashed #d8cafa;border-radius:18px;color:#81769e;text-align:center}@media(max-width:850px){.announcement-compose{grid-template-columns:1fr}.announcement-history article{grid-template-columns:1fr}.announcement-history dl{flex-wrap:wrap}}
