/* Vestnik Feedback form + admin — matches site blue brand */
.vestnik-feedback-page h1,
.vestnik-feedback-admin h1 {
	font-family: Georgia, "Times New Roman", serif;
	color: #004e8b;
	margin: 0 0 18px;
}

.vestnik-feedback {
	max-width: 640px;
}

.vestnik-feedback__intro {
	font-size: 15px;
	line-height: 1.55;
	color: #444;
	margin-bottom: 22px;
}

.vestnik-feedback__intro p {
	margin: 0 0 10px;
}

.vestnik-feedback__hint {
	font-size: 13px;
	color: #777;
}

.vestnik-feedback__alert {
	background: #fdecea;
	border-left: 4px solid #c0392b;
	color: #7a1f16;
	padding: 10px 14px;
	margin-bottom: 18px;
	font-size: 14px;
}

.vestnik-feedback__form {
	display: block;
}

.vestnik-feedback__row {
	display: grid;
	grid-template-columns: minmax(160px, 220px) 1fr;
	gap: 10px 16px;
	align-items: start;
	margin-bottom: 14px;
}

.vestnik-feedback__row label {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding-top: 9px;
	line-height: 1.35;
}

.vestnik-feedback__row .req {
	color: #004e8b;
	font-weight: 700;
}

.vestnik-feedback__row input,
.vestnik-feedback__row textarea {
	width: 100%;
	border: 1px solid #cfd8e3;
	border-radius: 2px;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.vestnik-feedback__row input:focus,
.vestnik-feedback__row textarea:focus {
	outline: none;
	border-color: #004e8b;
	box-shadow: 0 0 0 3px rgba(0, 78, 139, 0.12);
}

.vestnik-feedback__row.is-invalid input,
.vestnik-feedback__row.is-invalid textarea {
	border-color: #c0392b;
	background: #fff8f7;
}

.vestnik-feedback__row--message {
	align-items: start;
}

.vestnik-feedback__row--captcha input {
	max-width: 120px;
}

.vestnik-feedback__actions {
	margin-top: 8px;
	padding-left: calc(220px + 16px);
}

.vestnik-feedback__submit {
	display: inline-block;
	background: #004e8b;
	color: #fff !important;
	border: 0;
	border-radius: 2px;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.vestnik-feedback__submit:hover,
.vestnik-feedback__submit:focus {
	background: #003a68;
	color: #fff !important;
}

.vestnik-feedback--success {
	max-width: 520px;
}

.vestnik-feedback__success-card {
	border: 1px solid #d5e8f2;
	background: #f7fbfd;
	padding: 28px 24px;
	text-align: center;
}

.vestnik-feedback__success-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: #004e8b;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
}

.vestnik-feedback__success-card h2 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #004e8b;
}

.vestnik-feedback__success-card p {
	margin: 0 0 16px;
	color: #555;
}

/* Admin */
.vestnik-fb-admin__meta {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 16px;
	font-size: 14px;
	color: #555;
}

.vestnik-fb-admin__badge {
	display: inline-block;
	background: #004e8b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 999px;
}

.vestnik-fb-admin__empty {
	color: #777;
	font-size: 14px;
}

.vestnik-fb-admin__table-wrap {
	overflow-x: auto;
	border: 1px solid #e0e0e0;
}

.vestnik-fb-admin__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.vestnik-fb-admin__table th {
	text-align: left;
	background: #f5f8fb;
	color: #004e8b;
	padding: 10px 12px;
	border-bottom: 1px solid #d5e8f2;
	font-weight: 700;
}

.vestnik-fb-admin__table td {
	padding: 10px 12px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	color: #333;
}

.vestnik-fb-admin__table tr.is-unread td {
	font-weight: 600;
	background: #f0f7fc;
}

.vestnik-fb-admin__table .btn-view {
	color: #004e8b;
	font-weight: 600;
	text-decoration: none;
}

.vestnik-fb-admin__table .btn-view:hover {
	text-decoration: underline;
}

.vestnik-fb-view__back {
	margin-bottom: 16px;
}

.vestnik-fb-view__back a {
	color: #004e8b;
	font-weight: 600;
	text-decoration: none;
}

.vestnik-fb-view__dl {
	margin: 0;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.vestnik-fb-view__dl > div {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 8px 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
}

.vestnik-fb-view__dl > div:last-child {
	border-bottom: 0;
}

.vestnik-fb-view__dl dt {
	margin: 0;
	font-weight: 700;
	color: #004e8b;
	font-size: 13px;
}

.vestnik-fb-view__dl dd {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.vestnik-fb-view__dl dd.msg {
	white-space: pre-wrap;
}

.vestnik-fb-view__delete {
	margin-top: 18px;
}

.vestnik-fb-view__delete .btn-delete {
	background: #fff;
	border: 1px solid #c0392b;
	color: #c0392b;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 2px;
}

.vestnik-fb-view__delete .btn-delete:hover {
	background: #c0392b;
	color: #fff;
}

@media (max-width: 767px) {
	.vestnik-feedback__row,
	.vestnik-fb-view__dl > div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.vestnik-feedback__row label {
		padding-top: 0;
	}

	.vestnik-feedback__actions {
		padding-left: 0;
	}
}
