.fr-awaiting-mod .pending-count {
	font-weight: 600;
}

.fr-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	border: 1px solid transparent;
}

/* warm, soft, site-compatible palette */
.fr-status-pill--pending {
	background: #fff5e8;
	color: #a66b2d;
	border-color: #efd2ae;
}

.fr-status-pill--planned {
	background: #eef5fd;
	color: #4a90e2;
	border-color: #cfe0f5;
}

.fr-status-pill--in-progress {
	background: #f4efff;
	color: #7a5cc2;
	border-color: #d9ccf4;
}

.fr-status-pill--completed {
	background: #ebfff2;
	color: #00a63e;
	border-color: #bfeccc;
}

.fr-status-pill--declined {
	background: #f5f3f1;
	color: #7c736c;
	border-color: #ddd7d1;
}

.fr-status-pill--none {
	background: #f6f7f7;
	color: #666;
	border-color: #dcdcde;
}

.column-fr_status {
	width: 150px;
}

.column-fr_excerpt {
	width: 28%;
}

.fr-admin-excerpt {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3c434a;
	vertical-align: middle;
}

.fr-admin-excerpt--empty {
	color: #8c8f94;
}

.fr-admin-status-box .fr-status-select {
	width: 100%;
	max-width: 85%;
	box-sizing: border-box;
}

.fr-page {
	max-width: 1150px;
	margin: 0 auto;
	padding: 14px 16px 30px;
	color: #333333;
}

.fr-toolbar {
	margin-bottom: 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eaecf0;
}

.fr-toolbar__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.fr-filter-chip,
.fr-control-chip,
.fr-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	vertical-align: middle;
}

.fr-form__actions .fr-submit-button {
	min-height: 36px;
	padding: 8px 14px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	text-transform: none;
	letter-spacing: 0;
}

.fr-filter-chip:hover,
.fr-control-chip:hover,
.fr-submit-button:hover {
	border-color: #4a90e2;
	color: #333333;
}

.fr-filter-chip__icon,
.fr-comment-icon,
.fr-control-chip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	min-width: 14px;
	max-width: 14px;
	min-height: 14px;
	max-height: 14px;
	flex: 0 0 14px;
	overflow: hidden;
}

.fr-filter-chip__icon svg,
.fr-comment-icon svg,
.fr-control-chip__icon svg {
	display: block !important;
	width: 14px !important;
	height: 14px !important;
	min-width: 14px !important;
	max-width: 14px !important;
	min-height: 14px !important;
	max-height: 14px !important;
	flex: 0 0 14px !important;
}

.fr-filter-chip__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	background: rgba(51, 51, 51, 0.08);
	font-size: 11px;
	line-height: 1;
	color: inherit;
}

.fr-toolbar__divider {
	display: inline-block;
	width: 1px;
	height: 24px;
	margin: 0 10px;
	background: #d0d5dd;
}

