.tr-w006{width:100%;max-width:1440px;margin:28px auto;padding:0 32px;box-sizing:border-box}.tr-w006-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,1.62fr);gap:22px;align-items:stretch}.tr-w006-panel{min-width:0;border:1px solid #DCEBE5;border-radius:24px;box-sizing:border-box}.tr-w006-reminders{padding:28px;background:#f3faf7;box-shadow:0 8px 28px #1f37300d}.tr-w006-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.tr-w006-panel-header h2{margin:0;color:#1d2939;font-size:24px;line-height:1.2;font-weight:700}.tr-w006-panel-header p{margin:7px 0 0;color:#667085;font-size:14px;line-height:1.5}.tr-w006-count{flex:0 0 auto;padding:7px 11px;background:#fff;border:1px solid #DCEBE5;border-radius:999px;color:#527568;font-size:12px;line-height:1;font-weight:700}.tr-w006-add-row{display:flex;align-items:stretch;gap:10px}.tr-w006-input{flex:1;min-width:0;height:46px;padding:0 15px;background:#fff;border:1px solid #D8E5E0;border-radius:13px;outline:none;color:#1d2939;font-family:inherit;font-size:14px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.tr-w006-input::placeholder{color:#98a2b3}.tr-w006-input:focus{border-color:#68ae91;box-shadow:0 0 0 3px #68ae911f}.tr-w006-add-btn{flex:0 0 auto;min-width:74px;padding:0 18px;border:0;border-radius:13px;background:#337a63;color:#fff;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.tr-w006-add-btn:hover{background:#286a55;transform:translateY(-1px)}.tr-w006-local-note{margin:9px 0 0;color:#819089;font-size:11px;line-height:1.4}.tr-w006-reminder-list{display:flex;flex-direction:column;gap:9px;margin-top:20px}.tr-w006-reminder-item{display:flex;align-items:center;gap:12px;min-height:50px;padding:9px 11px 9px 14px;background:#fff;border:1px solid #E0EAE6;border-radius:14px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.tr-w006-reminder-item:hover{border-color:#c8ddd5;box-shadow:0 5px 15px #1f37300d}.tr-w006-reminder-text{flex:1;min-width:0;color:#344054;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.tr-w006-reminder-item.is-complete{opacity:.58}.tr-w006-reminder-item.is-complete .tr-w006-reminder-text{text-decoration:line-through}.tr-w006-reminder-actions{display:flex;align-items:center;gap:5px;flex:0 0 auto}.tr-w006-action{display:flex;align-items:center;justify-content:center;width:31px;height:31px;padding:0;background:transparent;border:0;border-radius:9px;color:#667085;cursor:pointer;font-size:15px;line-height:1;transition:background .2s ease,color .2s ease}.tr-w006-action:hover{background:#edf7f3;color:#337a63}.tr-w006-empty{display:flex;align-items:center;justify-content:center;min-height:74px;margin-top:20px;padding:15px;border:1px dashed #CFE0D9;border-radius:14px;color:#83938c;font-size:13px;text-align:center}.tr-w006-humour{display:flex;flex-direction:column;padding:24px;background:#fff;box-shadow:0 8px 28px #1f37300d}.tr-w006-humour-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:17px}.tr-w006-humour-header h2{margin:0;color:#1d2939;font-size:21px;line-height:1.2;font-weight:700}.tr-w006-humour-header p{margin:6px 0 0;color:#667085;font-size:13px;line-height:1.4}.tr-w006-humour-tag{flex:0 0 auto;padding:6px 9px;background:#edf7f3;border-radius:999px;color:#337a63;font-size:10px;line-height:1;font-weight:700;white-space:nowrap}.tr-w006-cartoon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:100%;flex:1;min-height:240px;max-height:340px;padding:14px;background:#fafaf8;border:1px solid #EAEEEC;border-radius:17px;overflow:hidden;box-sizing:border-box}.tr-w006-cartoon{display:block;width:auto;height:auto;max-width:100%;max-height:310px;object-fit:contain;object-position:center}.tr-w006-cartoon:not([src]),.tr-w006-cartoon[src=""]{visibility:hidden}.tr-w006-cartoon-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px;color:#98a2b3;font-size:10px;line-height:1.3;letter-spacing:.2px}@media(max-width:990px){.tr-w006{padding:0 20px}.tr-w006-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr);gap:18px}.tr-w006-reminders{padding:24px}.tr-w006-humour{padding:20px}.tr-w006-cartoon-wrap{min-height:220px}}@media(max-width:749px){.tr-w006{margin:20px auto;padding:0 14px}.tr-w006-grid{grid-template-columns:1fr;gap:16px}.tr-w006-reminders,.tr-w006-humour{padding:20px;border-radius:19px}.tr-w006-panel-header{margin-bottom:18px}.tr-w006-panel-header h2{font-size:21px}.tr-w006-add-row{gap:8px}.tr-w006-input{height:44px}.tr-w006-add-btn{min-width:66px;padding:0 14px}.tr-w006-humour-header h2{font-size:20px}.tr-w006-cartoon-wrap{min-height:220px}.tr-w006-cartoon{max-height:none}}@media(max-width:420px){.tr-w006-reminders,.tr-w006-humour{padding:17px}.tr-w006-panel-header{gap:10px}.tr-w006-panel-header p{font-size:13px}.tr-w006-add-row{align-items:stretch}.tr-w006-input{font-size:13px}.tr-w006-reminder-item{gap:8px;padding-left:11px}.tr-w006-humour-header{display:block}.tr-w006-humour-tag{display:inline-block;margin-top:10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/TRESTLE_W006_RemindMe_Humour.css.map */
