
.medstay-form-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.medstay-form label {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.medstay-form input,
.medstay-form select,
.medstay-form button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.medstay-form button {
    background-color: #0073e6;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.medstay-form button:hover {
    background-color: #005bb5;
}

.medstay-success {
    color: green;
    font-weight: bold;
    text-align: center;
}