/* all */
.fr-filter-chip--all.is-active {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-filter-chip--all.is-active .fr-filter-chip__count {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

/* planned */
.fr-filter-chip--planned {
	color: #4a90e2;
}

.fr-filter-chip--planned .fr-filter-chip__icon {
	color: #4a90e2;
}

.fr-filter-chip--planned.is-active {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-filter-chip--planned.is-active .fr-filter-chip__icon,
.fr-filter-chip--planned.is-active .fr-filter-chip__count {
	color: #fff;
}

.fr-filter-chip--planned.is-active .fr-filter-chip__count {
	background: rgba(255, 255, 255, 0.18);
}

/* in progress */
.fr-filter-chip--in-progress {
	color: #7a5cc2;
}

.fr-filter-chip--in-progress .fr-filter-chip__icon {
	color: #7a5cc2;
}

.fr-filter-chip--in-progress.is-active {
	background: #7a5cc2;
	border-color: #7a5cc2;
	color: #fff;
}

.fr-filter-chip--in-progress.is-active .fr-filter-chip__icon,
.fr-filter-chip--in-progress.is-active .fr-filter-chip__count {
	color: #fff;
}

.fr-filter-chip--in-progress.is-active .fr-filter-chip__count {
	background: rgba(255, 255, 255, 0.18);
}

/* completed */
.fr-filter-chip--completed {
	color: #00a63e;
}

.fr-filter-chip--completed .fr-filter-chip__icon {
	color: #00a63e;
}

.fr-filter-chip--completed.is-active {
	background: #00a63e;
	border-color: #00a63e;
	color: #fff;
}

.fr-filter-chip--completed.is-active .fr-filter-chip__icon,
.fr-filter-chip--completed.is-active .fr-filter-chip__count {
	color: #fff;
}

.fr-filter-chip--completed.is-active .fr-filter-chip__count {
	background: rgba(255, 255, 255, 0.18);
}

/* declined */
.fr-filter-chip--declined {
	color: #7c736c;
}

.fr-filter-chip--declined .fr-filter-chip__icon {
	color: #7c736c;
}

.fr-filter-chip--declined.is-active {
	background: #7c736c;
	border-color: #7c736c;
	color: #fff;
}

.fr-filter-chip--declined.is-active .fr-filter-chip__icon,
.fr-filter-chip--declined.is-active .fr-filter-chip__count {
	color: #fff;
}

.fr-filter-chip--declined.is-active .fr-filter-chip__count {
	background: rgba(255, 255, 255, 0.18);
}

/* controls */
.fr-control-chip.is-active {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-control-chip.is-active .fr-control-chip__icon {
	color: #fff;
}

.fr-submit-button {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-submit-button:hover {
	background: #3f7fc9;
	border-color: #3f7fc9;
	color: #fff;
}

.fr-submit-button--secondary {
	background: #fff;
	border-color: #d0d5dd;
	color: #555;
}

.fr-submit-button--secondary:hover,
.fr-submit-button--secondary:focus {
	background: #f8fafc;
	border-color: #4a90e2;
	color: #333333;
}

.fr-submit-button--guest {
	cursor: pointer;
}

.fr-notice {
	margin-bottom: 14px;
	padding: 10px 12px;
	border: 1px solid #cfe0f5;
	border-radius: 3px;
	background: #f5f9ff;
}

.fr-notice__text {
	font-size: 13px;
	line-height: 1.5;
	color: #4a90e2;
}

.fr-notice--success {
	border-color: #cfe4d2;
	background: #f4fbf6;
}

.fr-notice--success .fr-notice__text {
	color: #4d7d58;
}

.fr-notice--error {
	border-color: #efd2ae;
	background: #fff8f1;
}

.fr-notice--error .fr-notice__text {
	color: #8a5a24;
}

.fr-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fr-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px 100px;
	grid-template-areas: "main thumb side";
	gap: 14px;
	align-items: stretch;
	padding: 14px;
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.fr-card:hover {
	border-color: #d0d5dd;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);
}

.fr-card__main {
	grid-area: main;
	min-width: 0;
}

.fr-card__title {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	color: #333333;
}

.fr-card__title a {
	color: inherit;
	text-decoration: none;
}

.fr-card__title a:hover {
	color: #4a90e2;
}

.fr-card__excerpt {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.55;
	color: #555;
}

.fr-card__excerpt a {
	color: inherit;
	text-decoration: none;
}

.fr-card__excerpt a:hover {
	color: #4a90e2;
}

.fr-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.fr-card__meta-item--comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.fr-card__thumb-wrap {
	grid-area: thumb;
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-width: 0;
	min-height: 112px;
}

.fr-card:not(:has(.fr-card__thumb-wrap))::before {
	content: "";
	grid-area: thumb;
	display: block;
	min-height: 112px;
}

.fr-card__thumb-wrap:empty {
	min-height: 112px;
}

.fr-card__thumb {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 112px;
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #f8fafc;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fr-card__thumb:hover {
	border-color: #4a90e2;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.fr-card__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 112px;
	object-fit: cover;
	background: #f8fafc;
}

.fr-card__side {
	grid-area: side;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}

.fr-vote-box {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	min-width: 96px;
}

.fr-vote-box__count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #333333;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

button.fr-vote-button,
.fr-vote-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	padding: 8px 10px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	font-family: inherit;
	font-size: 11px !important;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
	cursor: pointer;
	opacity: 1;
	letter-spacing: 0.01em;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

button.fr-vote-button:hover,
.fr-vote-button:hover {
	border-color: #4a90e2;
	background: #f8fbff;
	color: #2f6fb7;
}

button.fr-vote-button:focus,
button.fr-vote-button:focus-visible,
.fr-vote-button:focus,
.fr-vote-button:focus-visible {
	outline: none;
	border-color: #4a90e2;
	box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.14);
}

button.fr-vote-button.is-voted,
.fr-vote-button.is-voted {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

button.fr-vote-button.is-voted:hover,
.fr-vote-button.is-voted:hover {
	background: #3f7fc9;
	border-color: #3f7fc9;
	color: #fff;
}

button.fr-vote-button.is-loading,
.fr-vote-button.is-loading,
button.fr-vote-button[disabled],
.fr-vote-button[disabled] {
	cursor: wait;
	opacity: 0.72;
}

button.fr-vote-button.is-loading:hover,
.fr-vote-button.is-loading:hover,
button.fr-vote-button[disabled]:hover,
.fr-vote-button[disabled]:hover {
	border-color: #d0d5dd;
	background: #fff;
	color: #555;
}

button.fr-vote-button.is-loading.is-voted,
.fr-vote-button.is-loading.is-voted,
button.fr-vote-button.is-voted[disabled],
.fr-vote-button.is-voted[disabled] {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-empty {
	padding: 22px;
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.fr-empty__title {
	margin: 0 0 6px;
	font-size: 18px;
	color: #333333;
}

.fr-empty__text {
	margin: 0;
	font-size: 13px;
	color: #666;
}

.fr-pagination {
	margin-top: 18px;
}

.fr-pagination__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.fr-pagination__item a,
.fr-pagination__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

.fr-pagination__item a:hover {
	border-color: #4a90e2;
	color: #333333;
}

.fr-pagination__item.is-current span,
.fr-pagination__item span.current {
	background: #4a90e2;
	border-color: #4a90e2;
	color: #fff;
}

.fr-submit-page {
	max-width: 860px;
}

.fr-form-card {
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
	padding: 30px;
}

.fr-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.fr-form__header {
	margin-bottom: 4px;
}

.fr-form__title {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}

.fr-form__subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.fr-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.fr-form__label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #333333;
}

.fr-form__input,
.fr-form__textarea,
.fr-form__file {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}

.fr-form__input,
.fr-form__textarea {
	padding: 10px 12px;
}

.fr-form__input:focus,
.fr-form__textarea:focus,
.fr-form__file:focus {
	outline: none;
	border-color: #4a90e2;
	box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.12);
}

.fr-form__textarea {
	min-height: 180px;
	resize: vertical;
}

.fr-form__file {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.fr-form__hint {
	font-size: 12px;
	line-height: 1.5;
	color: #777;
}

.fr-form__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding-top: 4px;
}

.fr-form__actions .fr-submit-button,
.fr-form__actions .fr-submit-button--secondary {
	min-width: 180px;
	justify-content: center;
	text-align: center;
}

.fr-form-errors {
	margin: 8px 0 0 18px;
	padding: 0;
}

.fr-form-errors li {
	margin: 0 0 4px;
}

.fr-file-upload {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.fr-file-upload__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.fr-file-upload__button:hover {
	border-color: #4a90e2;
	color: #333333;
	background: #f8fafc;
}

.fr-file-upload__text {
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.fr-form__file-error {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.45;
	color: #b54708;
}

.fr-form__file-error[hidden] {
	display: none !important;
}

.fr-toolbar .fr-submit-button--guest {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 32px !important;
	padding: 6px 10px !important;
	border: 1px solid #4a90e2 !important;
	border-radius: 3px !important;
	background: #4a90e2 !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	cursor: pointer !important;
}

.fr-toolbar .fr-submit-button--guest:hover,
.fr-toolbar .fr-submit-button--guest:focus {
	background: #3f7fc9 !important;
	border-color: #3f7fc9 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.fr-page {
		padding: 12px 14px 24px;
	}

	.fr-toolbar__divider {
		display: none;
	}

	.fr-card {
		grid-template-columns: 1fr;
	}

	.fr-card__thumb-wrap {
		order: 2;
	}

	.fr-card__side {
		order: 3;
		justify-content: flex-start;
	}

	.fr-card__thumb {
		max-width: 180px;
	}

	.fr-vote-box {
		min-width: 0;
		width: 100%;
		max-width: 180px;
	}

	.fr-form-card {
		padding: 20px;
	}

	.fr-form__title {
		font-size: 21px;
	}

	.fr-form__actions .fr-submit-button,
	.fr-form__actions .fr-submit-button--secondary {
		width: 100%;
		min-width: 0;
	}
}

.fr-single-page {
	max-width: 1100px;
}

.fr-single__back {
	margin-bottom: 12px;
}

.fr-single__back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #4a90e2;
	text-decoration: none;
}

.fr-single__back-link:hover,
.fr-single__back-link:focus {
	color: #3f7fc9;
	text-decoration: none;
}

.fr-single {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fr-single__header,
.fr-single__content,
.fr-single__section {
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

.fr-single__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 100px;
	gap: 14px;
	align-items: start;
	padding: 18px;
}

.fr-single__header-main {
	min-width: 0;
}

.fr-single__title {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #333333;
	word-break: break-word;
}

.fr-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.fr-single__meta-item,
.fr-single__meta-item--comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.fr-single__vote {
	display: flex;
	justify-content: flex-end;
}

.fr-single__content {
	padding: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
}

.fr-single__content > *:first-child {
	margin-top: 0;
}

.fr-single__content > *:last-child {
	margin-bottom: 0;
}

.fr-single__content p {
	margin: 0 0 0.95em;
}

.fr-single__content h2,
.fr-single__content h3,
.fr-single__content h4 {
	margin-top: 1.25em;
	margin-bottom: 0.55em;
	line-height: 1.35;
	color: #333333;
}

.fr-single__content ul,
.fr-single__content ol {
	margin: 0 0 1em 1.2em;
}

.fr-single__section {
	padding: 18px;
}

.fr-single__section-title {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
	color: #333333;
}

.fr-single__gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
}

.fr-single__gallery-item {
	display: block;
	width: 180px;
	max-width: 100%;
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fr-single__gallery-item:hover {
	border-color: #4a90e2;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.fr-single__gallery-item img {
	display: block;
	width: 100%;
	height: 110px;
	object-fit: cover;
	background: #f8fafc;
}

@media (max-width: 767px) {
	.fr-single {
		gap: 12px;
	}

	.fr-single__header,
	.fr-single__content,
	.fr-single__section {
		padding: 16px;
	}

	.fr-single__header {
		grid-template-columns: 1fr;
	}

	.fr-single__vote {
		justify-content: flex-start;
	}

	.fr-single__title {
		font-size: 21px;
	}

	.fr-single__gallery-item {
		width: calc(50% - 5px);
	}
}

@media (max-width: 479px) {
	.fr-single__gallery-item {
		width: 100%;
	}
}

.fr-comments .comments-area {
	margin: 0;
}

.fr-comments .comment-reply-title,
.fr-comments .comments-title {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #333333;
}

.fr-comments .comment-list,
.fr-comments .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fr-comments .comment-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fr-comments .comment-body {
	padding: 14px;
	border: 1px solid #eaecf0;
	border-radius: 3px;
	background: #fcfcfc;	
}

.fr-comments .comment-meta {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.fr-comments .comment-author .fn,
.fr-comments .comment-author a {
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}

.fr-comments .comment-metadata a {
	color: #666;
	text-decoration: none;
}

.fr-comments .comment-metadata a:hover {
	color: #4a90e2;
}

.fr-comments .comment-content {
	font-size: 14px;
	line-height: 1.65;
	color: #444;
}

.fr-comments .comment-content p:last-child {
	margin-bottom: 0;
}

.fr-comments .reply {
	margin-top: 10px;
}

.fr-comments .reply a,
.fr-comments .comment-reply-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fr-comments .reply a:hover,
.fr-comments .comment-reply-link:hover {
	border-color: #4a90e2;
	color: #333333;
	background: #f8fafc;
}

.fr-comments .comment-respond {
	margin-top: 18px;
	padding-top: 4px;
}

.fr-comments .logged-in-as,
.fr-comments .comment-notes {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

.fr-comments .comment-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fr-comments .comment-form label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #333333;
}

.fr-comments .comment-form textarea,
.fr-comments .comment-form input[type="text"],
.fr-comments .comment-form input[type="email"],
.fr-comments .comment-form input[type="url"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

.fr-comments .comment-form textarea:focus,
.fr-comments .comment-form input[type="text"]:focus,
.fr-comments .comment-form input[type="email"]:focus,
.fr-comments .comment-form input[type="url"]:focus {
	outline: none;
	border-color: #4a90e2;
	box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.12);
}

.fr-comments .form-submit {
	margin: 0;
}

.fr-comments .form-submit .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid #4a90e2;
	border-radius: 3px;
	background: #4a90e2;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	text-transform: none;
	letter-spacing: 0;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.fr-comments .form-submit .submit:hover {
	background: #3f7fc9;
	border-color: #3f7fc9;
	color: #fff;
}

.fr-comments .children {
	margin-top: 10px;
	margin-left: 20px;
}

.fr-comments .comments-area .comment {padding-block: 10px}
.fr-comments .comments-area :is(.comments-title, .comment-reply-title) {font-size: 14px}
.fr-comments .comments-area .comment-body p {margin-bottom: var(--wd-tags-mb, 10px)}
.fr-comments .logged-in-as {display:none}
body:not(.logged-in) .fr-comments .comment-respond {display:none}

.fr-comments .comments-area .comment-edit-link {display:none}

.fr-form__actions button.fr-submit-button,
.fr-form__actions .fr-submit-button[type="submit"] {
	background: #4a90e2;
	color: #fff;
}

.fr-form__actions button.fr-submit-button:hover,
.fr-form__actions button.fr-submit-button:focus,
.fr-form__actions .fr-submit-button[type="submit"]:hover,
.fr-form__actions .fr-submit-button[type="submit"]:focus {
	background: #1f69c1;
	color: #fff;
}

.fr-comments .comments-area .comment-body {padding-inline-start: 14px}