/* WT Feed — YCONA design (Feed / Feed-Beitrag anlegen / Feed-Verwaltung mockups) */

.wt-feed {
	--wtf-navy: #14273e;
	--wtf-navy-deep: #0e1e31;
	--wtf-blue: #2e5bb7;
	--wtf-lightblue: #4a79c9;
	--wtf-link: #3d7cc9;
	--wtf-yellow: #fec72d;
	--wtf-text: #24313f;
	--wtf-muted: #6b7887;
	--wtf-line: #d8e2ee;
	--wtf-panel: #f6f5f1;
	--wtf-radius-card: 18px;
	--wtf-radius-input: 8px;
	--wtf-shadow: 0 10px 28px rgba(14, 34, 62, 0.10);
	color: var(--wtf-text);
	margin: 0 auto;
	max-width: 1200px;
	padding: 1.5rem 1rem 3rem;
}

.wt-feed *,
.wt-feed *::before,
.wt-feed *::after {
	box-sizing: border-box;
}

.wt-feed button {
	font: inherit;
	cursor: pointer;
}

.wt-feed a {
	color: var(--wtf-link);
}

.wt-feed :focus-visible {
	outline: 2px solid var(--wtf-blue);
	outline-offset: 2px;
}

/* ---------- Headings ---------- */

.wt-feed-page-title {
	color: var(--wtf-navy);
	font-size: clamp(1.9rem, 3.5vw, 2.6rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 1.5rem;
}

.wt-feed-section-title {
	color: var(--wtf-navy);
	font-size: 1.45rem;
	font-weight: 800;
	margin: 0 0 1rem;
}

.wt-feed-section-title--spaced {
	margin-top: 2.5rem;
}

.wt-feed-intro {
	margin: -0.5rem 0 1.75rem;
	max-width: 70ch;
}

/* ---------- Buttons ---------- */

.wt-feed-btn {
	align-items: center;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	gap: 0.45rem;
	justify-content: center;
	line-height: 1.2;
	padding: 0.55rem 1.4rem;
	text-decoration: none;
	transition: filter 0.15s ease, background-color 0.15s ease;
}

.wt-feed-btn:hover {
	filter: brightness(1.08);
}

.wt-feed-btn-navy {
	background: var(--wtf-navy);
	color: #fff;
}

.wt-feed-btn-yellow {
	background: var(--wtf-yellow);
	color: var(--wtf-navy);
}

.wt-feed-btn-outline {
	background: transparent;
	border: 1px solid var(--wtf-navy);
	color: var(--wtf-navy);
}

.wt-feed-btn-lg {
	font-size: 1.05rem;
	margin-top: 1.5rem;
	padding: 0.7rem 2.2rem;
}

.wt-feed-toggle-link {
	border: 1px solid var(--wtf-line);
	border-radius: 999px;
	color: var(--wtf-muted);
	display: inline-block;
	font-size: 0.85rem;
	margin-right: 0.4rem;
	padding: 0.3rem 0.9rem;
	text-decoration: none;
}

.wt-feed-toggle-link.is-active {
	background: var(--wtf-navy);
	border-color: var(--wtf-navy);
	color: #fff;
}

.wt-feed-view-edit-toolbar {
	margin-bottom: 1rem;
}

/* ---------- Member layout ---------- */

.wt-feed-member-shell {
	align-items: start;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 300px minmax(0, 1fr);
}

/* Sidebar */

.wt-feed-sidebar-inner {
	background: var(--wtf-navy);
	border-radius: var(--wtf-radius-card);
	color: #fff;
	min-height: 480px;
	overflow: hidden;
	padding: 1.5rem 1.25rem 4rem;
	position: relative;
}

.wt-feed-sidebar-channel {
	position: relative;
	z-index: 1;
}

.wt-feed-sidebar-channel + .wt-feed-sidebar-channel {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.wt-feed-sidebar-channel-name {
	color: var(--wtf-lightblue);
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 0.75rem;
}

.wt-feed-sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wt-feed-sidebar-link {
	align-items: flex-start;
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 0.55rem;
	padding: 0.4rem 0.5rem;
	text-decoration: none;
}

.wt-feed-sidebar-link svg {
	flex: 0 0 auto;
	margin-top: 0.3rem;
	opacity: 0.7;
}

.wt-feed-sidebar-link:hover,
.wt-feed-sidebar-link:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.wt-feed-sidebar-titles {
	display: block;
}

.wt-feed-sidebar-titles strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
}

.wt-feed-sidebar-titles small {
	color: rgba(255, 255, 255, 0.65);
	display: block;
	font-size: 0.75rem;
	font-style: italic;
}

.wt-feed-sidebar-item.is-active .wt-feed-sidebar-link {
	background: rgba(255, 255, 255, 0.10);
}

.wt-feed-sidebar-more {
	background: none;
	border: 0;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	font-size: 0.8rem;
	font-style: italic;
	margin: 0.5rem auto 0;
	text-decoration: underline;
}

.wt-feed-sidebar-empty {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.85rem;
	font-style: italic;
}

.wt-feed-sidebar-watermark {
	bottom: 6rem;
	color: rgba(255, 255, 255, 0.07);
	font-size: 3.4rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.03em;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%) rotate(-90deg);
	transform-origin: center;
	user-select: none;
	white-space: nowrap;
}

