.machea-vr-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 24px;
}

.machea-vr-form .machea-vr-row {
    margin-bottom: 20px;
}

.machea-vr-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.machea-vr-form label span {
    color: #e63946;
}

.machea-vr-form input[type="text"],
.machea-vr-form input[type="email"],
.machea-vr-form input[type="password"],
.machea-vr-form input[type="tel"],
.machea-vr-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.machea-vr-form input:focus,
.machea-vr-form textarea:focus {
    outline: none;
    border-color: #e63946;
}

.machea-vr-btn {
    width: 100%;
    padding: 14px;
    background-color: #e63946;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.machea-vr-btn:hover {
    opacity: 0.9;
}

.machea-vr-notice {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.machea-vr-notice.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.machea-vr-notice.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.machea-vr-notice p {
    margin: 0 0 6px;
}

.machea-vr-notice p:last-child {
    margin-bottom: 0;
}
