
.syc-wrapper {
    background: #fefaf6;
    border: 1px solid #d6c4b2;
    padding: 24px;
    max-width: 550px;
    margin: 30px auto;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(102, 85, 63, 0.1);
}
.syc-wrapper h3 {
    text-align: center;
    color: #5c4433;
    font-size: 22px;
    margin-bottom: 20px;
}
#syc-form label {
    display: block;
    margin-bottom: 16px;
    color: #3f2f23;
    font-weight: 500;
}
#syc-form input,
#syc-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #c7b299;
    border-radius: 6px;
    background: #fffdfa;
    font-size: 15px;
}
#syc-form button {
    background: #7b4b2a;
    color: white;
    padding: 12px 18px;
    border: none;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    transition: background 0.3s ease;
}
#syc-form button:hover {
    background: #5c3620;
}
#syc-result {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #5c3620;
    font-size: 18px;
}
