
*{box-sizing:border-box}
:root{--bg:#faf8f4;--surface:#fff;--text:#222;--muted:#6e6a64;--gold:#b79a61;--line:#e7e0d6;--danger:#a33;--success:#277a4b}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
.container{width:min(1120px,92%);margin:0 auto}.narrow{width:min(720px,92%);margin:auto}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 10px 30px rgba(40,30,20,.06);margin:20px 0}
h1{font-size:clamp(2rem,5vw,4rem);line-height:1.1;margin:.35em 0}h2{margin-top:1.8rem}
.eyebrow{color:var(--gold);font-weight:700;letter-spacing:.05em}
label{display:block;font-weight:700;margin:14px 0 6px}
input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;font:inherit}
button,.button{display:inline-block;border:0;border-radius:999px;background:#222;color:#fff;padding:12px 20px;text-decoration:none;font-weight:700;cursor:pointer;margin-top:14px}
.button.secondary,button.secondary{background:#fff;color:#222;border:1px solid var(--line)}button.danger{background:#a33}
.alert{padding:13px 15px;border-radius:12px;margin:16px 0}.alert.error{background:#fbeaea;color:#a33}.alert.success{background:#e8f6ee;color:#277a4b}
.installer-body{min-height:100vh;display:grid;place-items:center}.installer-wrap{padding:40px 0}.installer-card{max-width:820px;margin:auto}
.installer-brand,.admin-brand{display:flex;align-items:center;gap:12px}.installer-brand div{display:grid}.installer-brand span{font-size:.85rem;color:var(--muted)}
.logo-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--gold);color:var(--gold);font-family:Georgia,serif}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.full{grid-column:1/-1}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}
.topbar{background:#fff;border-bottom:1px solid var(--line);padding:14px 0}.row{display:flex;justify-content:space-between;align-items:center;gap:20px}
.admin-brand{color:#222;text-decoration:none;font-weight:700}.admin-links{display:flex;gap:16px;flex-wrap:wrap}.admin-links a{color:#222;text-decoration:none}
.admin-main{padding:45px 0 80px}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:end}.page-heading p{color:var(--muted)}
.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.small-button{padding:9px 14px;margin-top:8px}.muted{color:var(--muted)}
.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eee;font-size:.75rem;font-weight:700}.pill.active{background:#e8f6ee;color:#277a4b}
.event-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.event-admin-card{display:grid;grid-template-columns:180px 1fr;gap:20px;margin:0}.event-admin-card img{width:100%;height:100%;min-height:180px;object-fit:cover;border-radius:14px}.event-admin-content h2{margin:.4rem 0}
.sticky-save-bar{position:sticky;bottom:0;display:flex;justify-content:flex-end;padding:14px 0;background:linear-gradient(to top,var(--bg) 70%,rgba(250,248,244,0));z-index:5}.danger-zone{border-color:#efc4c4}
.qr-card{text-align:center}.qr-card img{width:min(420px,100%);display:block;margin:20px auto;border-radius:14px}
.system-footer{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;padding:30px;color:var(--muted);font-size:.85rem}
.landing{min-height:90vh;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#fff,#f5efe6)}.landing-inner{width:min(700px,90%)}
.public-event-body{background:#f2eee8}.event-card-page{width:min(680px,100%);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 40px rgba(0,0,0,.08)}
.event-hero-image{height:48vh;min-height:320px}.event-hero-image img{width:100%;height:100%;object-fit:cover}
.event-intro{text-align:center;padding:38px 28px}.event-intro h1{font-family:Georgia,serif}.event-subtitle{font-size:1.08rem;color:var(--muted)}.event-date{font-size:1.5rem;font-weight:700;color:var(--gold);margin:18px 0 4px}
.event-section{text-align:center;padding:32px 26px;border-top:1px solid var(--line)}.event-section h2{margin:.2rem 0 10px;font-family:Georgia,serif}.event-section h3{margin:.5rem 0}.event-section p{color:var(--muted)}
.event-icon{font-size:1.8rem;color:var(--gold)}.event-button{display:block;width:100%;padding:14px 18px;border-radius:999px;background:#222;color:#fff;text-decoration:none;font-weight:700;margin:12px auto}
.witness-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.witness-card{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fbfaf7}
.contact-buttons{display:grid;gap:8px}.contact-buttons a{display:block;padding:10px;border-radius:999px;background:#222;color:#fff;text-decoration:none;font-weight:700}
.event-links{display:grid;gap:4px}.event-closing{text-align:center;padding:36px 26px;font-family:Georgia,serif;font-size:1.35rem}
.event-footer{text-align:center;padding:26px;background:#222;color:#fff}.event-footer span{display:block;font-size:.75rem;opacity:.7}.event-footer a{color:#fff;font-weight:700;text-decoration:none}
@media(max-width:800px){.event-admin-grid{grid-template-columns:1fr}.event-admin-card{grid-template-columns:130px 1fr}}
@media(max-width:650px){.form-grid,.witness-grid{grid-template-columns:1fr}.full{grid-column:auto}.row,.page-heading{align-items:flex-start;flex-direction:column}.event-admin-card{grid-template-columns:1fr}.event-admin-card img{height:220px}.admin-links{gap:10px}}


/* Eventverwaltung */
.item-list{display:grid;gap:16px}
.event-list-card{
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:center;
    margin:0
}
.event-list-card h2{margin:.35rem 0}
.muted{color:var(--muted)}
.pill{
    display:inline-flex;
    padding:5px 9px;
    border-radius:999px;
    background:#eee;
    font-size:.75rem;
    font-weight:700
}
.pill.active{background:#e8f6ee;color:#277a4b}
.empty{text-align:center;color:var(--muted)}
@media(max-width:700px){
    .event-list-card{align-items:flex-start;flex-direction:column}
}


/* Hochzeit 1.0.4 */
.wedding-list-card{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:22px;
    align-items:stretch;
    margin:0
}
.wedding-list-card>img{
    width:100%;
    height:100%;
    min-height:210px;
    object-fit:cover;
    border-radius:14px
}
.wedding-list-content h2{margin:.35rem 0}
.sticky-save-bar{
    position:sticky;
    bottom:0;
    display:flex;
    justify-content:flex-end;
    padding:14px 0;
    background:linear-gradient(to top,var(--bg) 70%,rgba(250,248,244,0));
    z-index:5
}
@media(max-width:700px){
    .wedding-list-card{grid-template-columns:1fr}
    .wedding-list-card>img{height:220px}
}


/* Öffentliche Hochzeitsseite 1.0.5 */
.public-wedding-body{background:#eee8df}
.public-wedding-shell{
    width:min(680px,100%);
    min-height:100vh;
    margin:0 auto;
    background:#fff;
    box-shadow:0 0 40px rgba(0,0,0,.08)
}
.public-wedding-hero{
    height:48vh;
    min-height:320px;
    overflow:hidden
}
.public-wedding-hero img{
    width:100%;
    height:100%;
    object-fit:cover
}
.public-wedding-intro{
    padding:38px 28px;
    text-align:center
}
.public-wedding-intro h1{
    font-family:Georgia,serif;
    font-size:clamp(2.2rem,8vw,4.2rem)
}
.public-wedding-subtitle{
    color:var(--muted);
    font-size:1.08rem
}
.public-wedding-date{
    margin:18px 0 4px;
    color:var(--gold);
    font-size:1.55rem;
    font-weight:700
}
.public-wedding-section{
    padding:32px 26px;
    text-align:center;
    border-top:1px solid var(--line)
}
.public-wedding-section h2{
    margin:.25rem 0 10px;
    font-family:Georgia,serif
}
.public-wedding-section h3{margin:.55rem 0}
.public-wedding-section p{color:var(--muted)}
.public-wedding-symbol{
    color:var(--gold);
    font-size:1.8rem
}
.public-wedding-button{
    display:block;
    width:100%;
    margin:12px auto;
    padding:14px 18px;
    border-radius:999px;
    background:#222;
    color:#fff;
    text-decoration:none;
    font-weight:700
}
.public-witness-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:18px
}
.public-witness-card{
    padding:18px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fbfaf7
}
.public-witness-actions{display:grid;gap:8px}
.public-witness-actions a{
    display:block;
    padding:10px 12px;
    border-radius:999px;
    background:#222;
    color:#fff;
    text-decoration:none;
    font-weight:700
}
.public-wedding-links{display:grid;gap:4px}
.public-wedding-closing{
    padding:36px 26px;
    text-align:center;
    font-family:Georgia,serif;
    font-size:1.35rem
}
.public-wedding-footer{
    padding:26px;
    text-align:center;
    background:#222;
    color:#fff
}
.public-wedding-footer span{
    display:block;
    opacity:.7;
    font-size:.75rem
}
.public-wedding-footer a{
    color:#fff;
    text-decoration:none;
    font-weight:700
}
.center{text-align:center}
@media(max-width:650px){
    .public-witness-grid{grid-template-columns:1fr}
}


/* QR-Code 1.0.6 */
.qr-card{text-align:center}
.qr-card>img{
    display:block;
    width:min(440px,100%);
    margin:24px auto;
    padding:14px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff
}
.copy-row{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px;
    align-items:end
}
.copy-row button{margin:0;white-space:nowrap}
.qr-actions{justify-content:center}
@media(max-width:650px){
    .copy-row{grid-template-columns:1fr}
    .copy-row button{width:100%}
}


/* Allgemeine EventCard 1.0.7 */
.eventcard-list-card{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:22px;
    align-items:stretch;
    margin:0
}
.eventcard-list-card>img{
    width:100%;
    height:100%;
    min-height:210px;
    object-fit:cover;
    border-radius:14px
}
.eventcard-list-content h2{margin:.35rem 0}

.dashboard-card-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px
}
.dashboard-card-choice{
    text-align:center;
    margin:0
}
.dashboard-card-symbol{
    display:block;
    color:var(--gold);
    font-size:2rem
}

@media(max-width:700px){
    .eventcard-list-card{grid-template-columns:1fr}
    .eventcard-list-card>img{height:220px}
    .dashboard-card-grid{grid-template-columns:1fr}
}


/* Öffentliche allgemeine EventCard 1.0.8 */
.public-event-body{background:#eee8df}
.public-event-shell{
    width:min(680px,100%);
    min-height:100vh;
    margin:0 auto;
    background:#fff;
    box-shadow:0 0 40px rgba(0,0,0,.08)
}
.public-event-hero{
    height:48vh;
    min-height:320px;
    overflow:hidden
}
.public-event-hero img{
    width:100%;
    height:100%;
    object-fit:cover
}
.public-event-intro{
    padding:38px 28px;
    text-align:center
}
.public-event-intro h1{
    font-family:Georgia,serif;
    font-size:clamp(2.2rem,8vw,4.2rem)
}
.public-event-subtitle{
    color:var(--muted);
    font-size:1.08rem
}
.public-event-date{
    margin:18px 0 4px;
    color:var(--gold);
    font-size:1.55rem;
    font-weight:700
}
.public-event-section{
    padding:32px 26px;
    text-align:center;
    border-top:1px solid var(--line)
}
.public-event-section h2{
    margin:.25rem 0 10px;
    font-family:Georgia,serif
}
.public-event-section h3{margin:.55rem 0}
.public-event-section p{color:var(--muted)}
.public-event-symbol{
    color:var(--gold);
    font-size:1.8rem
}
.public-event-button{
    display:block;
    width:100%;
    margin:12px auto;
    padding:14px 18px;
    border-radius:999px;
    background:#222;
    color:#fff;
    text-decoration:none;
    font-weight:700
}
.public-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:18px
}
.public-contact-card{
    padding:18px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fbfaf7
}
.public-contact-actions{display:grid;gap:8px}
.public-contact-actions a{
    display:block;
    padding:10px 12px;
    border-radius:999px;
    background:#222;
    color:#fff;
    text-decoration:none;
    font-weight:700
}
.public-event-links{display:grid;gap:4px}
.public-event-closing{
    padding:36px 26px;
    text-align:center;
    font-family:Georgia,serif;
    font-size:1.35rem
}
.public-event-footer{
    padding:26px;
    text-align:center;
    background:#222;
    color:#fff
}
.public-event-footer span{
    display:block;
    opacity:.7;
    font-size:.75rem
}
.public-event-footer a{
    color:#fff;
    text-decoration:none;
    font-weight:700
}
@media(max-width:650px){
    .public-contact-grid{grid-template-columns:1fr}
}


/* ND EventCard 1.1 – Geschenkewünsche und Tagesprogramm */
.section-title-row{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:center
}
.section-title-row h2{margin-bottom:.15rem}
.section-title-row p{margin:0}
.schedule-editor{display:grid;gap:10px;margin-top:18px}
.schedule-editor-row{
    display:grid;
    grid-template-columns:140px 1fr auto;
    gap:10px;
    align-items:center
}
.schedule-editor-row .button{margin:0}
.wedding-timeline{
    width:min(470px,100%);
    margin:22px auto 0;
    text-align:left
}
.wedding-timeline-item{
    display:grid;
    grid-template-columns:82px 18px 1fr;
    gap:12px;
    min-height:52px
}
.wedding-timeline-time{
    padding-top:2px;
    color:var(--gold);
    font-weight:700;
    text-align:right
}
.wedding-timeline-dot{
    position:relative;
    width:12px;
    height:12px;
    margin-top:6px;
    border-radius:50%;
    background:var(--gold)
}
.wedding-timeline-dot::after{
    content:"";
    position:absolute;
    top:12px;
    left:5px;
    width:2px;
    height:40px;
    background:var(--line)
}
.wedding-timeline-item:last-child .wedding-timeline-dot::after{display:none}
.wedding-timeline-title{
    padding-bottom:18px;
    font-weight:700
}
.public-gift-text{
    max-width:520px;
    margin:14px auto 0;
    color:var(--text)!important;
    white-space:normal
}
@media(max-width:700px){
    .section-title-row{align-items:flex-start;flex-direction:column}
    .schedule-editor-row{grid-template-columns:1fr}
    .schedule-editor-row .button{width:100%}
}


/* Admin Live-Vorschau 1.2.0 */
.editor-preview-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:28px;align-items:start}
.editor-fields{min-width:0}
.editor-fields .card{padding:18px;margin-bottom:14px}
.editor-fields .card h2{font-size:1.05rem;margin-bottom:12px}
.editor-fields .form-grid{gap:10px}
.editor-fields label{font-size:.88rem}
.editor-fields input,.editor-fields textarea,.editor-fields select{padding:10px 11px}
.editor-preview-column{position:sticky;top:18px;align-self:start}
.phone-preview-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px;font-weight:700}
.phone-preview-title small{font-weight:400;color:var(--muted)}
.phone-frame{width:min(390px,100%);height:760px;margin:0 auto;padding:10px;border:10px solid #202020;border-radius:38px;background:#202020;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.phone-screen{height:100%;overflow:auto;border-radius:22px;background:#fff;scrollbar-width:thin}
.phone-screen .public-event-shell,.phone-screen .public-wedding-shell{width:100%;min-height:100%;box-shadow:none}
.phone-screen .public-event-hero,.phone-screen .public-wedding-hero{height:260px;min-height:0}
.phone-screen .public-event-intro,.phone-screen .public-wedding-intro{padding:24px 16px}
.phone-screen .public-event-intro h1,.phone-screen .public-wedding-intro h1{font-size:2.15rem}
.phone-screen .public-event-section,.phone-screen .public-wedding-section{padding:24px 16px}
.phone-screen .public-contact-grid,.phone-screen .public-witness-grid{grid-template-columns:1fr}
.phone-screen .public-event-button,.phone-screen .public-wedding-button{pointer-events:none}
.preview-placeholder{padding:70px 20px;text-align:center;color:var(--muted);background:#f6f3ed}
@media(max-width:1050px){.editor-preview-layout{grid-template-columns:1fr}.editor-preview-column{position:static}.phone-frame{height:680px}}

/* HochzeitsCard Schriftgestaltung 1.2.2 */
.section-style-controls{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(120px,.7fr) minmax(150px,.8fr);
    gap:12px;
    margin-top:16px;
    padding:14px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#faf9f6
}
.section-style-title{
    grid-column:1/-1;
    font-weight:800;
    font-size:.92rem
}
.section-style-controls label{
    margin:0;
    font-size:.82rem;
    font-weight:700
}
.section-style-controls select,
.section-style-controls input[type="color"]{
    margin-top:6px
}
.section-style-controls select{
    width:100%
}
.style-color-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:6px
}
.style-color-row input[type="color"]{
    width:48px;
    min-width:48px;
    height:40px;
    margin:0;
    padding:2px;
    cursor:pointer
}
.style-color-row>span{
    display:flex;
    align-items:center;
    gap:5px;
    white-space:nowrap;
    font-size:.8rem;
    font-weight:600
}
.style-color-row input[type="checkbox"]{
    width:auto;
    margin:0
}
.compact-style-card>h2{margin-bottom:0}
.style-subsection{
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid var(--line)
}
.style-subsection>.section-style-controls{margin-top:10px}

.wedding-custom-style{
    font-family:var(--wc-font-family, inherit);
    font-size:var(--wc-font-size, inherit);
    color:var(--wc-font-color, inherit)
}
.wedding-custom-style h1,
.wedding-custom-style h2,
.wedding-custom-style h3,
.wedding-custom-style p,
.wedding-custom-style strong,
.wedding-custom-style .public-wedding-subtitle,
.wedding-custom-style .public-wedding-date,
.wedding-custom-style .wedding-timeline-time,
.wedding-custom-style .wedding-timeline-title{
    font-family:var(--wc-font-family, inherit);
    color:var(--wc-font-color, inherit)
}
/* 1.2.4: Schriftgröße muss auch gegen die spezifischeren Vorschau-Regeln gewinnen. */
.wedding-custom-style{font-size:var(--wc-font-size, inherit)}
.wedding-custom-style p,
.wedding-custom-style strong,
.wedding-custom-style .wedding-timeline-time,
.wedding-custom-style .wedding-timeline-title,
.wedding-custom-style .public-wedding-button{font-size:var(--wc-font-size, inherit)}
.public-wedding-shell .wedding-custom-style h1,
.phone-screen .public-wedding-shell .wedding-custom-style h1{font-size:calc(var(--wc-font-size, 16px) * 2.2)}
.public-wedding-shell .wedding-custom-style h2,
.phone-screen .public-wedding-shell .wedding-custom-style h2{font-size:calc(var(--wc-font-size, 16px) * 1.45)}
.public-wedding-shell .wedding-custom-style h3,
.phone-screen .public-wedding-shell .wedding-custom-style h3{font-size:calc(var(--wc-font-size, 16px) * 1.08)}
.public-wedding-shell .wedding-custom-style .public-wedding-date,
.phone-screen .public-wedding-shell .wedding-custom-style .public-wedding-date{font-size:calc(var(--wc-font-size, 16px) * 1.15)}
.wedding-custom-style .public-wedding-button{
    font-family:var(--wc-font-family);
    font-size:var(--wc-font-size, inherit)
}

@media(max-width:760px){
    .section-style-controls{grid-template-columns:1fr}
    .section-style-title{grid-column:auto}
}
.wedding-custom-style.public-wedding-footer span{
    font-family:var(--wc-font-family, inherit);
    font-size:var(--wc-font-size, inherit);
    color:var(--wc-font-color, inherit)
}


/* 1.2.5: Schriftgestaltung pro Abschnitt der allgemeinen EventCard. */
.event-custom-style{
    font-family:var(--wc-font-family, inherit);
    font-size:var(--wc-font-size, inherit);
    color:var(--wc-font-color, inherit)
}
.event-custom-style h1,
.event-custom-style h2,
.event-custom-style h3,
.event-custom-style p,
.event-custom-style strong,
.event-custom-style .public-event-subtitle,
.event-custom-style .public-event-date{
    font-family:var(--wc-font-family, inherit);
    color:var(--wc-font-color, inherit)
}
/* Größe bewusst mit spezifischen Selektoren, damit die Live-Vorschau sie nicht überschreibt. */
.event-custom-style p,
.event-custom-style strong,
.event-custom-style .public-event-button,
.event-custom-style .public-contact-actions a{font-size:var(--wc-font-size, inherit)}
.public-event-shell .event-custom-style h1,
.phone-screen .public-event-shell .event-custom-style h1{font-size:calc(var(--wc-font-size, 16px) * 2.2)}
.public-event-shell .event-custom-style h2,
.phone-screen .public-event-shell .event-custom-style h2{font-size:calc(var(--wc-font-size, 16px) * 1.45)}
.public-event-shell .event-custom-style h3,
.phone-screen .public-event-shell .event-custom-style h3{font-size:calc(var(--wc-font-size, 16px) * 1.08)}
.public-event-shell .event-custom-style .public-event-date,
.phone-screen .public-event-shell .event-custom-style .public-event-date{font-size:calc(var(--wc-font-size, 16px) * 1.15)}
.event-custom-style .public-event-button,
.event-custom-style .public-contact-actions a{
    font-family:var(--wc-font-family, inherit);
    color:var(--wc-font-color, inherit)
}
.event-custom-style.public-event-footer span,
.event-custom-style.public-event-footer a,
.event-custom-style.public-event-footer b{
    font-family:var(--wc-font-family, inherit);
    font-size:var(--wc-font-size, inherit);
    color:var(--wc-font-color, inherit)
}

/* 1.2.6: EventCard – bis zu 4 Termine, sichtbare Kontaktdaten, keine schwarzen Aktionsbalken, optionale Trennlinien. */
.public-event-section{border-top:0}
.public-event-dates{display:grid;gap:8px;margin:18px auto 4px;max-width:520px}
.public-event-date-row{display:flex;justify-content:center;gap:12px;align-items:baseline;flex-wrap:wrap}
.public-event-date-row strong{color:var(--gold);font-size:1.15em}
.public-event-date-row span{color:inherit}
.public-event-text-link,.public-contact-text-link{
    display:inline-block;
    margin:8px 6px 0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;
    font-weight:600
}
.public-contact-actions{display:grid;gap:7px;justify-items:center}
.public-contact-actions a,.public-contact-actions span{
    padding:0;
    border-radius:0;
    background:transparent;
    color:inherit
}
.public-event-links .public-event-button{
    display:inline-block;width:auto;padding:0;margin:8px 6px;background:transparent;color:inherit;border-radius:0;text-decoration:underline;text-underline-offset:3px
}
.public-event-shell[data-event-separators="1"] .public-event-section,
.public-event-shell[data-event-separators="1"] .public-event-closing,
.public-event-shell[data-event-separators="1"] .public-event-footer{
    position:relative;border-top:0
}
.public-event-shell[data-event-separators="1"] .public-event-section::before,
.public-event-shell[data-event-separators="1"] .public-event-closing::before,
.public-event-shell[data-event-separators="1"] .public-event-footer::before{
    content:"";position:absolute;left:8%;right:8%;top:0;height:var(--event-separator-thickness,1px);background:var(--event-separator-color,#C5A35A)
}
.event-date-slots{padding:4px 0 2px}.event-date-slots>strong{display:block;margin-bottom:8px}


/* Teilen-Bereich nach Speichern einer Event-/HochzeitsCard */
.share-ready-card{margin-bottom:22px;border:1px solid rgba(185,154,103,.45);box-shadow:0 12px 35px rgba(60,48,35,.07)}
.share-ready-card h2{margin:7px 0 8px}
.share-ready-card .copy-row{margin-top:7px}
.share-ready-card .actions{margin-top:16px}