.wt-feed-sidebar-watermark span {
	font-weight: 400;
}

/* Main column */

.wt-feed-pagenav {
	color: var(--wtf-muted);
	display: flex;
	font-size: 0.9rem;
	font-style: italic;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-bottom: 0.75rem;
}

.wt-feed-pagenav a {
	color: var(--wtf-link);
	text-decoration: none;
}

.wt-feed-pagenav a:hover {
	text-decoration: underline;
}

.wt-feed-pagenav .is-disabled {
	opacity: 0.45;
}

/* Cards (post, comment, comment form) */

.wt-feed-card-white {
	background: #fff;
	border-radius: var(--wtf-radius-card);
	box-shadow: var(--wtf-shadow);
	padding: 1.75rem 2rem;
}

.wt-feed-post-title {
	color: var(--wtf-navy);
	font-size: 1.6rem;
	font-weight: 800;
	margin: 0 0 0.6rem;
}

.wt-feed-comment-title {
	color: var(--wtf-navy);
	font-size: 1.35rem;
	font-weight: 800;
	margin: 0 0 0.6rem;
}

.wt-feed-meta {
	align-items: center;
	color: var(--wtf-link);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	font-style: italic;
	gap: 1.25rem;
	margin-bottom: 0.4rem;
}

.wt-feed-meta-item {
	align-items: center;
	display: inline-flex;
	gap: 0.4rem;
}

.wt-feed-rule {
	border: 0;
	border-top: 1px solid var(--wtf-line);
	margin: 0.6rem 0 1rem;
}

.wt-feed-post-content {
	line-height: 1.65;
}

.wt-feed-post-content img,
.wt-feed-post-content video,
.wt-feed-post-content iframe {
	border-radius: 10px;
	height: auto;
	max-width: 100%;
}

.wt-feed-post-author-sign {
	font-style: italic;
	margin-top: 1.25rem;
}

.wt-feed-comment-content {
	line-height: 1.65;
	margin: 0 0 1rem;
}

/* Comments section */

.wt-feed-comments {
	margin-top: 2rem;
}

.wt-feed-comment {
	margin-bottom: 1.5rem;
}

.wt-feed-comment-form {
	margin-top: 1.5rem;
}

.wt-feed-comment-form .wt-feed-comment-text {
	margin-bottom: 0.75rem;
}

/* ---------- Reactions ---------- */

.wt-feed-reactions {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	position: relative;
}

.wt-feed-react-open-wrap {
	position: relative;
}

.wt-feed-reaction-picker {
	background: var(--wtf-panel);
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(14, 34, 62, 0.18);
	left: calc(100% + 0.75rem);
	min-width: 300px;
	padding: 0.9rem 1rem 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
}

