.wc-custom-text-container {
    margin: 15px 0;
    padding: 10px;
    border: 0px solid #ddd;
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.wc-custom-text-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.wc-custom-text-input {
    width: 100%;
    padding: 8px;
    border: 0px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.wc-custom-text-input:focus {
    border-color: #a1a1a1;
    outline: none;
}

.wc-custom-text-container .required {
    color: red;
    margin-left: 3px;
}

/* Stellen Sie sicher, dass das Formular Elemente in einer Spalte anordnet */
form.cart {
    display: flex;
    flex-direction: column;
}

/* Zusätzlicher Abstand zum nachfolgenden Element */
.woocommerce div.product form.cart div.quantity {
    margin-top: 10px;
} 