﻿/* css/inquiry.css */
.row {
    margin-top: 10px;
}

.error {
    color: #b91c1c;
}

.ok {
    color: #065f46;
}

.note {
    font-size: 13px;
    color: #6b7280;
    border-left: 3px solid #e5e7eb;
    padding: 8px 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
}
