/**
 * Styles for the "Server & File Hardening" settings section.
 *
 * @package SDTFA
 */

.sdtfa-hd-check {
	display: block;
	margin-bottom: 6px;
}

.sdtfa-hd-line {
	margin: 8px 0 4px;
}

.sdtfa-hd-note {
	color: #50575e;
	font-size: 12px;
}

.sdtfa-hd-warn {
	margin: 8px 0;
	padding: 8px 12px;
	border-left: 4px solid #b32d2e;
	background: #fcf0f1;
	color: #3c434a;
	max-width: 620px;
}

/* ── Status pills ───────────────────────────────────────────────────── */

.sdtfa-hd-status {
	display: inline-block;
	padding: 1px 8px;
	border-radius: 9px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.sdtfa-hd-status.is-ok {
	background: #edfaef;
	color: #007017;
	border: 1px solid #b8e6c1;
}

.sdtfa-hd-status.is-off {
	background: #f0f0f1;
	color: #50575e;
	border: 1px solid #dcdcde;
}

.sdtfa-hd-status.is-warn {
	background: #fcf9e8;
	color: #8a6400;
	border: 1px solid #f0e2a8;
}

.sdtfa-hd-status.is-crit {
	background: #fcf0f1;
	color: #b32d2e;
	border: 1px solid #f1c1c2;
}

/* ── Action buttons + result box ────────────────────────────────────── */

.sdtfa-hd-actions {
	margin: 10px 0;
}

.sdtfa-hd-result[hidden] {
	display: none;
}

.sdtfa-hd-result {
	margin: 10px 0;
	padding: 10px 14px;
	border: 1px solid #dcdcde;
	border-left-width: 4px;
	background: #fff;
	max-width: 620px;
}

.sdtfa-hd-result.is-success {
	border-left-color: #007017;
}

.sdtfa-hd-result.is-error {
	border-left-color: #b32d2e;
}

.sdtfa-hd-result.is-warn {
	border-left-color: #dba617;
}

.sdtfa-hd-result p {
	margin: 0 0 6px;
}

.sdtfa-hd-result ul {
	margin: 0;
	list-style: disc;
	padding-left: 18px;
}

.sdtfa-hd-result li {
	margin: 0 0 4px;
}

/* ── nginx snippet ──────────────────────────────────────────────────── */

.sdtfa-hd-details {
	margin: 10px 0;
	max-width: 620px;
}

.sdtfa-hd-details summary {
	cursor: pointer;
	color: #2271b1;
}

.sdtfa-hd-code {
	margin: 8px 0 0;
	padding: 10px 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	overflow-x: auto;
	font-size: 12px;
	line-height: 1.6;
	white-space: pre;
}

/* ── Permission table ───────────────────────────────────────────────── */

.sdtfa-hd-table {
	margin: 4px 0 8px;
	max-width: 720px;
}

.sdtfa-hd-table th,
.sdtfa-hd-table td {
	vertical-align: top;
}

.sdtfa-hd-table code {
	font-size: 12px;
}
