

.wc-custom-form {
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.wc-custom-form h4 {
    margin-bottom: 10px;
}
.wc-custom-form p {
    margin-bottom: 10px;
}
.wc-custom-form label span {
    color: red;
}
.wc-custom-form input[type="text"],
.wc-custom-form input[type="file"],
.wc-custom-form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.uploading {
    font-weight: bold;
    color: #555;
}
.wc-custom-form {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.wc-custom-form p {
    margin-bottom: 12px;
}

.wc-custom-form input, .wc-custom-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.wc-custom-form label span {
    color: red;
}

a.button {
    background: #21759b;
    color: #fff !important;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
}

a.button:hover {
    background: #1d6d8a;
}