.wt-feed-reaction-picker-emojis {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.wt-feed-react-btn {
	background: none;
	border: 0;
	border-radius: 8px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.3rem;
	transition: transform 0.12s ease;
}

.wt-feed-react-btn:hover {
	transform: scale(1.25);
}

.wt-feed-react-btn.is-active {
	background: rgba(46, 91, 183, 0.15);
}

.wt-feed-picker-more {
	background: none;
	border: 0;
	color: var(--wtf-link);
	display: block;
	font-size: 0.8rem;
	font-style: italic;
	margin: 0.35rem 0 0.35rem auto;
}

.wt-feed-reaction-counts {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-left: auto;
}

.wt-feed-chip {
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(14, 34, 62, 0.18);
	font-size: 1.25rem;
	height: 2.4rem;
	line-height: 1;
	position: relative;
	width: 2.4rem;
}

.wt-feed-chip-count {
	background: var(--wtf-yellow);
	border-radius: 999px;
	color: var(--wtf-navy);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	min-width: 1.15rem;
	padding: 0.18rem 0.3rem;
	position: absolute;
	right: -0.45rem;
	top: -0.45rem;
}

/* Reaction users modal */

.wt-feed-reaction-modal-backdrop {
	align-items: center;
	background: rgba(14, 30, 49, 0.55);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	z-index: 10000;
}

.wt-feed-reaction-modal-backdrop[hidden] {
	display: none;
}

.wt-feed-reaction-modal {
	background: #fff;
	border-radius: var(--wtf-radius-card);
	max-height: 80vh;
	max-width: 420px;
	overflow: auto;
	padding: 1.25rem 1.5rem;
	width: 100%;
}

.wt-feed-reaction-modal-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.wt-feed-reaction-modal-head h3 {
	color: var(--wtf-navy);
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0;
}

.wt-feed-reaction-modal-close {
	background: none;
	border: 0;
	color: var(--wtf-muted);
	font-size: 1.4rem;
	line-height: 1;
}

.wt-feed-reaction-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}

.wt-feed-reaction-tab {
	background: var(--wtf-panel);
	border: 0;
	border-radius: 999px;
	font-size: 0.85rem;
	padding: 0.3rem 0.75rem;
}

.wt-feed-reaction-tab.is-active {
	background: var(--wtf-navy);
	color: #fff;
}

.wt-feed-reaction-person {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	padding: 0.4rem 0;
}

.wt-feed-reaction-avatar {
	height: 2.4rem;
	position: relative;
	width: 2.4rem;
}

.wt-feed-reaction-avatar img,
.wt-feed-reaction-avatar > span:first-child {
	background: var(--wtf-panel);
	border-radius: 50%;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wt-feed-reaction-badge {
	bottom: -0.3rem;
	font-size: 0.9rem;
	position: absolute;
	right: -0.3rem;
}

.wt-feed-reaction-person-body strong {
	display: block;
	font-size: 0.92rem;
}

.wt-feed-reaction-person-body small {
	color: var(--wtf-muted);
}

/* ---------- Forms / inputs ---------- */

.wt-feed-label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0 0 0.35rem;
}

.wt-feed-input {
	background: #fff;
	border: 1px solid var(--wtf-line);
	border-radius: var(--wtf-radius-input);
	color: var(--wtf-text);
	display: block;
	font: inherit;
	padding: 0.55rem 0.75rem;
	width: 100%;
}

.wt-feed-input:focus {
	border-color: var(--wtf-blue);
	outline: 2px solid rgba(46, 91, 183, 0.35);
	outline-offset: 0;
}

textarea.wt-feed-input {
	resize: vertical;
}

.wt-feed-select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2314273e' stroke-width='2'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E");
	background-position: right 0.85rem center;
	background-repeat: no-repeat;
	background-size: 0.9rem;
	max-width: 320px;
	padding-right: 2.4rem;
}

/* ---------- Colored cards ---------- */

.wt-feed-card {
	border-radius: var(--wtf-radius-card);
	margin-bottom: 1.5rem;
	padding: 1.5rem 1.75rem 1.75rem;
	position: relative;
}

.wt-feed-card--blue {
	background: var(--wtf-blue);
	color: #fff;
}

.wt-feed-card--lightblue {
	background: var(--wtf-lightblue);
	color: #fff;
}

.wt-feed-card--navy {
	background: var(--wtf-navy);
	color: #fff;
}

.wt-feed-card--yellow {
	background: var(--wtf-yellow);
	color: var(--wtf-navy);
}

.wt-feed-card-title {
	color: inherit;
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0 0 1rem;
}

.wt-feed-card .wt-feed-label {
	color: inherit;
}

.wt-feed-label--content {
	margin-top: 1rem;
}

/* Checkboxes (navy options card) */

.wt-feed-check {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	margin-bottom: 0.8rem;
}

.wt-feed-checkbox {
	accent-color: var(--wtf-lightblue);
	height: 1.25rem;
	width: 1.25rem;
}

.wt-feed-daterow {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 240px));
	margin-top: 1rem;
}

/* Editor */

.wt-feed-editor-wrap .wp-editor-wrap {
	border-radius: 10px;
	overflow: hidden;
}

