/* Event eintragen – 2-Button-Block für Veranstalter ohne Stripe */

.ebt-event-eintragen-welcome {
    max-width: 420px;
    margin: 32px auto;
    padding: 32px 24px;
    text-align: center;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.ebt-event-eintragen-welcome__intro {
    margin: 0 0 24px;
    font-size: 16px;
    color: #475569;
    line-height: 1.5;
}

.ebt-event-eintragen-welcome__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ebt-event-eintragen-welcome__btn {
    display: block;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.2s, color 0.2s;
}

.ebt-event-eintragen-welcome__btn--primary {
    background: #e6007e;
    color: #fff;
    border: none;
}

.ebt-event-eintragen-welcome__btn--primary:hover {
    background: #c4006a;
    color: #fff;
}

.ebt-event-eintragen-welcome__btn--secondary {
    background: #fff;
    color: #334155;
    border: 2px solid #e2e8f0;
}

.ebt-event-eintragen-welcome__btn--secondary:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #334155;
}
