.wcpf-ticket-wrapper {
    border: 1px solid #eee;
    padding: 15px;
    margin: 20px 0;
    background: #fafafa;
}

.wcpf-ticket-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.wcpf-ticket-rows {
    margin: 0;
}

.wcpf-ticket-row {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 10px;
}

.wcpf-ticket-row:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.wcpf-ticket-row-title {
    margin-bottom: 6px;
}

.wcpf-ticket-field {
    margin-bottom: 8px;
}

.wcpf-ticket-field label span {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.wcpf-ticket-input-name,
.wcpf-ticket-input-notes {
    width: 100%;
    max-width: 100%;
}

.wcpf-required {
    color: #d00;
}

.wcpf-ticket-hint {
    font-size: 12px;
    color: #555;
    margin-top: 8px;
}

/* etwas kompakter auf Mobile */
@media (max-width: 767px) {
    .wcpf-ticket-wrapper {
        padding: 12px;
    }
}