.wt-feed-editor-wrap .wp-editor-tools {
	background: #fff;
	padding: 0.4rem 0.5rem 0;
}

.wt-feed-editor-wrap .wp-media-buttons .button {
	background: var(--wtf-navy);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 600;
	padding: 0.25rem 1rem;
}

.wt-feed-editor-wrap .mce-panel,
.wt-feed-editor-wrap .mce-toolbar-grp,
.wt-feed-editor-wrap .quicktags-toolbar {
	background: #fff;
	border-color: var(--wtf-line);
}

/* ---------- Infobox (ⓘ) ---------- */

.wt-feed-info {
	position: absolute;
	right: -0.55rem;
	top: -0.55rem;
	z-index: 20;
}

.wt-feed-info-btn {
	align-items: center;
	background: var(--wtf-navy-deep);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: 700;
	height: 1.7rem;
	justify-content: center;
	width: 1.7rem;
}

.wt-feed-infobox {
	background: #fbfaf7;
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(14, 34, 62, 0.22);
	color: var(--wtf-text);
	font-size: 0.83rem;
	left: calc(100% + 0.9rem);
	padding: 0.85rem 1rem;
	position: absolute;
	top: -0.25rem;
	width: 240px;
	z-index: 25;
}

.wt-feed-infobox::before {
	border: 8px solid transparent;
	border-right-color: #fbfaf7;
	content: "";
	left: -16px;
	position: absolute;
	top: 0.8rem;
}

.wt-feed-infobox strong {
	display: block;
	margin-bottom: 0.25rem;
}

.wt-feed-infobox p {
	margin: 0;
}

/* ---------- Tabs ---------- */

.wt-feed-tabs {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.wt-feed-tab {
	background: transparent;
	border: 1px solid var(--wtf-line);
	border-radius: 999px;
	color: var(--wtf-muted);
	font-weight: 600;
	padding: 0.4rem 1.2rem;
}

.wt-feed-tab.is-active {
	background: var(--wtf-navy);
	border-color: var(--wtf-navy);
	color: #fff;
}

.wt-feed-msection[hidden] {
	display: none;
}

/* ---------- Tables ---------- */

.wt-feed-table-wrap {
	overflow-x: auto;
}

.wt-feed-table {
	border-collapse: collapse;
	min-width: 640px;
	width: 100%;
}

.wt-feed-table th {
	border-bottom: 2px solid var(--wtf-lightblue);
	color: var(--wtf-navy);
	font-size: 0.92rem;
	font-weight: 800;
	padding: 0.6rem 0.75rem;
	text-align: left;
}

.wt-feed-table td {
	border-bottom: 1px solid var(--wtf-line);
	font-size: 0.92rem;
	padding: 0.85rem 0.75rem;
	vertical-align: middle;
}

.wt-feed-table a {
	color: var(--wtf-link);
	word-break: break-all;
}

.wt-feed-table .wt-feed-cedit {
	min-width: 200px;
}

.wt-feed-row-del {
	background: none;
	border: 0;
	border-radius: 6px;
	color: #b23030;
	font-size: 1.1rem;
	line-height: 1;
	padding: 0.3rem 0.5rem;
}

.wt-feed-row-del:hover {
	background: rgba(178, 48, 48, 0.1);
}

/* ---------- Owner: create forms ---------- */

.wt-feed-owner-grid {
	align-items: end;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) auto;
}

.wt-feed-owner-grid--channel {
	align-items: start;
	grid-template-areas:
		"name desc submit"
		"file desc submit";
}

.wt-feed-owner-grid--channel .wt-feed-field--name {
	grid-area: name;
}

.wt-feed-owner-grid--channel .wt-feed-field--desc {
	grid-area: desc;
}

.wt-feed-owner-grid--channel .wt-feed-field--file {
	grid-area: file;
}

.wt-feed-owner-grid--channel .wt-feed-field--submit {
	align-self: center;
	grid-area: submit;
}

.wt-feed-filepicker {
	align-items: center;
	background: #fff;
	border-radius: var(--wtf-radius-input);
	display: flex;
	gap: 0.75rem;
	padding: 0.3rem;
	position: relative;
}

.wt-feed-file-label {
	flex: 0 0 auto;
	font-size: 0.85rem;
	margin: 0;
	padding: 0.4rem 1rem;
}

