/* ED Pioneer Warranty — minimal frontend styles */
.edepw-form { max-width: 720px; }
.edepw-form .edepw-row { margin-bottom: 16px; display: block; }
.edepw-form .edepw-row > label { display: block; font-size: 14px; margin-bottom: 6px; }
.edepw-form .edepw-row > label span { color: #71717a; font-weight: 400; }
.edepw-form input[type=text], .edepw-form input[type=date], .edepw-form select, .edepw-form textarea {
    width: 100%; padding: 10px 12px; border: 1px solid #d4d4d8; border-radius: 6px; font-size: 15px;
    background: #fff; transition: border-color .15s;
}
.edepw-form input:focus, .edepw-form select:focus, .edepw-form textarea:focus { outline: none; border-color: #18181b; }
.edepw-form .edepw-row-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.edepw-form .edepw-actions { margin-top: 24px; }

.edepw-attach-block {
    background: #fafaf9; border: 1px solid #e4e4e7; padding: 16px 18px;
    border-radius: 8px; margin: 18px 0;
}
.edepw-attach-label { margin: 0 0 8px; font-size: 15px; }
.edepw-attach-block select { width: 100%; padding: 10px; border: 1px solid #d4d4d8; border-radius: 6px; font-size: 15px; }
.edepw-attach-note { margin: 8px 0 0; font-size: 13px; color: #525252; }

.edepw-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.edepw-table thead th { background: #18181b; color: #fafaf9; text-align: left; padding: 10px 12px; font-size: 13px; letter-spacing: .04em; }
.edepw-table tbody td { padding: 10px 12px; border-bottom: 1px solid #e4e4e7; font-size: 14px; vertical-align: top; }
.edepw-empty { padding: 28px; background: #fafaf9; border: 1px dashed #d4d4d8; border-radius: 8px; text-align: center; color: #52525b; }
