.ycrasta-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.ycrasta-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.ycrasta-form input,
.ycrasta-form textarea,
.ycrasta-form select {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
}

.ycrasta-form textarea {
    min-height: 140px;
}

.ycrasta-form button {
    background: #111827;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
}

.ycrasta-form button:hover {
    opacity: .9;
}