.wt-feed-file-input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.wt-feed-file-input:focus-visible + .wt-feed-file-name {
	outline: 2px solid var(--wtf-blue);
}

.wt-feed-file-name {
	color: var(--wtf-muted);
	font-size: 0.85rem;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------- Owner: channel grid ---------- */

.wt-feed-channel-grid {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-feed-channel-card {
	border-radius: var(--wtf-radius-card);
	box-shadow: var(--wtf-shadow);
	display: grid;
	grid-template-columns: 42% minmax(0, 1fr);
	overflow: hidden;
}

.wt-feed-channel-card[hidden] {
	display: none;
}

.wt-feed-channel-card-media {
	align-items: center;
	background: #e8eef6;
	color: #c3d1e2;
	display: flex;
	justify-content: center;
	min-height: 200px;
}

.wt-feed-channel-card-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wt-feed-channel-card-body {
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.5rem 1.1rem;
}

.wt-feed-channel-card-name {
	color: var(--wtf-navy);
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 0.5rem;
}

.wt-feed-channel-card-desc {
	flex: 1 1 auto;
	font-size: 0.9rem;
	margin: 0 0 1rem;
}

.wt-feed-channel-card-foot {
	align-items: center;
	display: flex;
	font-size: 0.85rem;
	justify-content: space-between;
}

.wt-feed-channel-card-count {
	color: var(--wtf-link);
	font-weight: 700;
}

.wt-feed-channel-card-id {
	color: var(--wtf-navy);
	font-size: 0.78rem;
	font-weight: 600;
}

/* Pagination */

.wt-feed-pagination {
	border-top: 1px solid var(--wtf-line);
	display: flex;
	gap: 0.35rem;
	justify-content: center;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wt-feed-page-btn {
	background: #fff;
	border: 1px solid var(--wtf-line);
	border-radius: 6px;
	color: var(--wtf-navy);
	font-size: 0.85rem;
	font-weight: 600;
	min-width: 2rem;
	padding: 0.35rem 0.5rem;
}

.wt-feed-page-btn.is-active {
	background: var(--wtf-navy);
	border-color: var(--wtf-navy);
	color: #fff;
}

/* ---------- Misc ---------- */

.wt-feed-msg,
.wt-feed-empty {
	background: var(--wtf-panel);
	border-radius: 10px;
	padding: 1rem 1.25rem;
}

.wt-feed--guest {
	margin: 0 auto;
	max-width: 420px;
}

.wt-feed-quick-edit {
	background: var(--wtf-panel);
	border-radius: 12px;
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
}

.wt-feed-quick-edit .wt-feed-input {
	margin-bottom: 0.85rem;
}

.wt-feed-quick-edit-toggle {
	margin-top: 1rem;
}

.wt-feed-loading {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
	.wt-feed-member-shell {
		grid-template-columns: 1fr;
	}

	.wt-feed-sidebar-inner {
		min-height: 0;
		padding-bottom: 1.5rem;
	}

	.wt-feed-sidebar-watermark {
		display: none;
	}

	.wt-feed-reaction-picker {
		left: 0;
		top: calc(100% + 0.5rem);
		transform: none;
	}

	.wt-feed-owner-grid,
	.wt-feed-owner-grid--channel {
		grid-template-areas: none;
		grid-template-columns: 1fr;
	}

	.wt-feed-owner-grid--channel .wt-feed-field--name,
	.wt-feed-owner-grid--channel .wt-feed-field--desc,
	.wt-feed-owner-grid--channel .wt-feed-field--file,
	.wt-feed-owner-grid--channel .wt-feed-field--submit {
		grid-area: auto;
	}

	.wt-feed-channel-grid {
		grid-template-columns: 1fr;
	}

	.wt-feed-infobox {
		left: auto;
		right: 0;
		top: calc(100% + 0.6rem);
	}

	.wt-feed-infobox::before {
		display: none;
	}
}

@media (max-width: 575px) {
	.wt-feed-card-white {
		padding: 1.25rem 1.1rem;
	}

	.wt-feed-card {
		padding: 1.25rem 1.1rem;
	}

	.wt-feed-daterow {
		grid-template-columns: 1fr;
	}

	.wt-feed-channel-card {
		grid-template-columns: 1fr;
	}

	.wt-feed-channel-card-media {
		min-height: 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wt-feed *,
	.wt-feed *::before,
	.wt-feed *::after {
		transition: none !important;
	}
}
