.eventdetail .mnn-calendar{position:relative;margin-top:20px;width:fit-content;max-width:100%;color:#1c4a79;font-size:16px;line-height:1.4}
.eventdetail .mnn-calendar summary{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 16px;box-sizing:border-box;border:1px solid #167c83;border-radius:8px;background:#f1fafa;color:#126c73;cursor:pointer;font-weight:700;list-style:none}
.eventdetail .mnn-calendar summary::-webkit-details-marker{display:none}
.eventdetail .mnn-calendar summary:hover,.eventdetail .mnn-calendar[open] summary{background:#e3f4f4}
.eventdetail .mnn-calendar summary:focus-visible,.eventdetail .mnn-calendar a:focus-visible{outline:3px solid #d47f1f;outline-offset:3px}
.eventdetail .mnn-calendar-chevron{margin-left:12px}
.eventdetail .mnn-calendar[open] .mnn-calendar-chevron{transform:rotate(180deg)}
.eventdetail .mnn-calendar-options{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:310px;max-width:calc(100vw - 64px);padding:8px;box-sizing:border-box;background:#fff;border:1px solid #dce6e7;border-radius:12px;box-shadow:0 12px 32px #18354c26}
.eventdetail .mnn-calendar-options p{margin:8px 10px 10px;font-size:13px;color:#53646c;line-height:1.5}
.eventdetail .mnn-calendar-options a{display:flex;align-items:center;gap:14px;padding:10px 12px;min-height:44px;box-sizing:border-box;border-radius:7px;color:#1c4a79;text-decoration:none;font-weight:600}
.eventdetail .mnn-calendar-options a:hover{background:#eef7f7;color:#126c73}
.eventdetail .mnn-calendar-options i{width:24px;text-align:center;font-size:23px}
.eventdetail .mnn-calendar-options small{display:block;font-size:12px;font-weight:400;color:#53646c;margin-top:2px}
.eventdetail .mnn-calendar-options .mnn-calendar-help{border-top:1px solid #e5eded;padding-top:10px;margin-bottom:4px}
@media(max-width:480px){.eventdetail .mnn-calendar-options{position:static;margin-top:8px;box-shadow:none}}
