/* Readable collection disclosure that returns to the original, unmodified form. */
body.renewal-preview #modal .collection-panel{width:min(580px,100%);padding:0;border:1px solid #e0e6d9;border-radius:22px;background:#fffefa;box-shadow:0 28px 90px #092b2540;max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7d3c0 #fffefa}
body.renewal-preview #modal .collection-panel .modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:3;margin:0;padding:24px 28px 20px;border-bottom:1px solid #e6ebdf;background:#fffefa}
body.renewal-preview #modal .collection-panel .modal-head h2{margin:0;font-size:25px;font-weight:750;line-height:1.4;letter-spacing:-.025em;color:#234b35;word-break:keep-all}
body.renewal-preview #modal .collection-panel .close-btn{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border:0;border-radius:50%;background:#edf2e7;color:#3d5c42;font-size:25px;font-weight:400;line-height:1;cursor:pointer}
.rn-collection-content{padding:24px 28px 0}.rn-collection-intro{display:flex;align-items:center;gap:14px;margin-bottom:23px}.rn-collection-icon{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;border:1px solid #dbe6cf;border-radius:13px;background:#eef4e5;color:#356747}.rn-collection-icon svg{width:25px;height:25px}.rn-collection-intro>div>span{font-size:13px;line-height:1.6;font-weight:700;color:#365b3f}.rn-collection-intro p{margin:5px 0 0;font-size:13px;line-height:1.8;color:#6b7862;word-break:keep-all}
.rn-collection-card{padding:20px 21px;margin-bottom:16px;border:1px solid #e1e7db;border-radius:14px;background:#fff}.rn-collection-card.rn-collection-required{background:#f3f7ed;border-color:#d4e2c8}.rn-collection-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.rn-collection-card-head h3{font-size:16px;font-weight:750;line-height:1.6;color:#2b5035;letter-spacing:-.02em;margin:0}.rn-collection-card-head>span{font-size:11px;font-weight:650;line-height:1.5;padding:4px 10px;border-radius:100px;background:#eff2eb;color:#6a7a5b}.rn-collection-required .rn-collection-card-head>span{background:#255e3e;color:#fff}.rn-collection-card>p{font-size:12px;line-height:1.8;color:#6b7861;margin:9px 0 15px}.rn-collection-card ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.rn-collection-card li{font-size:13px;line-height:1.7;color:#35523c;padding:6px 11px;border:1px solid #dfe6d6;border-radius:7px;background:#fff;word-break:keep-all}.rn-collection-card:last-child{margin-bottom:0}
.rn-collection-actions{position:sticky;bottom:0;z-index:2;padding:22px 28px 26px;background:#fffefa;border-top:1px solid transparent}.rn-collection-actions>button{width:100%;min-height:50px;border:0;border-radius:10px;background:#205e3d;color:white;font-family:inherit;font-size:15px;font-weight:700;line-height:1.6;padding:13px 18px;cursor:pointer}.rn-collection-actions>button:hover{background:#174b2f}.collection-panel button:focus-visible{outline:3px solid #a9c985;outline-offset:3px}
@media(max-width:600px){body.renewal-preview #modal .collection-panel{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:17px}body.renewal-preview #modal .collection-panel .modal-head{padding:18px 19px 15px;gap:10px}body.renewal-preview #modal .collection-panel .modal-head h2{font-size:21px}body.renewal-preview #modal .collection-panel .close-btn{width:36px;height:36px}.rn-collection-content{padding:20px 19px 0}.rn-collection-intro{gap:11px;margin-bottom:20px}.rn-collection-icon{width:39px;height:39px;border-radius:11px}.rn-collection-intro p{font-size:12px}.rn-collection-card{padding:17px 16px;margin-bottom:13px;border-radius:12px}.rn-collection-card-head h3{font-size:15px}.rn-collection-card li{font-size:12px;padding:5px 9px}.rn-collection-card>p{margin-bottom:12px}.rn-collection-actions{padding:19px}.rn-collection-actions>button{font-size:14px}}
