/* Reading Time Estimator – Admin Styles
   Author: Sehrish Anam
   ================================================== */

.nvrtp-admin-wrap h1 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nvrtp-admin-icon svg {
	vertical-align: middle;
	color: #6366f1;
	flex-shrink: 0;
}

.nvrtp-admin-wrap .form-table th {
	width: 220px;
	font-weight: 600;
}

.nvrtp-admin-wrap h2 {
	border-top: 1px solid #e5e7eb;
	padding-top: 20px;
	margin-top: 30px;
	font-size: 1rem;
	color: #374151;
}

.nvrtp-admin-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e5e7eb;
	color: #6b7280;
	font-size: 0.875rem;
}

.nvrtp-admin-footer a {
	color: #6366f1;
	text-decoration: none;
}

.nvrtp-admin-footer a:hover {
	text-decoration: underline;
}

/* ── Form actions row (Save + Reset) ─────────── */
.nvrtp-form-actions {
	margin-top: 10px;
}

.nvrtp-reset-section {
	display:     flex;
	align-items: center;
	gap:         12px;
	padding:     16px 0 8px;
	border-top:  1px solid #e5e7eb;
	margin-top:  6px;
}

.nvrtp-reset-btn {
	color:        #b91c1c !important;
	border-color: #fca5a5 !important;
	background:   #fff5f5 !important;
	display:      inline-flex;
	align-items:  center;
	gap:          5px;
	white-space:  nowrap;
	transition:   background 0.15s ease, border-color 0.15s ease;
}

.nvrtp-reset-btn:hover,
.nvrtp-reset-btn:focus {
	background:   #fee2e2 !important;
	border-color: #f87171 !important;
	color:        #991b1b !important;
}

.nvrtp-reset-hint {
	font-size:  0.8125rem;
	color:      #9ca3af;
	font-style: italic;
}

/* Meta box styles */
.nvrtp-meta-box label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	color: #1d2327;
}

.nvrtp-meta-box input[type="number"] {
	width: 100%;
	box-sizing: border-box;
}

.nvrtp-meta-box .description {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: #646970;
}

.nvrtp-meta-box__auto-info {
	background: #f0f0f1;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 12px;
	margin-bottom: 12px;
}

.nvrtp-meta-box hr {
	border: none;
	border-top: 1px solid #dcdcde;
	margin: 12px 0;
}

.nvrtp-meta-box fieldset legend {
	margin-bottom: 6px;
}

.nvrtp-meta-box fieldset p {
	margin: 0 0 6px;
}

.nvrtp-meta-box fieldset label {
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 6px;
}
