.sepet-indirim-form {
    max-width: 420px;
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.sepet-indirim-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.sepet-indirim-form input[type="number"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sepet-indirim-form input[type="submit"],
.sepet-indirim-form .button {
    background-color: #0073aa;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.sepet-indirim-form input[type="submit"]:hover {
    background-color: #005177;
}

.woocommerce-table {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 15px;
}

.woocommerce-table th,
.woocommerce-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
