/* Only the shared newsletter template picker; the editor shell is unchanged. */
.nl-template-picker{border:0;padding:0;margin:24px 0 0;min-width:0}
.nl-template-picker legend{padding:0;margin-bottom:12px;font-size:14px;font-weight:700;color:#344054}
.nl-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.nl-template-picker .nl-template-card{position:relative;display:block;cursor:pointer;margin:0;min-width:0}
.nl-template-picker .nl-template-card>input{position:absolute;z-index:1;top:12px;right:12px;width:16px;height:16px;margin:0;accent-color:#ff596f;cursor:pointer;padding:0}
.nl-template-card-content{display:block;padding:10px;border:1px solid #dfe4ea;border-radius:12px;background:#fff;transition:border-color .15s,box-shadow .15s;height:100%;box-sizing:border-box}
.nl-template-card:hover .nl-template-card-content{border-color:#aeb9b2}
.nl-template-card>input:checked+.nl-template-card-content{border-color:#ff596f;box-shadow:0 0 0 1px #ff596f}
.nl-template-card>input:focus-visible+.nl-template-card-content{outline:3px solid #2865c9;outline-offset:3px}
.nl-template-art{position:relative;display:block;overflow:hidden;border-radius:6px;height:138px;background:#f2f4f5;color:var(--template-accent)}
.nl-template-art img{display:block;width:100%;height:100%;object-fit:cover}
.nl-template-cover{position:absolute;left:12px;bottom:12px;right:12px;padding:10px 12px;background:#fffffff2;border-radius:3px;display:flex;flex-direction:column;gap:4px}
.nl-template-cover small{font-size:7px;letter-spacing:1.7px;color:var(--template-accent);font-weight:500}
.nl-template-cover strong{font-family:Georgia,serif;font-size:15px;line-height:1.35;color:var(--template-accent)}
.nl-template-coupon .nl-template-cover{background:#fff3e7f5;right:auto;min-width:55%}
.nl-template-cover b{font-size:20px;line-height:1.1;color:var(--template-accent);letter-spacing:.5px}
.nl-template-monthly .nl-template-cover{background:#f5f3eaf2;text-align:center}
.nl-template-arrivals .nl-template-cover{background:#edf4f7f2}
.nl-template-description{display:block;padding:12px 3px 3px}
.nl-template-description>strong{display:block;color:#344054;font-size:14px;font-weight:700;line-height:1.5}
.nl-template-description>small{display:block;color:#7e8999;font-size:11px;line-height:1.6;margin-top:4px;font-weight:400}
.nl-template-blank-mark{display:flex;height:100%;align-items:center;justify-content:center;font-size:40px;font-weight:300;color:#bcc6cf}
.nl-template-blank-lines{position:absolute;bottom:28px;left:calc(50% - 27px);width:54px;border-top:2px solid #e0e5e9}
.nl-template-hint{margin:16px 0 0;color:#8a94a3;font-size:12px;line-height:1.7}
#pb-dialog.nl-template-dialog{width:700px;max-width:calc(100vw - 32px)}
@media(max-width:520px){.nl-template-grid{gap:10px}.nl-template-art{height:110px}.nl-template-card-content{padding:7px}.nl-template-cover{left:6px;right:6px;bottom:6px;padding:8px}.nl-template-cover strong{font-size:12px}.nl-template-cover small{font-size:6px;letter-spacing:1px}.nl-template-description{padding:9px 1px 2px}.nl-template-description>small{font-size:10px}.nl-template-cover b{font-size:17px}}
