/* Admin announcement composer and update feed. */
.festivo-announcements-page { max-width: 1100px; margin: 0 auto; }.festivo-announcements-hero { align-items: flex-end; background: radial-gradient(circle at 87% 14%, rgba(255, 190, 215, 0.9), transparent 25%), linear-gradient(135deg, #211746, #613de2 62%, #a84cc5); border-radius: 24px; color: #fff; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.2rem; padding: clamp(1.5rem, 4vw, 2.7rem); }.festivo-announcements-hero h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; letter-spacing: -0.065em; line-height: 1; margin: 0.45rem 0 0.7rem; }.festivo-announcements-hero p { color: rgba(255, 255, 255, 0.83); font-size: 0.85rem; margin: 0; max-width: 570px; }.festivo-announcement-list { display: grid; gap: 0.75rem; padding: 1rem; }.festivo-announcement-card { align-items: flex-start; background: #fbfaff; border: 1px solid #ebe6f4; border-radius: 16px; display: flex; gap: 0.7rem; padding: 0.9rem; }.festivo-announcement-marker { align-items: center; background: #eee8ff; border-radius: 10px; color: #6849dc; display: flex; flex: 0 0 38px; height: 38px; justify-content: center; }.festivo-announcement-copy { flex: 1; min-width: 0; }.festivo-announcement-meta { color: #898194; display: flex; flex-wrap: wrap; font-size: 0.66rem; gap: 0.6rem; }.festivo-announcement-card h3 { color: #423a57; font-size: 0.9rem; font-weight: 900; margin: 0.35rem 0; }.festivo-announcement-card p { color: #675f73; font-size: 0.77rem; line-height: 1.55; margin: 0; white-space: pre-line; }.festivo-announcement-card form { margin: 0; }.festivo-announcement-delete { background: transparent; border: 0; color: #ad6075; font-size: 0.78rem; padding: 0.2rem; }.festivo-announcement-delete:hover { color: #d23e61; }
@media (max-width: 575px) { .festivo-announcements-hero { align-items: flex-start; flex-direction: column; } }
