/* =====================================================
   guestFind.css - guestFind.jsp for notice.jsp popup
   Guest find form styles for AJAX-injected content
   ===================================================== */

/* --- rav-find-header --- */
.rav-find-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.rav-find-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #033054;
    margin: 0 0 6px 0;
}

.rav-find-header p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* --- rav-find-body --- */
.rav-find-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* --- rav-find-row --- */
.rav-find-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rav-find-row label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.rav-find-row input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    box-sizing: border-box;
    font-family: monospace;
}

.rav-find-row input[type="text"]:focus {
    border-color: #033054;
    outline: none;
}

/* --- rav-btn-primary --- */
.rav-btn-primary {
    width: 100%;
    padding: 11px 0;
    background: #033054;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.rav-btn-primary:hover {
    background: #006FC6;
}
