.artwork-form-container-2f350ba8 {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 800px;
    margin: 0 auto;
}

.artwork-form-container-2f350ba8 h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    color: #1a1a2e;
}

.aw-form-row-2f350ba8 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.aw-form-row-2f350ba8 .aw-form-group-2f350ba8 {
    flex: 1;
    margin-bottom: 0;
}

.aw-form-group-2f350ba8 {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.aw-form-group-2f350ba8 label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.aw-form-group-2f350ba8 input[type="text"],
.aw-form-group-2f350ba8 input[type="email"],
.aw-form-group-2f350ba8 input[type="tel"],
.aw-form-group-2f350ba8 input[type="number"],
.aw-form-group-2f350ba8 select,
.aw-form-group-2f350ba8 textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.aw-form-group-2f350ba8 input:focus,
.aw-form-group-2f350ba8 select:focus,
.aw-form-group-2f350ba8 textarea:focus {
    border-color: #ff6b35;
    outline: none;
}

.aw-form-group-2f350ba8 input[type="file"] {
    padding: 10px 0;
}

.aw-form-group-2f350ba8 small {
    color: #666;
    margin-top: 5px;
}

.aw-submit-btn-2f350ba8 {
    background-color: #ff6b35;
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
    margin-top: 10px;
}

.aw-submit-btn-2f350ba8:hover {
    filter: brightness(0.9);
}

.aw-submit-btn-2f350ba8:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-message-2f350ba8 {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
}

.form-message-2f350ba8.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.form-message-2f350ba8.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

@media (max-width: 600px) {
    .aw-form-row-2f350ba8 {
        flex-direction: column;
        gap: 0;
    }
    .aw-form-row-2f350ba8 .aw-form-group-2f350ba8 {
        margin-bottom: 20px;
    }
}