.idc-dashboard {
	--idc-dashboard-primary: #8a1834;
	--idc-dashboard-primary-dark: #6f1229;
	--idc-dashboard-ink: #171b22;
	--idc-dashboard-muted: #707782;
	--idc-dashboard-border: rgba(122, 31, 50, 0.14);
	--idc-dashboard-border-soft: rgba(32, 32, 32, 0.08);
	--idc-dashboard-bg: #fcfaf8;
	--idc-dashboard-surface: rgba(255, 255, 255, 0.94);
	--idc-dashboard-soft: #f7f0ee;
	--idc-dashboard-green: #229a50;
	--idc-dashboard-amber: #c28022;
	--idc-dashboard-violet: #6f5aa8;
	color: var(--idc-dashboard-ink);
	font-family: var(--idc-font-body);
}

.idc-dashboard-shell {
	--idc-dashboard-primary: #8a1834;
	--idc-dashboard-primary-dark: #6f1229;
	--idc-dashboard-ink: #171b22;
	--idc-dashboard-muted: #707782;
	--idc-dashboard-border: rgba(122, 31, 50, 0.14);
	--idc-dashboard-border-soft: rgba(32, 32, 32, 0.08);
	--idc-dashboard-bg: #fcfaf8;
	--idc-dashboard-surface: rgba(255, 255, 255, 0.94);
	--idc-dashboard-soft: #f7f0ee;
	--idc-dashboard-green: #229a50;
	--idc-dashboard-amber: #c28022;
	--idc-dashboard-violet: #6f5aa8;
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	width: 100%;
	min-height: calc(100vh - 5.5rem);
	margin: 0;
	color: var(--idc-dashboard-ink);
	background: var(--idc-dashboard-bg);
	border-top: 1px solid rgba(122, 31, 50, 0.12);
	font-family: var(--idc-font-body);
}

body.idc-dashboard-page .entry-hero.page-hero-section {
	display: none;
}

body.idc-dashboard-page .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

body.idc-dashboard-page .content-container.site-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body.idc-dashboard-page .entry.content-bg.single-entry {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	background: transparent;
	box-shadow: none;
}

body.idc-dashboard-page .entry-content-wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

body.idc-dashboard-page .entry-content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.idc-dashboard-shell,
.idc-dashboard-shell *,
.idc-content-launcher,
.idc-content-launcher * {
	box-sizing: border-box;
}

.idc-dashboard-shell :where(a),
.idc-content-launcher :where(a) {
	color: inherit;
	text-decoration: none;
}

.idc-dashboard-shell .dashicons {
	width: 1em;
	height: 1em;
	font-size: inherit;
	line-height: 1;
}

.idc-dashboard-sidebar {
	position: sticky;
	top: 5.5rem;
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-height: calc(100vh - 5.5rem);
	padding: 2.4rem 1.75rem;
	background: rgba(255, 255, 255, 0.72);
	border-right: 1px solid rgba(122, 31, 50, 0.14);
}

.admin-bar .idc-dashboard-sidebar {
	top: calc(5.5rem + 32px);
}

.idc-dashboard-nav {
	display: grid;
	gap: 0.72rem;
}

.idc-dashboard-nav a {
	position: relative;
	display: grid;
	grid-template-columns: 1.4rem minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	min-height: 3.35rem;
	padding: 0.75rem 1rem;
	color: #252a32;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 1.02rem;
	font-weight: 800;
}

.idc-dashboard-nav a::after {
	width: 0.52rem;
	height: 0.52rem;
	content: "";
	background: transparent;
	border-radius: 50%;
}

.idc-dashboard-nav-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.55rem;
	height: 1.55rem;
	padding: 0 0.42rem;
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0.65rem 1.3rem rgba(138, 24, 52, 0.2);
}

.idc-dashboard-nav a:hover,
.idc-dashboard-nav a.is-active {
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.06);
	border-color: rgba(138, 24, 52, 0.2);
}

.idc-dashboard-nav a.is-active::after {
	background: var(--idc-dashboard-primary);
}

.idc-dashboard-sidebar-cta {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.45rem;
	margin-top: auto;
	color: #fff;
	background: linear-gradient(135deg, var(--idc-dashboard-primary), #a51f3f);
	border-radius: 8px;
	box-shadow: 0 18px 36px rgba(138, 24, 52, 0.2);
	font-size: 1.05rem;
	font-weight: 850;
}

.idc-dashboard-tip {
	padding: 1.1rem;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(31, 22, 18, 0.04);
}

.idc-dashboard-tip > span {
	display: inline-flex;
	margin-bottom: 0.55rem;
	color: var(--idc-dashboard-amber);
	font-size: 1.25rem;
}

.idc-dashboard-tip strong {
	display: block;
	font-size: 0.98rem;
}

.idc-dashboard-tip p {
	margin: 0.7rem 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.idc-dashboard-tip a,
.idc-dashboard-inline-link,
.idc-dashboard-card header a {
	color: var(--idc-dashboard-primary);
	font-weight: 850;
}

.idc-dashboard-main {
	container: idc-dashboard-main / inline-size;
	display: grid;
	gap: 1.25rem;
	width: min(100%, 1240px);
	min-width: 0;
	margin: 0 auto;
	padding: 3.2rem 1.9rem 4rem;
}

.idc-dashboard-page-head h1 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 500;
	line-height: 1.05;
}

.idc-dashboard-page-head p {
	margin: 0.35rem 0 0;
	color: #8a7b73;
	font-size: 1.18rem;
	font-weight: 750;
}

.idc-dashboard-card,
.idc-dashboard-hero,
.idc-dashboard-status-strip,
.idc-dashboard-summary-card,
.idc-dashboard-login {
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-dashboard-hero {
	position: relative;
	overflow: hidden;
	min-height: 342px;
	padding: 2.45rem;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0.32) 100%),
		url("/images/kapcsolodas-background.webp") right center / auto 100% no-repeat,
		#fff;
}

.idc-dashboard-hero__content {
	position: relative;
	z-index: 1;
	max-width: 670px;
}

.idc-dashboard-hero h2 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: clamp(2.15rem, 5vw, 3rem);
	font-weight: 500;
	line-height: 1.05;
}

.idc-dashboard-hero p {
	max-width: 42rem;
	margin: 0.8rem 0 0;
	color: #3f4650;
	font-size: 1.04rem;
	line-height: 1.55;
}

.idc-dashboard-hero__actions,
.idc-dashboard-button-row,
.idc-dashboard-utility > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.idc-dashboard-hero__actions {
	margin-top: 1.8rem;
}

.idc-dashboard-button {
	display: inline-flex;
	gap: 0.65rem;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.78rem 1.45rem;
	border-radius: 8px;
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.15;
}

.idc-dashboard-button--primary {
	color: #fff;
	background: var(--idc-dashboard-primary);
	border: 1px solid var(--idc-dashboard-primary);
	box-shadow: 0 16px 34px rgba(138, 24, 52, 0.2);
}

.idc-dashboard-button--primary:hover {
	color: #fff;
	background: var(--idc-dashboard-primary-dark);
}

.idc-dashboard-button--secondary {
	color: #1f252d;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(122, 31, 50, 0.2);
}

.idc-dashboard-button--secondary:hover {
	color: var(--idc-dashboard-primary);
	border-color: rgba(122, 31, 50, 0.42);
}

.idc-dashboard-button--preview {
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border: 1px solid rgba(122, 31, 50, 0.24);
	box-shadow: none;
}

.idc-dashboard-button--preview:hover,
.idc-dashboard-button--preview:focus-visible {
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-color: var(--idc-dashboard-primary);
}

.idc-dashboard-button--preview .dashicons {
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	line-height: 1;
}
.idc-dashboard-button--disabled,
.idc-dashboard-button--disabled:hover {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.035);
	border-color: rgba(122, 31, 50, 0.12);
	box-shadow: none;
	cursor: default;
}

.idc-dashboard-continue {
	margin-top: 1.9rem;
}

.idc-dashboard-continue > p {
	display: grid;
	grid-template-columns: max-content minmax(3rem, 1fr);
	gap: 1rem;
	align-items: center;
	margin: 0 0 1rem;
	color: #5f6570;
	font-size: 0.95rem;
	font-weight: 800;
}

.idc-dashboard-continue > p::after {
	height: 1px;
	content: "";
	background: rgba(122, 31, 50, 0.12);
}

.idc-dashboard-continue > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: 1rem;
}

.idc-dashboard-continue-card {
	display: grid;
	grid-template-columns: 3.8rem minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
	min-height: 5rem;
	padding: 0.75rem 0.9rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
}

.idc-dashboard-continue-card img,
.idc-dashboard-continue-card > span {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 8px;
}

.idc-dashboard-continue-card img {
	object-fit: cover;
}

.idc-dashboard-continue-card > span {
	display: grid;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	font-size: 1.45rem;
}

.idc-dashboard-continue-card strong,
.idc-dashboard-continue-card small {
	display: block;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.idc-dashboard-continue-card strong {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	font-size: 0.98rem;
}

.idc-dashboard-continue-card small {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	color: var(--idc-dashboard-muted);
	line-height: 1.35;
}

.idc-dashboard-continue-card em,
.idc-dashboard-task i,
.idc-dashboard-recent-item i {
	color: var(--idc-dashboard-primary);
	font-style: normal;
	font-size: 1.55rem;
}

.idc-dashboard-continue-card em {
	grid-column: 3;
	grid-row: 1 / span 2;
	align-self: center;
	justify-self: end;
}

.idc-dashboard-alert {
	margin: 0;
	padding: 1rem 1.2rem;
	color: #8a1f1f;
	background: #fff1f1;
	border: 1px solid #f0b9b9;
	border-radius: 8px;
	font-weight: 750;
}

.idc-dashboard-message-alert {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.15rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 242, 0.92));
	border: 1px solid rgba(138, 24, 52, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(48, 28, 33, 0.08);
}

.idc-dashboard-message-alert > span {
	display: grid;
	width: 3.35rem;
	height: 3.35rem;
	place-items: center;
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-radius: 50%;
	font-size: 1.35rem;
}

.idc-dashboard-message-alert small {
	display: block;
	color: var(--idc-dashboard-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-dashboard-message-alert strong {
	display: block;
	margin-top: 0.18rem;
	color: var(--idc-dashboard-ink);
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.25;
}

.idc-dashboard-message-alert p {
	margin: 0.25rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}
.idc-dashboard-status-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	padding: 1rem 0;
}

.idc-dashboard-status-item {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
	padding: 0.3rem 1.25rem;
	border-right: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-dashboard-status-item:last-child {
	border-right: 0;
}

.idc-dashboard-status-item > span {
	display: grid;
	width: 3.2rem;
	height: 3.2rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.45rem;
}

.idc-dashboard-status-item--profile > span {
	color: #236b8e;
	background: rgba(35, 107, 142, 0.1);
}

.idc-dashboard-status-item--contact > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-status-item--progress > span {
	background:
		radial-gradient(circle closest-side, #fff 68%, transparent 69%),
		conic-gradient(var(--idc-dashboard-primary) var(--idc-dashboard-progress), rgba(138, 24, 52, 0.12) 0);
}

.idc-dashboard-status-item--progress > span strong {
	font-size: 0.8rem;
}

.idc-dashboard-status-item small,
.idc-dashboard-summary-card h3,
.idc-dashboard-recent h3 {
	display: block;
	margin: 0;
	color: #363c45;
	font-size: 0.93rem;
	font-weight: 750;
	line-height: 1.25;
}

.idc-dashboard-status-item strong {
	display: block;
	margin-top: 0.2rem;
	font-size: 1.08rem;
	font-weight: 850;
	line-height: 1.25;
}

.idc-dashboard-status-item strong.is-public,
.idc-dashboard-status-item--contact strong {
	color: var(--idc-dashboard-green);
}

.idc-dashboard-card {
	padding: 1.55rem;
}

.idc-dashboard-card > header,
.idc-dashboard-recent > header {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.idc-dashboard-card h2,
.idc-dashboard-content h2 {
	margin: 0;
	color: var(--idc-dashboard-ink);
	font-size: 1.35rem;
	font-weight: 850;
	line-height: 1.2;
}

.idc-dashboard-task-list {
	display: grid;
	gap: 0.82rem;
	margin: 0;
	padding: 0;
}

.idc-dashboard-task-empty {
	padding: 1.1rem 1.25rem;
	background: rgba(34, 154, 80, 0.06);
	border: 1px solid rgba(34, 154, 80, 0.16);
	border-radius: 8px;
}

.idc-dashboard-task-empty strong {
	display: block;
	color: var(--idc-dashboard-green);
	font-size: 1.05rem;
}

.idc-dashboard-task-empty p {
	margin: 0.3rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

.idc-dashboard-task {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr) auto 1rem;
	gap: 0.95rem;
	align-items: center;
	min-width: 0;
	padding: 0.9rem;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(122, 31, 50, 0.11);
	border-radius: 8px;
}

.idc-dashboard-task > span {
	display: grid;
	width: 3.15rem;
	height: 3.15rem;
	place-items: center;
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.12);
	border-radius: 50%;
	font-size: 1.35rem;
}

.idc-dashboard-task--recommended > span {
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
}

.idc-dashboard-task--info > span {
	color: var(--idc-dashboard-violet);
	background: rgba(111, 90, 168, 0.1);
}

.idc-dashboard-task--attention {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(138, 24, 52, 0.22);
}

.idc-dashboard-task--attention > span {
	color: #fff;
	background: var(--idc-dashboard-primary);
}

.idc-dashboard-task--attention em {
	color: #fff;
	background: var(--idc-dashboard-primary);
}
.idc-dashboard-task strong,
.idc-dashboard-task small {
	display: block;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.idc-dashboard-task strong {
	font-weight: 850;
	line-height: 1.3;
}

.idc-dashboard-task small {
	margin-top: 0.22rem;
	color: var(--idc-dashboard-muted);
	line-height: 1.4;
}

.idc-dashboard-task em {
	padding: 0.32rem 0.72rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 999px;
	font-style: normal;
	font-size: 0.78rem;
	font-weight: 850;
}

.idc-dashboard-content {
	display: grid;
	gap: 1rem;
}

.idc-dashboard-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.idc-dashboard-summary-card {
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr);
	gap: 1.25rem;
	align-items: center;
	min-width: 0;
	padding: 1.45rem;
}

.idc-dashboard-summary-card > span {
	display: grid;
	width: 4.35rem;
	height: 4.35rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 2rem;
}

.idc-dashboard-summary-card--part > span {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.12);
}

.idc-dashboard-summary-card--pen > span,
.idc-dashboard-summary-card--contact > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-summary-card strong {
	display: block;
	margin-top: 0.25rem;
	font-size: 1.8rem;
	line-height: 1;
}

.idc-dashboard-summary-card p {
	margin: 0.5rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

.idc-dashboard-summary-card small {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 0.75rem;
	color: var(--idc-dashboard-primary);
	font-weight: 850;
}

.idc-dashboard-recent__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.idc-dashboard-recent__columns > div {
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-recent-item {
	display: grid;
	grid-template-columns: 3.8rem minmax(0, 1fr) auto 1rem;
	gap: 0.8rem;
	align-items: center;
	min-width: 0;
	padding: 0.8rem 0;
	border-bottom: 1px solid rgba(122, 31, 50, 0.1);
}

.idc-dashboard-recent-item img,
.idc-dashboard-recent-item > span {
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 8px;
}

.idc-dashboard-recent-item img {
	object-fit: cover;
}

.idc-dashboard-recent-item > span {
	display: grid;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: var(--idc-dashboard-soft);
	font-family: var(--idc-font-display);
	font-size: 1.35rem;
}

.idc-dashboard-recent-item strong,
.idc-dashboard-recent-item small {
	display: block;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.idc-dashboard-recent-item strong {
	line-height: 1.25;
}

.idc-dashboard-recent-item small,
.idc-dashboard-recent-item time,
.idc-dashboard-empty {
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.idc-dashboard-recent-item time {
	white-space: nowrap;
}

.idc-dashboard-inline-link {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 1rem;
}

.idc-dashboard-mini-button {
	display: inline-flex;
	gap: 0.4rem;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.45rem 0.75rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.07);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 7px;
	font-size: 0.88rem;
	font-weight: 850;
	line-height: 1.15;
}

.idc-dashboard-author-post-list {
	display: grid;
	gap: 0.75rem;
}

.idc-dashboard-author-post-list > header {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0.1rem;
}

.idc-dashboard-author-post-list > header h3 {
	margin: 0;
}

.idc-dashboard-author-post-row {
	display: grid;
	gap: 0.4rem;
	padding: 0.1rem 0 0.85rem;
	border-bottom: 1px solid rgba(122, 31, 50, 0.1);
}

.idc-dashboard-author-post-row:last-of-type {
	border-bottom: 0;
}

.idc-dashboard-author-post-row .idc-dashboard-recent-item {
	padding: 0.45rem 0 0.25rem;
	border-bottom: 0;
}

.idc-dashboard-author-post-row em {
	display: block;
	margin-top: 0.22rem;
	color: var(--idc-dashboard-muted);
	font-style: normal;
	font-size: 0.84rem;
	line-height: 1.35;
}

.idc-dashboard-author-post-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-end;
}

.idc-dashboard-author-post-actions form {
	margin: 0;
}

.idc-dashboard-author-post-actions a,
.idc-dashboard-author-post-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.45rem 0.72rem;
	color: #414850;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 7px;
	box-shadow: none;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.15;
	text-decoration: none;
	cursor: pointer;
}

.idc-dashboard-author-post-actions a:hover,
.idc-dashboard-author-post-actions button:hover {
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.07);
}

.idc-dashboard-author-post-editor {
	display: grid;
	gap: 1.15rem;
}

.idc-dashboard-author-post-editor > header {
	align-items: flex-start;
}

.idc-dashboard-author-post-editor > header p {
	max-width: 50rem;
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-dashboard-author-post-form {
	display: grid;
	gap: 1.2rem;
}

.idc-dashboard-empty-card {
	display: grid;
	justify-items: center;
	padding: 1.2rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-empty-card > span {
	color: rgba(122, 31, 50, 0.26);
	font-size: 2rem;
}

.idc-dashboard-empty-card strong {
	margin-top: 0.35rem;
}

.idc-dashboard-empty-card p {
	margin: 0.35rem 0 0.8rem;
	color: var(--idc-dashboard-muted);
}

.idc-dashboard-empty-card a,
.idc-dashboard-disabled-action {
	display: inline-flex;
	padding: 0.52rem 0.85rem;
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-radius: 7px;
	font-weight: 800;
}

.idc-dashboard-disabled-action {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.06);
}

.idc-dashboard-quick > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.idc-dashboard-quick a,
.idc-dashboard-quick-disabled {
	display: inline-flex;
	gap: 0.65rem;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	font-weight: 850;
}

.idc-dashboard-quick-disabled {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.035);
	cursor: not-allowed;
}

.idc-dashboard-utility {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.45rem 1.75rem;
	overflow: hidden;
}

.idc-dashboard-utility {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
		url("/images/klasszik-kiemelt-background.webp") right center / auto 115% no-repeat,
		#fff;
}

.idc-dashboard-utility p {
	max-width: 40rem;
	margin: 0.45rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-dashboard-main--works {
	width: min(100%, 1400px);
	gap: 1.35rem;
}

.idc-dashboard-works-head {
	display: grid;
	gap: 2rem;
	padding-bottom: 1.7rem;
	border-bottom: 1px solid rgba(122, 31, 50, 0.13);
}

.idc-dashboard-breadcrumb {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	color: #68707c;
	font-size: 0.92rem;
	font-weight: 750;
}

.idc-dashboard-breadcrumb a:hover {
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-breadcrumb strong {
	color: var(--idc-dashboard-ink);
	font-weight: 850;
}

.idc-dashboard-works-head > div {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	justify-content: space-between;
}

.idc-dashboard-works-head h1 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-weight: 500;
	line-height: 1.02;
}

.idc-dashboard-works-head p {
	max-width: 46rem;
	margin: 0.8rem 0 0;
	color: #35404c;
	font-size: 1.05rem;
	line-height: 1.65;
}

.idc-dashboard-works-head__actions {
	display: grid;
	gap: 1rem;
	min-width: min(100%, 20rem);
}

.idc-dashboard-works-summary {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.8rem;
}

.idc-dashboard-works-summary article {
	display: grid;
	grid-template-columns: 2.65rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	min-width: 0;
	padding: 0.9rem 1rem;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 14px 42px rgba(31, 22, 18, 0.045);
}

.idc-dashboard-works-summary article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
}

.idc-dashboard-works-summary strong,
.idc-dashboard-works-summary small {
	display: block;
	min-width: 0;
}

.idc-dashboard-works-summary strong {
	font-family: var(--idc-font-display);
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1;
}

.idc-dashboard-works-summary small {
	margin-top: 0.2rem;
	color: var(--idc-dashboard-muted);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-transform: uppercase;
}

.idc-dashboard-works-summary .is-public > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-works-summary .is-hidden > span {
	color: #6f737b;
	background: rgba(32, 32, 32, 0.055);
}

.idc-dashboard-works-summary .is-draft > span {
	color: var(--idc-dashboard-violet);
	background: rgba(111, 90, 168, 0.1);
}

.idc-dashboard-works-summary .is-warning > span {
	color: #b56a09;
	background: rgba(194, 128, 34, 0.12);
}
.idc-dashboard-work-filters {
	display: grid;
	grid-template-columns: auto repeat(3, minmax(9rem, 1fr)) minmax(13rem, 1.8fr) auto auto;
	gap: 0.8rem;
	align-items: center;
	padding: 1.2rem;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-dashboard-work-filters strong {
	font-size: 1.03rem;
	font-weight: 850;
}

.idc-dashboard-work-filters label {
	margin: 0;
}

.idc-dashboard-work-filters select,
.idc-dashboard-work-filters input {
	width: 100%;
	min-height: 3rem;
	margin: 0;
	padding: 0.72rem 0.95rem;
	color: var(--idc-dashboard-ink);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	font: inherit;
	font-size: 0.94rem;
}

.idc-dashboard-work-search {
	position: relative;
}

.idc-dashboard-work-search .dashicons {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	color: #9aa1ab;
	transform: translateY(-50%);
}

.idc-dashboard-work-search input {
	padding-left: 2.4rem;
}

.idc-dashboard-work-filters button,
.idc-dashboard-work-filters > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.72rem 1rem;
	border-radius: 8px;
	font-weight: 850;
	line-height: 1;
}

.idc-dashboard-work-filters button {
	color: #fff;
	background: var(--idc-dashboard-primary);
	border: 1px solid var(--idc-dashboard-primary);
	cursor: pointer;
}

.idc-dashboard-work-filters > a {
	color: var(--idc-dashboard-primary);
	border: 1px solid rgba(122, 31, 50, 0.18);
}

.idc-dashboard-works-table {
	display: grid;
	gap: 0;
}

.idc-dashboard-works-table__head,
.idc-dashboard-work-row {
	display: grid;
	grid-template-columns: minmax(22rem, 2.4fr) minmax(8rem, 1fr) minmax(8rem, 0.95fr) minmax(8.5rem, 1fr) minmax(6rem, 0.72fr) minmax(8rem, 0.88fr) minmax(10rem, 1fr);
	gap: 1rem;
	align-items: center;
}

.idc-dashboard-works-table__head {
	padding: 0.5rem 1.05rem 0.7rem;
	color: #68707c;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.idc-dashboard-works-list {
	overflow: hidden;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-dashboard-work-row {
	min-width: 0;
	padding: 1rem 1.05rem;
	border-bottom: 1px solid rgba(122, 31, 50, 0.1);
}

.idc-dashboard-work-row:last-child {
	border-bottom: 0;
}

.idc-dashboard-work-title {
	display: grid;
	grid-template-columns: 5.3rem minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	min-width: 0;
}

.idc-dashboard-work-cover {
	display: grid;
	width: 5rem;
	height: 5.3rem;
	place-items: center;
	overflow: hidden;
	color: rgba(122, 31, 50, 0.42);
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.07), rgba(194, 128, 34, 0.08));
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
	text-align: center;
}

.idc-dashboard-work-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idc-dashboard-work-cover .dashicons {
	font-size: 1.35rem;
}

.idc-dashboard-work-cover small {
	max-width: 4rem;
	color: #9a9fa8;
	font-size: 0.65rem;
	line-height: 1.2;
}

.idc-dashboard-work-title h2 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.25;
}
.idc-dashboard-work-title h2 a {
	color: inherit;
	text-decoration: none;
}

.idc-dashboard-work-title h2 a:hover,
.idc-dashboard-work-title h2 a:focus-visible {
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-work-title p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0.28rem 0 0;
	overflow: hidden;
	color: var(--idc-dashboard-muted);
	font-size: 0.88rem;
	line-height: 1.35;
}

.idc-dashboard-work-title small {
	display: inline-flex;
	gap: 0.3rem;
	align-items: center;
	margin-top: 0.45rem;
	color: #68707c;
	font-size: 0.78rem;
	line-height: 1.35;
}

.idc-dashboard-work-mode {
	display: grid;
	grid-template-columns: 1.55rem minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
	min-width: 0;
}

.idc-dashboard-work-mode > span {
	color: var(--idc-dashboard-primary);
	font-size: 1.35rem;
}

.idc-dashboard-work-mode strong,
.idc-dashboard-work-mode small,
.idc-dashboard-work-date time,
.idc-dashboard-work-date small {
	display: block;
	min-width: 0;
}

.idc-dashboard-work-mode strong {
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.25;
}

.idc-dashboard-work-mode small,
.idc-dashboard-work-date small,
.idc-dashboard-work-count small {
	color: var(--idc-dashboard-muted);
	font-size: 0.8rem;
	line-height: 1.35;
}

.idc-dashboard-pill {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.45rem 0.85rem;
	color: #5f6570;
	background: rgba(32, 32, 32, 0.055);
	border: 1px solid rgba(32, 32, 32, 0.08);
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.1;
	text-align: center;
}

.idc-dashboard-pill--public {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.08);
	border-color: rgba(34, 154, 80, 0.18);
}

.idc-dashboard-pill--pending {
	color: #b56a09;
	background: rgba(194, 128, 34, 0.1);
	border-color: rgba(194, 128, 34, 0.24);
}

.idc-dashboard-pill--draft {
	color: var(--idc-dashboard-violet);
	background: rgba(111, 90, 168, 0.1);
	border-color: rgba(111, 90, 168, 0.2);
}

.idc-dashboard-pill--hidden {
	color: #6f737b;
	background: rgba(32, 32, 32, 0.055);
	border-color: rgba(32, 32, 32, 0.1);
}

.idc-dashboard-work-count strong {
	display: block;
	font-size: 1.35rem;
	line-height: 1;
}
.idc-dashboard-work-count.is-warning strong,
.idc-dashboard-work-count.is-warning small {
	color: #b56a09;
}

.idc-dashboard-work-date time {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
}

.idc-dashboard-work-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
}

.idc-dashboard-work-actions a,
.idc-dashboard-work-actions span.is-disabled {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.52rem 0.72rem;
    color: #20252d;
    background: #fff;
    border: 1px solid rgba(122, 31, 50, 0.12);
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 780;
    line-height: 1.1;
    text-decoration: none;
}

.idc-dashboard-work-actions a:hover {
	color: var(--idc-dashboard-primary);
	border-color: rgba(122, 31, 50, 0.34);
}

.idc-dashboard-work-actions span.is-disabled {
	color: rgba(32, 32, 32, 0.34);
	background: rgba(32, 32, 32, 0.03);
	cursor: not-allowed;
}

.idc-dashboard-works-count {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	justify-content: center;
	margin: 1.15rem 0 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.92rem;
	font-weight: 750;
}

.idc-dashboard-works-empty {
	display: grid;
	justify-items: center;
	padding: 3rem 1.5rem;
	text-align: center;
}

.idc-dashboard-works-empty > span {
	color: rgba(122, 31, 50, 0.22);
	font-size: 2.6rem;
}

.idc-dashboard-works-empty h2 {
	margin: 0.8rem 0 0;
	font-family: var(--idc-font-display);
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	font-weight: 500;
}

.idc-dashboard-works-empty p {
	max-width: 34rem;
	margin: 0.55rem 0 1.2rem;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-dashboard-works-empty--filtered {
	margin-top: 0.3rem;
}

.idc-content-launcher {
	width: min(1240px, calc(100% - 2rem));
	margin: 0 auto 4rem;
	padding: 2rem 0;
}

.idc-content-launcher__header {
	margin-bottom: 1.5rem;
}

.idc-content-launcher__header p {
	margin: 0 0 0.35rem;
	color: var(--idc-dashboard-primary);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.idc-content-launcher__header h1 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 500;
	line-height: 1.05;
}

.idc-content-launcher__header span {
	display: block;
	max-width: 44rem;
	margin-top: 0.7rem;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-content-launcher__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.idc-content-launcher-card {
	display: grid;
	gap: 0.9rem;
	align-content: start;
	min-height: 16rem;
	padding: 1.25rem;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-content-launcher-card > span {
	display: grid;
	width: 4.2rem;
	height: 4.2rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.85rem;
}

.idc-content-launcher-card strong {
	font-size: 1.08rem;
	line-height: 1.3;
}

.idc-content-launcher-card small {
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-content-launcher-card.is-disabled {
	opacity: 0.68;
}

.idc-dashboard-login {
	grid-column: 1 / -1;
	width: min(42rem, calc(100% - 2rem));
	margin: 4rem auto;
	padding: 2rem;
}

.idc-dashboard-login > p:first-child {
	margin: 0 0 0.5rem;
	color: var(--idc-dashboard-primary);
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.idc-dashboard-login h2 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: 2.4rem;
	font-weight: 500;
}

.idc-dashboard-login p {
	color: var(--idc-dashboard-muted);
	line-height: 1.6;
}

.idc-work-manager {
	gap: 1.35rem;
}

.idc-work-manager-head {
	display: grid;
	gap: 0.35rem;
}

.idc-work-manager-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	color: #8a1834;
	font-size: 0.92rem;
	font-weight: 760;
}

.idc-work-manager-breadcrumbs span:last-child {
	color: var(--idc-dashboard-muted);
}

.idc-work-manager-hero {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 2.2rem;
	align-items: center;
	padding: 2rem;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-work-manager-cover {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 2 / 3;
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.12), rgba(194, 128, 34, 0.12));
	border-radius: 8px;
	box-shadow: 0 20px 44px rgba(31, 22, 18, 0.13);
}

.idc-work-manager-cover img,
.idc-work-library-card__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idc-work-manager-cover span,
.idc-work-library-card__cover span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--idc-dashboard-primary);
	font-family: var(--idc-font-display);
	font-size: clamp(3rem, 8vw, 5.8rem);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
		rgba(138, 24, 52, 0.08);
}

.idc-work-manager-hero__body {
	display: grid;
	gap: 1.35rem;
	min-width: 0;
}

.idc-work-manager-hero h2 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 500;
	line-height: 1.05;
}

.idc-work-manager-meta,
.idc-work-manager-lead,
.idc-work-manager-parts header p,
.idc-work-manager-muted,
.idc-work-library-card p {
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-work-manager-meta {
	margin: 0.45rem 0 0;
	font-weight: 780;
}

.idc-work-manager-lead {
	max-width: 44rem;
	margin: 1rem 0 0;
	font-size: 1rem;
}

.idc-work-manager-badges,
.idc-work-manager-actions,
.idc-work-manager-mini-actions,
.idc-work-library-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.idc-work-manager-badges span {
	display: inline-flex;
	gap: 0.48rem;
	align-items: center;
	min-height: 2.45rem;
	padding: 0.48rem 0.86rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
	font-size: 0.92rem;
	font-weight: 850;
}

.idc-work-manager-badges .is-amber {
	color: #926116;
	background: rgba(194, 128, 34, 0.12);
}

.idc-work-manager-badges .is-green {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-work-manager-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 1.05rem 0;
	border-top: 1px solid rgba(122, 31, 50, 0.12);
	border-bottom: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-work-manager-hero-stats > span {
	display: grid;
	grid-template-columns: 2.2rem minmax(0, 1fr);
	gap: 0.5rem 0.75rem;
	align-items: center;
	min-width: 0;
	padding: 0 1rem;
	color: var(--idc-dashboard-muted);
	border-right: 1px solid rgba(122, 31, 50, 0.12);
	font-size: 0.92rem;
	line-height: 1.3;
}

.idc-work-manager-hero-stats > span:first-child {
	padding-left: 0;
}

.idc-work-manager-hero-stats > span:last-child {
	padding-right: 0;
	border-right: 0;
}

.idc-work-manager-hero-stats .dashicons {
	grid-row: span 2;
	color: #1f252d;
	font-size: 1.7rem;
}

.idc-work-manager-hero-stats strong {
	display: block;
	color: #1f252d;
	font-size: 1rem;
	line-height: 1.25;
}

.idc-work-manager-strip,
.idc-work-library-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0.9rem 0;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-work-library-stats {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.idc-work-manager-strip article,
.idc-work-library-stats article {
	display: grid;
	grid-template-columns: 2.8rem minmax(0, 1fr);
	gap: 0.18rem 0.75rem;
	align-items: center;
	min-width: 0;
	padding: 0.35rem 1rem;
	border-right: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-work-manager-strip article:last-child,
.idc-work-library-stats article:last-child {
	border-right: 0;
}

.idc-work-manager-strip .dashicons,
.idc-work-library-stats .dashicons {
	grid-row: span 2;
	display: grid;
	width: 2.6rem;
	height: 2.6rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.35rem;
}

.idc-work-manager-strip small,
.idc-work-library-stats small {
	color: var(--idc-dashboard-muted);
	font-size: 0.85rem;
	font-weight: 750;
}

.idc-work-manager-strip strong,
.idc-work-library-stats strong {
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.25;
}

.idc-work-manager-tabs {
	display: flex;
	gap: 1.4rem;
	align-items: center;
	overflow-x: auto;
	padding: 0 1rem;
	background: var(--idc-dashboard-surface);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
}

.idc-work-manager-tabs a {
	position: relative;
	flex: 0 0 auto;
	padding: 1.15rem 0.2rem;
	color: #59616b;
	font-weight: 850;
}

.idc-work-manager-tabs a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: transparent;
}

.idc-work-manager-tabs a:hover,
.idc-work-manager-tabs a.is-active {
	color: var(--idc-dashboard-primary);
}

.idc-work-manager-tabs a.is-active::after {
	background: var(--idc-dashboard-primary);
}

.idc-work-manager-tabs__label-short {
	display: none;
}

.idc-work-manager-notices {
	display: grid;
	gap: 0.75rem;
}

.idc-work-manager-notice {
	margin: 0;
	padding: 0.95rem 1.1rem;
	border-radius: 8px;
	font-weight: 780;
	line-height: 1.45;
}

.idc-work-manager-notice li + li {
	margin-top: 0.35rem;
}

.idc-work-manager-notice--success {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
	border: 1px solid rgba(34, 154, 80, 0.22);
}

.idc-work-manager-notice--error {
	color: #8a1f1f;
	background: #fff1f1;
	border: 1px solid #f0b9b9;
}

.idc-work-part-form header {
	align-items: flex-start;
}

.idc-work-part-form header p {
	max-width: 48rem;
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-work-part-form form {
	display: grid;
	gap: 1.25rem;
}

.idc-work-edit-form__intro {
	max-width: 52rem;
	margin: 0 0 1rem;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-work-edit-form__section-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 1.2rem;
}

.idc-work-edit-form__section-nav a {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	min-height: 2.45rem;
	padding: 0.5rem 0.78rem;
	color: #424954;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 850;
}

.idc-work-edit-form__section-nav a:hover {
	color: var(--idc-dashboard-primary);
	border-color: rgba(122, 31, 50, 0.32);
}

.idc-work-edit-form__section-nav span,
.idc-work-edit-form__section-title > span {
	display: grid;
	width: 1.55rem;
	height: 1.55rem;
	place-items: center;
	color: #ffffff;
	background: var(--idc-dashboard-primary);
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
}

.idc-work-edit-form__grid {
	gap: 1.05rem;
}

.idc-work-edit-form__section-title {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.78rem;
	align-items: start;
	padding: 1rem 1.05rem;
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.065), rgba(194, 128, 34, 0.055));
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
}

.idc-work-edit-form__section-title:not(:first-child) {
	margin-top: 0.35rem;
}

.idc-work-edit-form__section-title h3 {
	margin: 0;
	color: #1f252d;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.25;
}

.idc-work-edit-form__section-title p {
	margin: 0.25rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

.idc-work-optional-panel {
	display: grid;
	grid-column: 1 / -1;
	min-width: 0;
}

.idc-work-optional-panel > summary {
	cursor: pointer;
	list-style: none;
}

.idc-work-optional-panel > summary::-webkit-details-marker {
	display: none;
}

.idc-work-optional-panel__summary {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
}

.idc-work-optional-panel__summary i {
	position: relative;
	display: block;
	width: 1.85rem;
	height: 1.85rem;
	border: 1px solid rgba(122, 31, 50, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
}

.idc-work-optional-panel__summary i::before,
.idc-work-optional-panel__summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.78rem;
	height: 2px;
	background: var(--idc-dashboard-primary);
	border-radius: 999px;
	content: "";
	transform: translate(-50%, -50%);
}

.idc-work-optional-panel__summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity 0.16s ease;
}

.idc-work-optional-panel[open] .idc-work-optional-panel__summary i::after {
	opacity: 0;
}

.idc-work-optional-panel__body {
	margin-top: 1rem;
}
.idc-work-part-form__summary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin-bottom: 1.15rem;
	padding: 0.78rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-part-form__summary span,
.idc-work-part-form__summary a {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	min-height: 2.1rem;
	padding: 0.32rem 0.62rem;
	color: #59616b;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 7px;
	font-size: 0.88rem;
	font-weight: 760;
}

.idc-work-part-form__summary strong {
	color: #1f252d;
	font-weight: 900;
}

.idc-work-part-form__summary a {
	color: var(--idc-dashboard-primary);
}

.idc-work-part-form__summary .is-muted {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.04);
}

.idc-work-part-form__readiness {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
	gap: 1rem;
	align-items: center;
	margin: 0 0 1.25rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(31, 22, 18, 0.055);
}

.idc-work-part-form__readiness.is-ready {
	background: rgba(34, 154, 80, 0.07);
	border-color: rgba(34, 154, 80, 0.22);
}

.idc-work-part-form__readiness.is-warning {
	background: rgba(194, 128, 34, 0.08);
	border-color: rgba(194, 128, 34, 0.24);
}

.idc-work-part-form__readiness-copy {
	display: grid;
	gap: 0.28rem;
}

.idc-work-part-form__readiness-copy > span {
	color: var(--idc-dashboard-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.idc-work-part-form__readiness-copy strong {
	color: #1f252d;
	font-size: 1.08rem;
	font-weight: 900;
}

.idc-work-part-form__readiness-copy p {
	max-width: 46rem;
	margin: 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-work-part-form__readiness-checks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
}

.idc-work-part-form__readiness-checks span {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
	padding: 0.68rem 0.75rem;
	color: #59616b;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 760;
}

.idc-work-part-form__readiness-checks strong {
	color: #1f252d;
	font-size: 0.92rem;
	font-weight: 900;
}

.idc-work-part-form__readiness-checks .is-complete strong {
	color: var(--idc-dashboard-green);
}

.idc-work-part-form__readiness-checks .is-missing strong {
	color: var(--idc-dashboard-amber);
}

.idc-work-part-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.idc-work-part-form__field {
	display: grid;
	gap: 0.42rem;
	min-width: 0;
	margin: 0;
}

.idc-work-part-form__field--wide {
	grid-column: 1 / -1;
}

.idc-work-part-form__locked-value {
	display: grid;
	gap: 0.2rem;
	min-height: 3rem;
	padding: 0.72rem 0.9rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-part-form__locked-value strong {
	color: #1f252d;
	font-weight: 900;
}

.idc-work-part-form__advanced {
	display: grid;
	gap: 0.55rem;
}

.idc-work-part-form__advanced summary {
	width: fit-content;
	color: var(--idc-dashboard-primary);
	font-size: 0.86rem;
	font-weight: 850;
	cursor: pointer;
}

.idc-work-part-form__advanced[open] summary {
	margin-bottom: 0.15rem;
}

.idc-work-part-form__field > span {
	color: #424954;
	font-size: 0.9rem;
	font-weight: 850;
}

.idc-work-part-form__field input[type="text"],
.idc-work-part-form__field input[type="number"],
.idc-work-part-form__field input[type="url"],
.idc-work-part-form__field input[type="email"],
.idc-work-part-form__field select,
.idc-work-part-form__field textarea {
	width: 100%;
	min-height: 3rem;
	margin: 0;
	padding: 0.72rem 0.9rem;
	color: var(--idc-dashboard-ink);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(122, 31, 50, 0.16);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(31, 22, 18, 0.035);
	font: inherit;
	line-height: 1.35;
}

.idc-work-part-form__field textarea {
	resize: vertical;
	line-height: 1.6;
}

.idc-work-part-form__content {
	min-height: 26rem;
	font-size: 1rem;
	line-height: 1.72;
}

.idc-rich-editor-field {
	gap: 0.55rem;
}

.idc-rich-editor {
	min-width: 0;
}

.idc-rich-editor .wp-editor-wrap,
.idc-rich-editor .wp-editor-container {
	width: 100%;
}

.idc-rich-editor .wp-editor-container {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(122, 31, 50, 0.16);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(31, 22, 18, 0.035);
}

.idc-rich-editor div.mce-toolbar-grp,
.idc-rich-editor .quicktags-toolbar {
	background: rgba(138, 24, 52, 0.045);
	border-bottom: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-rich-editor .mce-top-part::before {
	box-shadow: none;
}

.idc-rich-editor .mce-btn button {
	color: var(--idc-dashboard-ink);
}

.idc-rich-editor .mce-btn:hover button,
.idc-rich-editor .mce-btn.mce-active button {
	color: #8a1834;
}

.idc-rich-editor .mce-edit-area {
	border-top-color: rgba(122, 31, 50, 0.12) !important;
}

.idc-rich-editor .wp-editor-area {
	min-height: 14rem;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.idc-rich-editor .wp-switch-editor {
	border-radius: 6px 6px 0 0;
	font-weight: 750;
}

.idc-work-part-form__checks,
.idc-work-part-form__actions,
.idc-work-part-form__actions > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.idc-work-part-form__checks {
	padding: 0.85rem 0.95rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-part-form__checks label {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	color: #424954;
	font-weight: 760;
	line-height: 1.35;
}

.idc-work-part-form__selected-help {
	color: #424954;
	font-weight: 700;
}

.idc-work-part-visibility-guide__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
	gap: 0.65rem;
}

.idc-work-part-visibility-guide article {
	min-width: 0;
	padding: 0.82rem 0.88rem;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-work-part-visibility-guide article.is-selected {
	background: rgba(138, 24, 52, 0.075);
	border-color: rgba(138, 24, 52, 0.26);
}

.idc-work-part-visibility-guide strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #1f252d;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.25;
}

.idc-work-part-visibility-guide p {
	margin: 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.42;
}

.idc-work-edit-form__check-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem 0.8rem;
	padding: 0.9rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-edit-form__check-list label {
	display: inline-flex;
	gap: 0.5rem;
	align-items: flex-start;
	min-width: 0;
	color: #424954;
	font-weight: 760;
	line-height: 1.35;
}

.idc-work-cover-upload__inner {
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-cover-upload__preview {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 2 / 3;
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.12), rgba(194, 128, 34, 0.12));
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(31, 22, 18, 0.1);
}

.idc-work-cover-upload__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idc-work-cover-upload__preview span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--idc-dashboard-primary);
	font-family: var(--idc-font-display);
	font-size: clamp(2.2rem, 6vw, 4rem);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
		rgba(138, 24, 52, 0.08);
}

.idc-work-cover-upload__controls {
	display: grid;
	gap: 0.75rem;
	min-width: 0;
}

.idc-work-cover-upload__controls > label {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	color: #424954;
	font-weight: 850;
}

.idc-work-cover-upload__controls input[type="file"] {
	width: 100%;
	min-height: 3rem;
	padding: 0.62rem 0.75rem;
	color: var(--idc-dashboard-ink);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(122, 31, 50, 0.16);
	border-radius: 8px;
}

.idc-work-cover-upload__controls p {
	margin: 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-work-cover-upload__status {
	display: none;
	padding: 0.7rem 0.85rem;
	color: #245c42 !important;
	background: rgba(36, 92, 66, 0.08);
	border: 1px solid rgba(36, 92, 66, 0.18);
	border-radius: 8px;
	font-weight: 780;
}

.idc-work-cover-upload.is-previewing .idc-work-cover-upload__preview {
	outline: 3px solid rgba(36, 92, 66, 0.16);
}

.idc-work-cover-upload.is-previewing .idc-work-cover-upload__status,
.idc-work-cover-upload.is-preview-error .idc-work-cover-upload__status {
	display: block;
}

.idc-work-cover-upload.is-preview-error .idc-work-cover-upload__status {
	color: #7e0c33 !important;
	background: rgba(154, 15, 61, 0.08);
	border-color: rgba(154, 15, 61, 0.2);
}

.idc-work-cover-upload__remove {
	display: inline-flex !important;
	flex-direction: row;
	gap: 0.5rem !important;
	align-items: center;
	width: fit-content;
	padding: 0.55rem 0.75rem;
	background: rgba(32, 32, 32, 0.04);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
	font-weight: 760 !important;
}

.idc-work-media-upload .idc-work-cover-upload__inner {
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}

.idc-work-media-upload .idc-work-cover-upload__preview {
	aspect-ratio: 16 / 10;
}

.idc-work-media-upload .idc-work-cover-upload__preview span {
	font-size: clamp(1.45rem, 4vw, 2.5rem);
}

.idc-author-avatar-upload .idc-work-cover-upload__inner {
	grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
}

.idc-author-avatar-upload .idc-work-cover-upload__preview {
	aspect-ratio: 1;
	border-radius: 50%;
}

.idc-author-avatar-upload .idc-work-cover-upload__preview img,
.idc-author-avatar-upload .idc-work-cover-upload__preview span {
	border-radius: inherit;
}

.idc-author-avatar-upload .idc-work-cover-upload__preview span {
	font-size: clamp(2rem, 5vw, 3.2rem);
}

.idc-author-profile-form__section-title {
	grid-column: 1 / -1;
	padding: 0.95rem 0 0.1rem;
	border-top: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-author-profile-form__section-title:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.idc-author-profile-form__section-title h3 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.15;
}

.idc-author-profile-form__section-title p {
	margin: 0.3rem 0 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.idc-work-part-form__actions {
	justify-content: space-between;
	padding-top: 1rem;
	border-top: 1px solid rgba(122, 31, 50, 0.12);
}

.idc-work-part-form__actions p {
	max-width: 34rem;
	margin: 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-work-part-form__actions--sticky {
	position: sticky;
	bottom: 1rem;
	z-index: 8;
	padding: 0.95rem;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(31, 22, 18, 0.12);
	backdrop-filter: blur(12px);
}

.idc-work-part-form__actions--sticky p {
	font-weight: 720;
}

.idc-dashboard-contact-settings {
	display: grid;
	gap: 1.15rem;
}

.idc-dashboard-contact-settings > header {
	align-items: flex-start;
}

.idc-dashboard-contact-settings__header-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
	justify-content: flex-end;
}

.idc-dashboard-contact-settings__header-actions > a:not(.idc-dashboard-button) {
	color: var(--idc-dashboard-primary);
	font-weight: 850;
}

.idc-dashboard-contact-overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.idc-dashboard-contact-stat {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	min-width: 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-dashboard-contact-stat > span {
	display: grid;
	width: 2.85rem;
	height: 2.85rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.25rem;
}

.idc-dashboard-contact-stat.is-active > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-contact-stat.is-muted > span {
	color: #8a7b73;
	background: rgba(32, 32, 32, 0.05);
}

.idc-dashboard-contact-stat small,
.idc-dashboard-contact-columns h3 {
	display: block;
	margin: 0;
	color: #424954;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.25;
}

.idc-dashboard-contact-stat strong {
	display: block;
	margin-top: 0.22rem;
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.2;
}

.idc-dashboard-contact-stat p,
.idc-dashboard-contact-empty {
	margin: 0.42rem 0 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}
.idc-dashboard-contact-compact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.95rem 1rem;
	background: rgba(138, 24, 52, 0.035);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-contact-compact-actions p {
	max-width: 44rem;
	margin: 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.idc-dashboard-contact-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

.idc-dashboard-contact-columns > div {
	min-width: 0;
	padding: 1rem;
	background: rgba(138, 24, 52, 0.035);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-contact-pills,
.idc-dashboard-contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.idc-dashboard-contact-pills span,
.idc-dashboard-contact-link {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.38rem 0.72rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(122, 31, 50, 0.13);
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 820;
	line-height: 1.2;
}

.idc-dashboard-contact-pills span {
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-contact-link {
	color: #2f3742;
}

.idc-dashboard-contact-link > span {
	width: 0.6rem;
	height: 0.6rem;
	background: currentColor;
	border-radius: 50%;
	opacity: 0.62;
}

.idc-dashboard-contact-link--email {
	color: var(--idc-dashboard-green);
}

.idc-dashboard-contact-check-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.idc-dashboard-contact-check-list label span {
	display: grid;
	gap: 0.16rem;
	min-width: 0;
}

.idc-dashboard-contact-check-list label strong {
	font-size: 0.92rem;
	line-height: 1.25;
}

.idc-dashboard-contact-check-list label small {
	color: var(--idc-dashboard-muted);
	font-size: 0.8rem;
	font-weight: 650;
	line-height: 1.35;
}

@media (max-width: 900px) {
	.idc-dashboard-contact-overview,
	.idc-dashboard-contact-columns,
	.idc-dashboard-contact-check-list {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-contact-settings__header-actions {
		justify-content: flex-start;
	}
}
.idc-dashboard-main--posts {
	width: min(100%, 1320px);
	gap: 1.35rem;
}

.idc-dashboard-posts-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.idc-dashboard-post-stat {
	display: grid;
	grid-template-columns: 3.4rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
}

.idc-dashboard-post-stat > span {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.3rem;
}

.idc-dashboard-post-stat.is-public > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-post-stat.is-draft > span {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.1);
}

.idc-dashboard-post-stat small {
	display: block;
	color: var(--idc-dashboard-muted);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.idc-dashboard-post-stat strong {
	display: block;
	margin-top: 0.1rem;
	color: var(--idc-dashboard-ink);
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
}

.idc-dashboard-post-stat p {
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.idc-dashboard-posts-panel {
	display: grid;
	gap: 1rem;
}

.idc-dashboard-posts-panel > header {
	align-items: flex-start;
}

.idc-dashboard-posts-panel > header p {
	max-width: 46rem;
	margin: 0.3rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-dashboard-posts-filters {
	display: grid;
	grid-template-columns: minmax(16rem, 1.3fr) repeat(3, minmax(10rem, 0.8fr)) auto auto;
	gap: 0.8rem;
	align-items: end;
	padding: 1rem;
	background: rgba(138, 24, 52, 0.035);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-posts-filters label {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.idc-dashboard-posts-filters label span {
	color: #424954;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.idc-dashboard-posts-list {
	display: grid;
	gap: 0.9rem;
}

.idc-dashboard-post-card {
	display: grid;
	grid-template-columns: 9rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: stretch;
	padding: 0.9rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(31, 22, 18, 0.05);
}

.idc-dashboard-post-card__media {
	display: grid;
	min-height: 7rem;
	place-items: center;
	overflow: hidden;
	color: var(--idc-dashboard-primary);
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.08), rgba(194, 128, 34, 0.08));
	border-radius: 8px;
	text-decoration: none;
}

.idc-dashboard-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idc-dashboard-post-card__media span {
	font-family: var(--idc-font-display);
	font-size: 2.2rem;
	line-height: 1;
}

.idc-dashboard-post-card__body {
	min-width: 0;
}

.idc-dashboard-post-card__badges,
.idc-dashboard-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
}

.idc-dashboard-post-card__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 1.85rem;
	padding: 0.26rem 0.55rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.07);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 850;
}

.idc-dashboard-post-card__badges span.is-public {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-post-card__badges span.is-pending,
.idc-dashboard-post-card__badges span.is-draft {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.1);
}

.idc-dashboard-post-card h3 {
	margin: 0.55rem 0 0;
	font-size: 1.2rem;
	line-height: 1.2;
}

.idc-dashboard-post-card h3 a {
	color: var(--idc-dashboard-ink);
	text-decoration: none;
}

.idc-dashboard-post-card__subtitle,
.idc-dashboard-recent-item__subtitle {
	display: block;
	margin-top: 0.22rem;
	color: var(--idc-dashboard-primary);
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.35;
}

.idc-dashboard-post-card p {
	margin: 0.45rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-dashboard-post-card__meta {
	margin-top: 0.65rem;
	color: var(--idc-dashboard-muted);
	font-size: 0.86rem;
}

.idc-dashboard-post-card__meta span {
	display: inline-flex;
	gap: 0.3rem;
	align-items: center;
}

.idc-dashboard-post-card__actions {
	align-content: center;
	justify-content: flex-end;
	min-width: 9rem;
}

@container idc-dashboard-main (max-width: 1180px) {
	.idc-dashboard-posts-stats,
	.idc-dashboard-posts-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.idc-dashboard-post-card {
		grid-template-columns: 8rem minmax(0, 1fr);
	}

	.idc-dashboard-post-card__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@container idc-dashboard-main (max-width: 760px) {
	.idc-dashboard-posts-stats,
	.idc-dashboard-posts-filters,
	.idc-dashboard-post-card {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-post-card__media {
		min-height: 11rem;
	}
}
.idc-dashboard-main--contact {
	width: min(100%, 1320px);
	gap: 1.35rem;
}

.idc-dashboard-contact-overview--page {
	align-items: stretch;
}

.idc-dashboard-contact-stat.is-public > span,
.idc-dashboard-contact-stat.is-active > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-contact-stat.is-pending > span,
.idc-dashboard-contact-stat.is-draft > span {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.1);
}

.idc-dashboard-contact-settings--page .idc-work-part-form__grid {
	align-items: start;
}

.idc-dashboard-contact-check-list--wide {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.idc-dashboard-contact-preview {
	display: grid;
	gap: 1rem;
}

.idc-dashboard-contact-preview .idc-dashboard-contact-columns > article {
	min-width: 0;
	padding: 1rem;
	background: rgba(138, 24, 52, 0.035);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-dashboard-contact-preview .idc-dashboard-contact-link > .dashicons {
	width: 1rem;
	height: 1rem;
	background: transparent;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	opacity: 0.76;
}

.idc-dashboard-contact-head .idc-dashboard-works-head__actions {
	align-self: flex-start;
}

@container idc-dashboard-main (max-width: 980px) {
	.idc-dashboard-contact-inbox > header,
	.idc-dashboard-contact-message footer {
		align-items: stretch;
		flex-direction: column;
	}

	.idc-dashboard-contact-overview--page,
	.idc-dashboard-contact-preview .idc-dashboard-contact-columns,
	.idc-dashboard-contact-check-list--wide {
		grid-template-columns: 1fr;
	}
}
.idc-work-part-form__field small {
	color: var(--idc-dashboard-muted);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.4;
}

.idc-dashboard-contact-inbox {
	display: grid;
	gap: 1rem;
}

.idc-dashboard-contact-inbox > header {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
}

.idc-dashboard-contact-inbox > header h2 {
	margin: 0;
}

.idc-dashboard-contact-inbox > header p {
	max-width: 48rem;
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-dashboard-contact-inbox > header > strong {
	flex: 0 0 auto;
	padding: 0.45rem 0.7rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
	font-size: 0.86rem;
	line-height: 1.2;
}

.idc-dashboard-contact-message-list {
	display: grid;
	gap: 0.85rem;
}

.idc-dashboard-contact-message {
	display: grid;
	gap: 0.85rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
}

.idc-dashboard-contact-message > div:first-child {
	display: grid;
	gap: 0.2rem;
}

.idc-dashboard-contact-message small {
	color: var(--idc-dashboard-muted);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-dashboard-contact-message h3 {
	margin: 0;
	color: var(--idc-dashboard-ink);
	font-size: 1.08rem;
	line-height: 1.25;
}

.idc-dashboard-contact-message p {
	margin: 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}

.idc-dashboard-contact-message__sender {
	color: var(--idc-dashboard-ink) !important;
	font-size: 0.9rem;
	overflow-wrap: anywhere;
}

.idc-dashboard-contact-message footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.1rem;
}

.idc-dashboard-contact-message footer span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.35rem 0.6rem;
	border-radius: 8px;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.2;
}

.idc-dashboard-contact-message footer span.is-sent {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.1);
}

.idc-dashboard-contact-message footer span.is-saved {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.12);
}

.idc-dashboard-contact-message footer span.is-system {
	color: #7b4c12;
	background: rgba(194, 128, 34, 0.14);
}

.idc-dashboard-contact-inbox__counts {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-end;
}

.idc-dashboard-contact-inbox__counts strong {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.42rem 0.65rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.2;
}

.idc-dashboard-contact-inbox__counts strong.is-unread {
	color: #8a1834;
	background: rgba(138, 24, 52, 0.12);
}

.idc-dashboard-contact-inbox__counts strong.is-needs-reply {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.14);
}

.idc-dashboard-contact-message.is-status-unread {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(138, 24, 52, 0.28);
	box-shadow: inset 3px 0 0 var(--idc-dashboard-primary);
}

.idc-dashboard-contact-message.is-status-needs-reply {
	border-color: rgba(194, 128, 34, 0.32);
	box-shadow: inset 3px 0 0 var(--idc-dashboard-amber);
}

.idc-dashboard-contact-message.is-system-message {
	background: rgba(250, 246, 236, 0.94);
	border-color: rgba(194, 128, 34, 0.28);
}

.idc-dashboard-contact-message.is-system-message.is-status-unread {
	box-shadow: inset 3px 0 0 var(--idc-dashboard-amber);
}

.idc-dashboard-contact-message > .idc-dashboard-contact-message__head:first-child {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 0;
}

.idc-dashboard-contact-message__head > div {
	min-width: 0;
}

.idc-dashboard-contact-message__status {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 2rem;
	padding: 0.34rem 0.62rem;
	border-radius: 8px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
}

.idc-dashboard-contact-message__status.is-unread {
	color: #8a1834;
	background: rgba(138, 24, 52, 0.12);
}

.idc-dashboard-contact-message__status.is-read {
	color: #51606f;
	background: rgba(81, 96, 111, 0.1);
}

.idc-dashboard-contact-message__status.is-needs-reply {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.14);
}

.idc-dashboard-contact-message__status.is-replied {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.12);
}

.idc-dashboard-contact-message__full {
	margin: 0;
	color: var(--idc-dashboard-muted);
}

.idc-dashboard-contact-message__full summary {
	cursor: pointer;
	color: var(--idc-dashboard-primary);
	font-weight: 850;
}

.idc-dashboard-contact-message__full p {
	margin-top: 0.6rem;
	padding: 0.75rem;
	background: rgba(250, 247, 244, 0.86);
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 8px;
}

.idc-dashboard-contact-message__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-end;
}

.idc-dashboard-contact-message__actions form {
	margin: 0;
}

.idc-dashboard-contact-message__actions .idc-dashboard-button {
	min-height: 2.25rem;
	padding: 0.44rem 0.68rem;
	font-size: 0.82rem;
}

@container idc-dashboard-main (max-width: 680px) {
	.idc-dashboard-contact-inbox__counts,
	.idc-dashboard-contact-message__actions {
		justify-content: flex-start;
	}

	.idc-dashboard-contact-message > .idc-dashboard-contact-message__head:first-child {
		flex-direction: column;
	}

	.idc-dashboard-contact-message__actions > a.idc-dashboard-button {
		flex: 1 1 100%;
	}
}
.idc-work-manager-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 1rem;
	align-items: start;
}

.idc-work-manager-status-note {
	padding: 1rem 1.1rem;
	background: rgba(138, 24, 52, 0.055);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 8px;
}

.idc-work-manager-status-note strong {
	display: block;
	color: var(--idc-dashboard-primary);
	font-size: 1.05rem;
}

.idc-work-manager-status-note p {
	margin: 0.35rem 0 0;
	color: #59616b;
	line-height: 1.5;
}
.idc-work-manager-status-note.is-ready {
	background: rgba(34, 154, 80, 0.07);
	border-color: rgba(34, 154, 80, 0.2);
}

.idc-work-manager-status-note.is-ready strong {
	color: var(--idc-dashboard-green);
}

.idc-work-manager-status-note.is-warning {
	background: rgba(194, 128, 34, 0.09);
	border-color: rgba(194, 128, 34, 0.24);
}

.idc-work-manager-status-note.is-warning strong {
	color: #926116;
}

.idc-work-manager-readiness-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.idc-work-manager-readiness-list a {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.78rem;
    color: var(--idc-dashboard-primary);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(122, 31, 50, 0.16);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.15;
    text-decoration: none;
}

.idc-work-manager-readiness-list a:hover {
    background: #ffffff;
    border-color: rgba(122, 31, 50, 0.34);
}

.idc-work-manager-readiness-list .dashicons {
    font-size: 1rem;
}

.idc-work-manager-mini-actions {
	margin-top: 1rem;
}

.idc-work-manager-mini-actions a {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	min-height: 2.85rem;
	padding: 0.62rem 0.9rem;
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	font-weight: 850;
}

.idc-work-manager-data dl {
	display: grid;
	margin: 0;
}

.idc-work-manager-data dl > div,
.idc-work-manager-settings li {
	display: grid;
	grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr);
	gap: 1rem;
	align-items: start;
	padding: 0.82rem 0;
	border-bottom: 1px solid rgba(122, 31, 50, 0.1);
}

.idc-work-manager-data dl > div:last-child,
.idc-work-manager-settings li:last-child {
	border-bottom: 0;
}

.idc-work-manager-data dt,
.idc-work-manager-settings span {
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	font-weight: 760;
}

.idc-work-manager-data dd,
.idc-work-manager-settings strong {
	margin: 0;
	font-weight: 850;
	line-height: 1.35;
}

.idc-work-manager-setting-action {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
}

.idc-work-manager-action-form {
	margin: 0;
}

.idc-work-manager-action-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.42rem 0.78rem;
	border: 1px solid rgba(122, 31, 50, 0.18);
	border-radius: 7px;
	font-size: 0.84rem;
	font-weight: 850;
	line-height: 1.15;
	cursor: pointer;
}

.idc-work-manager-action-form .is-muted {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.04);
}

.idc-work-manager-action-form .is-primary {
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-color: var(--idc-dashboard-primary);
}
.idc-work-manager-action-form .is-danger {
	color: #8a1834;
	background: rgba(138, 24, 52, 0.06);
	border-color: rgba(138, 24, 52, 0.24);
}

.idc-work-manager-action-form .is-danger:hover {
	background: rgba(138, 24, 52, 0.09);
	border-color: rgba(138, 24, 52, 0.34);
}

.idc-work-manager-settings__action--danger strong {
	color: #8a1834;
}

.idc-work-manager-parts > header {
	align-items: start;
}

.idc-work-manager-parts header p {
	margin: 0.35rem 0 0;
}
.idc-work-manager-part-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.idc-work-manager-part-summary > span {
	display: grid;
	grid-template-columns: 2.35rem minmax(0, 1fr);
	gap: 0.35rem 0.65rem;
	align-items: center;
	min-width: 0;
	padding: 0.78rem 0.85rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
}

.idc-work-manager-part-summary .dashicons {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
}

.idc-work-manager-part-summary small,
.idc-work-manager-part-summary strong {
	display: block;
	min-width: 0;
}

.idc-work-manager-part-summary small {
	color: var(--idc-dashboard-muted);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-work-manager-part-summary strong {
	font-size: 1.08rem;
	line-height: 1.2;
}

.idc-work-manager-part-list {
	display: grid;
	gap: 0.75rem;
}

.idc-work-manager-part-row {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	min-width: 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(122, 31, 50, 0.11);
	border-left-width: 4px;
	border-radius: 8px;
}

.idc-work-manager-part-row.is-public {
	border-left-color: rgba(34, 154, 80, 0.65);
}

.idc-work-manager-part-row.is-not-public {
	border-left-color: rgba(194, 128, 34, 0.62);
}

.idc-work-manager-part-row__number {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-weight: 850;
}

.idc-work-manager-part-row__body {
	min-width: 0;
}

.idc-work-manager-part-row__body p,
.idc-work-library-card__badge {
	margin: 0 0 0.22rem;
	color: var(--idc-dashboard-primary);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.idc-work-manager-part-row__body h3 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.25;
}

.idc-work-manager-part-row__body small {
	display: flex;
	flex-wrap: wrap;
	gap: 0.34rem;
	margin-top: 0.35rem;
	color: var(--idc-dashboard-muted);
	line-height: 1.35;
}

.idc-work-manager-part-row__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 1.7rem;
	padding: 0.18rem 0.48rem;
	background: rgba(138, 24, 52, 0.055);
	border-radius: 6px;
}

.idc-work-manager-part-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
}

.idc-work-manager-part-actions a,
.idc-work-manager-part-actions span,
.idc-work-manager-part-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.42rem 0.72rem;
	border: 1px solid rgba(122, 31, 50, 0.16);
	border-radius: 7px;
	font-size: 0.84rem;
	font-weight: 850;
}

.idc-work-manager-part-actions button {
	color: var(--idc-dashboard-primary);
	background: #fff;
	cursor: pointer;
}

.idc-work-manager-part-action-form {
	margin: 0;
}

.idc-work-manager-part-actions .is-muted {
	color: var(--idc-dashboard-muted);
	background: rgba(32, 32, 32, 0.04);
}

.idc-work-manager-part-actions .is-primary {
	color: #fff;
	background: var(--idc-dashboard-primary);
	border-color: var(--idc-dashboard-primary);
}

.idc-work-manager-part-actions .is-danger {
	color: #8a1834;
	background: rgba(138, 24, 52, 0.06);
	border-color: rgba(138, 24, 52, 0.24);
}

.idc-work-manager-part-actions .is-danger:hover,
.idc-work-manager-action-form .is-muted:hover {
	background: rgba(138, 24, 52, 0.09);
	border-color: rgba(138, 24, 52, 0.34);
}

.idc-work-manager-part-menu {
	width: 2.35rem;
	padding-right: 0;
	padding-left: 0;
}

.idc-work-manager-post-list {
	display: grid;
	gap: 0.72rem;
}

.idc-work-manager-post-list a {
	display: grid;
	gap: 0.22rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(122, 31, 50, 0.1);
}

.idc-work-manager-post-list a:last-child {
	border-bottom: 0;
}

.idc-work-manager-post-list small {
	color: var(--idc-dashboard-muted);
}

.idc-work-manager-settings ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.idc-work-library header {
	align-items: center;
}

.idc-work-library-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.idc-work-library-card {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 1rem;
	min-width: 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(122, 31, 50, 0.11);
	border-radius: 8px;
}

.idc-work-library-card__cover {
	overflow: hidden;
	aspect-ratio: 2 / 3;
	background: rgba(138, 24, 52, 0.08);
	border-radius: 8px;
}

.idc-work-library-card__cover span {
	font-size: 3rem;
}

.idc-work-library-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.idc-work-library-card h3 {
	margin: 0;
	font-family: var(--idc-font-display);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.15;
}

.idc-work-library-card__author {
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-primary);
	font-weight: 780;
}

.idc-work-library-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: auto;
	padding-top: 0.8rem;
	color: #424954;
	font-size: 0.9rem;
}

.idc-work-library-card__facts span {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
}

.idc-work-library-card__actions {
	margin-top: 0.95rem;
}

.idc-work-library-card__actions .idc-dashboard-button {
	min-height: 2.85rem;
	padding: 0.58rem 0.95rem;
}

.idc-work-manager-empty {
	padding: 2rem;
}

.idc-dashboard-main--profile {
	width: min(100%, 1320px);
	gap: 1.35rem;
}

.idc-dashboard-profile-summary {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.85fr) minmax(16rem, 0.85fr);
	gap: 1rem;
}

.idc-dashboard-profile-card,
.idc-dashboard-profile-state,
.idc-dashboard-profile-progress {
	display: grid;
	gap: 1rem;
	align-items: center;
	min-width: 0;
}

.idc-dashboard-profile-card {
	grid-template-columns: 5.4rem minmax(0, 1fr);
}

.idc-dashboard-profile-avatar,
.idc-dashboard-profile-state > span,
.idc-dashboard-profile-progress > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border: 1px solid rgba(138, 24, 52, 0.12);
	border-radius: 50%;
	overflow: hidden;
}

.idc-dashboard-profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idc-dashboard-profile-avatar span {
	font-family: var(--idc-font-display);
	font-size: 1.65rem;
	line-height: 1;
}

.idc-dashboard-profile-card small,
.idc-dashboard-profile-state small,
.idc-dashboard-profile-progress small {
	display: block;
	color: var(--idc-dashboard-muted);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.idc-dashboard-profile-card h2,
.idc-dashboard-profile-state strong,
.idc-dashboard-profile-progress strong {
	display: block;
	margin: 0.2rem 0 0;
	color: var(--idc-dashboard-ink);
	font-size: 1.25rem;
	font-weight: 850;
	line-height: 1.2;
}

.idc-dashboard-profile-card p,
.idc-dashboard-profile-state p,
.idc-dashboard-profile-progress p {
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.5;
}

.idc-dashboard-profile-state,
.idc-dashboard-profile-progress {
	grid-template-columns: 4.8rem minmax(0, 1fr);
}

.idc-dashboard-profile-state.is-public > span {
	color: var(--idc-dashboard-green);
	background: rgba(34, 154, 80, 0.08);
	border-color: rgba(34, 154, 80, 0.16);
}

.idc-dashboard-profile-state.is-pending > span,
.idc-dashboard-profile-state.is-draft > span,
.idc-dashboard-profile-state.is-missing > span {
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.08);
	border-color: rgba(194, 128, 34, 0.16);
}

.idc-dashboard-profile-progress > span {
	background:
		radial-gradient(circle at center, #fff 55%, transparent 56%),
		conic-gradient(var(--idc-dashboard-primary) var(--idc-dashboard-progress), rgba(138, 24, 52, 0.12) 0);
	border-color: transparent;
}

.idc-dashboard-profile-progress > span strong {
	margin: 0;
	font-size: 0.95rem;
}

.idc-dashboard-profile-missing ul {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.idc-dashboard-profile-missing li {
	display: grid;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	gap: 0.8rem;
	align-items: center;
	padding: 0.82rem 0.95rem;
	background: rgba(194, 128, 34, 0.05);
	border: 1px solid rgba(194, 128, 34, 0.12);
	border-radius: 8px;
	font-weight: 750;
}

.idc-dashboard-profile-missing li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	color: var(--idc-dashboard-amber);
	background: rgba(194, 128, 34, 0.1);
	border-radius: 50%;
}

.idc-dashboard-profile-empty {
	display: grid;
	grid-template-columns: 4.8rem minmax(0, 1fr) auto;
	gap: 1.2rem;
	align-items: center;
}

.idc-dashboard-profile-empty > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
}

.idc-dashboard-profile-empty h2 {
	margin: 0;
}

.idc-dashboard-profile-empty p {
	margin: 0.35rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.55;
}
@container idc-dashboard-main (max-width: 1180px) {
	.idc-dashboard-profile-summary {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-works-head > div {
		flex-direction: column;
	}

	.idc-dashboard-works-head__actions {
		width: min(100%, 36rem);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.idc-dashboard-work-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.idc-dashboard-work-filters strong,
	.idc-dashboard-work-search {
		grid-column: 1 / -1;
	}

	.idc-dashboard-works-table__head {
		display: none;
	}

	.idc-dashboard-works-list {
		display: grid;
		gap: 1rem;
		overflow: visible;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.idc-dashboard-work-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		background: var(--idc-dashboard-surface);
		border: 1px solid var(--idc-dashboard-border-soft);
		border-radius: 8px;
		box-shadow: 0 18px 54px rgba(31, 22, 18, 0.055);
	}

	.idc-dashboard-work-title,
	.idc-dashboard-work-actions {
		grid-column: 1 / -1;
	}

	.idc-dashboard-works-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.idc-dashboard-work-row > [data-label]::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.32rem;
		color: #68707c;
		font-size: 0.72rem;
		font-weight: 850;
		letter-spacing: 0;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.idc-dashboard-work-mode::before {
		grid-column: 1 / -1;
	}

	.idc-dashboard-work-actions::before {
		flex-basis: 100%;
	}
}

@container idc-dashboard-main (max-width: 980px) {
	.idc-dashboard-status-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0.8rem;
	}

	.idc-dashboard-status-item {
		border-right: 0;
		border-bottom: 1px solid rgba(122, 31, 50, 0.1);
	}

	.idc-dashboard-status-item:last-child {
		border-bottom: 0;
	}

	.idc-dashboard-quick > div {
		grid-template-columns: 1fr;
	}
}

@container idc-dashboard-main (max-width: 760px) {
	.idc-dashboard-profile-empty {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-continue > div,
	.idc-dashboard-summary,
	.idc-dashboard-recent__columns {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-task,
	.idc-dashboard-recent-item {
		grid-template-columns: 3.2rem minmax(0, 1fr) 1rem;
	}

	.idc-dashboard-message-alert {
		grid-template-columns: 3.2rem minmax(0, 1fr);
	}

	.idc-dashboard-message-alert .idc-dashboard-button {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.idc-dashboard-task em,
	.idc-dashboard-recent-item time {
		grid-column: 2;
		justify-self: start;
	}

	.idc-dashboard-works-head__actions,
	.idc-dashboard-works-summary,
	.idc-dashboard-work-filters,
	.idc-dashboard-work-row {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-work-filters button,
	.idc-dashboard-work-filters > a {
		width: 100%;
	}

	.idc-dashboard-work-title {
		grid-template-columns: 4.4rem minmax(0, 1fr);
	}

	.idc-dashboard-work-cover {
		width: 4.2rem;
		height: 4.5rem;
	}
}

@media (max-width: 1024px) {
	.idc-dashboard-shell {
		grid-template-columns: minmax(0, 1fr);
		max-width: 100%;
		overflow: hidden;
	}

	.idc-dashboard-shell--profile {
		display: block;
	}

	.idc-dashboard-sidebar {
		position: relative;
		top: auto;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		padding: 1rem;
		border-right: 0;
		border-bottom: 1px solid rgba(122, 31, 50, 0.12);
		overflow: hidden;
	}

	.idc-dashboard-nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.55rem;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.idc-dashboard-nav a {
		grid-template-columns: 1.15rem minmax(0, 1fr) 0.4rem;
		gap: 0.5rem;
		min-width: 0;
		min-height: 2.85rem;
		padding: 0.62rem 0.7rem;
		font-size: 0.92rem;
		line-height: 1.2;
		overflow-wrap: anywhere;
	}

	.idc-dashboard-tip {
		display: none;
	}

	.idc-dashboard-sidebar-cta {
		width: 100%;
		min-height: 2.95rem;
		margin-top: 0;
		font-size: 0.95rem;
		box-shadow: 0 12px 28px rgba(138, 24, 52, 0.16);
	}

	.idc-dashboard-main {
		width: 100%;
		max-width: 100%;
		padding: 1.4rem 1rem 3rem;
	}

	.idc-content-launcher__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.idc-dashboard-author-post-list > header,
	.idc-dashboard-author-post-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.idc-dashboard-author-post-actions a,
	.idc-dashboard-author-post-actions button,
	.idc-dashboard-author-post-actions form,
	.idc-dashboard-mini-button {
		width: 100%;
	}
}

@media (max-width: 640px) {
	body.idc-dashboard-page .site-main,
	body.idc-dashboard-page .content-wrap,
	body.idc-dashboard-page .content-container.site-container {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.idc-dashboard-shell {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.idc-dashboard-sidebar {
		gap: 0.75rem;
		padding: 0.85rem;
	}

	.idc-dashboard-shell--profile .idc-dashboard-main--profile {
		padding-top: 1.25rem;
	}

	.idc-dashboard-profile-head {
		gap: 1rem;
	}

	.idc-dashboard-profile-head .idc-dashboard-breadcrumb {
		flex-wrap: wrap;
		line-height: 1.35;
	}

	.idc-dashboard-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.idc-dashboard-nav a {
		min-height: 2.75rem;
		padding: 0.58rem 0.62rem;
		font-size: 0.88rem;
	}

	.idc-dashboard-hero,
	.idc-dashboard-card,
	.idc-dashboard-utility,	.idc-dashboard-login {
		padding: 1rem;
	}

	.idc-dashboard-hero {
		min-height: 0;
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88)),
			url("/images/kapcsolodas-background.webp") right center / auto 100% no-repeat,
			#fff;
	}

	.idc-dashboard-button,
	.idc-dashboard-utility > div:last-child {
		width: 100%;
	}

	.idc-dashboard-status-strip {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-summary-card {
		grid-template-columns: 4rem minmax(0, 1fr);
		padding: 1rem;
	}

	.idc-dashboard-summary-card > span {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.55rem;
	}

	.idc-dashboard-utility {
		align-items: stretch;
		flex-direction: column;
	}

	.idc-content-launcher {
		width: min(100%, calc(100% - 2rem));
	}

	.idc-content-launcher__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1180px) {
	.idc-work-manager-hero,
	.idc-work-manager-grid,
	.idc-work-library-grid {
		grid-template-columns: 1fr;
	}

	.idc-work-manager-cover {
		width: min(280px, 100%);
	}
}

@media (max-width: 780px) {
	.idc-work-manager-hero {
		padding: 1rem;
	}

	.idc-work-manager-hero-stats,
	.idc-work-manager-strip,
	.idc-work-library-stats {
		grid-template-columns: 1fr;
	}
	.idc-work-manager-part-summary {
		grid-template-columns: 1fr;
	}

	.idc-work-manager-hero-stats > span,
	.idc-work-manager-strip article,
	.idc-work-library-stats article {
		padding: 0.8rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(122, 31, 50, 0.1);
	}

	.idc-work-manager-hero-stats > span:last-child,
	.idc-work-manager-strip article:last-child,
	.idc-work-library-stats article:last-child {
		border-bottom: 0;
	}

	.idc-work-manager-strip,
	.idc-work-library-stats {
		padding: 0.25rem 1rem;
	}

	.idc-work-manager-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		overflow: visible;
		padding: 0.65rem;
	}

	.idc-work-manager-tabs a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 2.75rem;
		padding: 0.62rem 0.7rem;
		border: 1px solid rgba(138, 24, 52, 0.14);
		border-radius: 8px;
		font-size: 0.9rem;
		line-height: 1.2;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.idc-work-manager-tabs a::after {
		display: none;
	}

	.idc-work-manager-tabs a.is-active {
		background: rgba(138, 24, 52, 0.08);
		border-color: rgba(138, 24, 52, 0.28);
	}

	.idc-work-manager-tabs a:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.idc-work-manager-tabs__label-full {
		display: none;
	}

	.idc-work-manager-tabs__label-short {
		display: inline;
	}

	.idc-work-manager-part-row,
	.idc-work-library-card {
		grid-template-columns: 1fr;
	}

	.idc-work-manager-part-actions {
		justify-content: flex-start;
	}
	.idc-work-edit-form__section-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.idc-work-edit-form__section-nav a {
		justify-content: center;
		width: 100%;
	}

	.idc-work-edit-form__section-nav a:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.idc-work-edit-form__section-title {
		grid-template-columns: 1fr;
	}

	.idc-work-part-form__grid {
		grid-template-columns: 1fr;
	}

	.idc-work-part-form__readiness {
		grid-template-columns: 1fr;
	}

	.idc-work-part-form__readiness-checks,
	.idc-work-part-visibility-guide__items {
		grid-template-columns: 1fr;
	}

	.idc-work-edit-form__check-list {
		grid-template-columns: 1fr;
	}

	.idc-work-cover-upload__inner {
		grid-template-columns: 1fr;
	}

	.idc-work-cover-upload__preview {
		width: min(190px, 100%);
	}

	.idc-work-media-upload .idc-work-cover-upload__preview {
		width: min(260px, 100%);
	}

	.idc-work-part-form__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.idc-work-part-form form:has(.idc-work-part-form__actions--sticky) {
		padding-bottom: calc(8.75rem + env(safe-area-inset-bottom));
	}

	.idc-work-part-form__actions--sticky {
		position: fixed;
		right: max(0.75rem, env(safe-area-inset-right));
		bottom: max(0.75rem, env(safe-area-inset-bottom));
		left: max(0.75rem, env(safe-area-inset-left));
		z-index: 80;
		padding: 0.75rem;
	}

	.idc-work-part-form__actions--sticky p {
		display: none;
	}

	.idc-work-part-form__actions > div {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.idc-work-manager-data dl > div,
	.idc-work-manager-settings li {
		grid-template-columns: 1fr;
		gap: 0.25rem;
	}

	.idc-work-library-card__cover {
		width: min(190px, 100%);
	}
}

.idc-dashboard-main--settings {
	display: grid;
	gap: 1.35rem;
	padding: 3rem clamp(1.25rem, 3vw, 3rem);
}

.idc-dashboard-settings-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.idc-dashboard-settings-stat {
	display: flex;
	gap: 1rem;
	align-items: center;
	min-width: 0;
	padding: 1.1rem;
	border: 1px solid var(--idc-dashboard-border);
	border-radius: 18px;
	background: var(--idc-dashboard-surface);
	box-shadow: 0 18px 42px rgba(42, 30, 24, 0.06);
}

.idc-dashboard-settings-stat > span {
	display: grid;
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 999px;
	background: rgba(138, 24, 52, 0.09);
	color: var(--idc-dashboard-primary);
	font-size: 1.25rem;
}

.idc-dashboard-settings-stat.is-public > span {
	background: rgba(34, 154, 80, 0.12);
	color: var(--idc-dashboard-green);
}

.idc-dashboard-settings-stat.is-pending > span {
	background: rgba(194, 128, 34, 0.12);
	color: var(--idc-dashboard-amber);
}

.idc-dashboard-settings-stat small {
	display: block;
	margin-bottom: 0.15rem;
	color: var(--idc-dashboard-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.idc-dashboard-settings-stat strong {
	display: block;
	color: var(--idc-dashboard-ink);
	font-size: 1.25rem;
	line-height: 1.2;
}

.idc-dashboard-settings-stat p {
	margin: 0.2rem 0 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.idc-dashboard-settings-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.idc-dashboard-settings-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.idc-dashboard-settings-card header span {
	display: grid;
	width: 2.4rem;
	height: 2.4rem;
	place-items: center;
	border-radius: 999px;
	background: rgba(138, 24, 52, 0.08);
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-settings-list,
.idc-dashboard-settings-checks,
.idc-dashboard-settings-roadmap {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.idc-dashboard-settings-list li,
.idc-dashboard-settings-roadmap li {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--idc-dashboard-border-soft);
}

.idc-dashboard-settings-list li:last-child,
.idc-dashboard-settings-roadmap li:last-child {
	border-bottom: 0;
}

.idc-dashboard-settings-list span {
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
}

.idc-dashboard-settings-list strong {
	min-width: 0;
	color: var(--idc-dashboard-ink);
	font-size: 0.95rem;
	text-align: right;
	overflow-wrap: anywhere;
}

.idc-dashboard-settings-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: auto;
}

.idc-dashboard-settings-state {
	padding: 1rem;
	border: 1px solid rgba(138, 24, 52, 0.12);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.06), rgba(255, 255, 255, 0.85));
}

.idc-dashboard-settings-state strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--idc-dashboard-primary);
	font-size: 1.1rem;
}

.idc-dashboard-settings-state p {
	margin: 0;
	color: var(--idc-dashboard-muted);
}

.idc-dashboard-settings-link-list {
	display: grid;
	gap: 0.7rem;
}

.idc-dashboard-settings-link-list a {
	display: grid;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	gap: 0.35rem 0.85rem;
	align-items: center;
	padding: 0.8rem;
	border: 1px solid var(--idc-dashboard-border-soft);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.75);
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.idc-dashboard-settings-link-list a:hover {
	border-color: rgba(138, 24, 52, 0.28);
	transform: translateY(-1px);
}

.idc-dashboard-settings-link-list .dashicons {
	grid-row: span 2;
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	border-radius: 999px;
	background: rgba(138, 24, 52, 0.08);
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-settings-link-list strong {
	font-size: 0.95rem;
}

.idc-dashboard-settings-link-list small {
	color: var(--idc-dashboard-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.idc-dashboard-settings-checks li {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--idc-dashboard-border-soft);
}

.idc-dashboard-settings-checks li:last-child {
	border-bottom: 0;
}

.idc-dashboard-settings-checks > li > span {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 999px;
	background: rgba(138, 24, 52, 0.09);
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-settings-checks strong {
	display: block;
	margin-bottom: 0.15rem;
}

.idc-dashboard-settings-checks p {
	margin: 0;
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
}

.idc-dashboard-settings-card--muted {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 240, 238, 0.7));
}

.idc-dashboard-settings-roadmap em {
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: rgba(138, 24, 52, 0.08);
	color: var(--idc-dashboard-primary);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
}

.idc-dashboard-settings-text-link {
	color: var(--idc-dashboard-primary);
	font-weight: 800;
}

@media (max-width: 1100px) {
	.idc-dashboard-settings-summary,
	.idc-dashboard-settings-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.idc-dashboard-main--settings {
		padding: 1.25rem;
	}

	.idc-dashboard-settings-stat,
	.idc-dashboard-settings-list li,
	.idc-dashboard-settings-roadmap li {
		align-items: flex-start;
	}

	.idc-dashboard-settings-list li,
	.idc-dashboard-settings-roadmap li {
		flex-direction: column;
		gap: 0.35rem;
	}

	.idc-dashboard-settings-list strong {
		text-align: left;
	}
}
/* Save guard dashboard button fallback. */
.idc-save-guard .idc-save-guard__button.idc-dashboard-button--primary {
	color: #ffffff;
	background: var(--idc-dashboard-primary, var(--idc-accent, #8b2c3b));
	border-color: var(--idc-dashboard-primary, var(--idc-accent, #8b2c3b));
	box-shadow: 0 14px 30px rgba(138, 24, 52, 0.18);
}

.idc-save-guard .idc-save-guard__button.idc-dashboard-button--primary:hover,
.idc-save-guard .idc-save-guard__button.idc-dashboard-button--primary:focus-visible {
	color: #ffffff;
	background: var(--idc-dashboard-primary-dark, var(--idc-accent-strong, #60222c));
	border-color: var(--idc-dashboard-primary-dark, var(--idc-accent-strong, #60222c));
}

.idc-save-guard .idc-save-guard__button.idc-dashboard-button--secondary,
.idc-save-guard .idc-save-guard__link.idc-dashboard-button--secondary {
	color: #1f252d;
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(122, 31, 50, 0.24);
}

.idc-save-guard .idc-save-guard__button.idc-dashboard-button--secondary:hover,
.idc-save-guard .idc-save-guard__link.idc-dashboard-button--secondary:hover,
.idc-save-guard .idc-save-guard__button.idc-dashboard-button--secondary:focus-visible,
.idc-save-guard .idc-save-guard__link.idc-dashboard-button--secondary:focus-visible {
	color: var(--idc-dashboard-primary, var(--idc-accent, #8b2c3b));
	background: #fff7f8;
	border-color: rgba(122, 31, 50, 0.45);
}
/* Dashboard card header primary button visibility. */
.idc-dashboard-card header a.idc-dashboard-button--primary,
.idc-dashboard-card > header a.idc-dashboard-button--primary {
	color: #ffffff;
	text-decoration: none;
	background: var(--idc-dashboard-primary, #8a1834);
	border-color: var(--idc-dashboard-primary, #8a1834);
}

.idc-dashboard-card header a.idc-dashboard-button--primary:hover,
.idc-dashboard-card > header a.idc-dashboard-button--primary:hover,
.idc-dashboard-card header a.idc-dashboard-button--primary:focus-visible,
.idc-dashboard-card > header a.idc-dashboard-button--primary:focus-visible {
	color: #ffffff;
	background: var(--idc-dashboard-primary-dark, #6f1329);
	border-color: var(--idc-dashboard-primary-dark, #6f1329);
}

.idc-dashboard-card header a.idc-dashboard-button--primary .dashicons,
.idc-dashboard-card > header a.idc-dashboard-button--primary .dashicons {
	color: currentColor;
}
/* Visual theme chooser emphasis. */
.idc-visual-theme-field {
	position: relative;
	padding: 1rem;
	background:
		linear-gradient(135deg, rgba(138, 24, 52, 0.075), rgba(255, 255, 255, 0.96) 42%, rgba(82, 104, 120, 0.08));
	border: 1px solid rgba(122, 31, 50, 0.16);
	border-radius: 10px;
	box-shadow: 0 14px 32px rgba(31, 22, 18, 0.055);
}

.idc-visual-theme-field > span:first-child {
	color: #1f252d;
	font-size: 1rem;
	font-weight: 900;
}

.idc-visual-theme-field__help {
	max-width: 52rem;
	color: #59616d;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.5;
}

.idc-visual-theme-field select {
	max-width: 30rem;
	background: rgba(255, 255, 255, 0.98);
}

.idc-visual-theme-field__preview {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-top: 0.15rem;
}

.idc-visual-theme-field__preview span {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	min-height: 2rem;
	padding: 0.38rem 0.65rem;
	color: #424954;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(122, 31, 50, 0.12);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
}

.idc-visual-theme-field__preview span::before {
	width: 0.95rem;
	height: 0.95rem;
	content: "";
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(31, 37, 45, 0.12);
}

.idc-visual-theme-field__preview .is-inherit::before {
	background: linear-gradient(135deg, #8a1834 0 33%, #171b22 33% 66%, #526878 66% 100%);
}

.idc-visual-theme-field__preview .is-classic::before {
	background: linear-gradient(135deg, #8a1834, #f5e8e2);
}

.idc-visual-theme-field__preview .is-dark::before {
	background: linear-gradient(135deg, #11141b, #c99a62);
}

.idc-visual-theme-field__preview .is-neutral::before {
	background: linear-gradient(135deg, #526878, #ece8df);
}

@media (max-width: 640px) {
	.idc-visual-theme-field {
		padding: 0.9rem;
	}

	.idc-visual-theme-field select {
		max-width: none;
	}
}

/* Visual theme radio cards. */
.idc-visual-theme-field__choices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.25rem;
}

.idc-visual-theme-choice {
	position: relative;
	display: block;
	min-width: 0;
}

.idc-visual-theme-choice input {
	position: absolute;
	inset: 0;
	z-index: 2;
	margin: 0;
	cursor: pointer;
	opacity: 0;
}

.idc-visual-theme-choice__body {
	display: grid;
	grid-template-areas:
		"swatch title"
		"swatch copy";
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.22rem 0.75rem;
	align-items: center;
	min-height: 100%;
	padding: 0.9rem;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(122, 31, 50, 0.14);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(31, 22, 18, 0.045);
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.idc-visual-theme-choice__body::before {
	grid-area: swatch;
	width: 2.25rem;
	height: 2.25rem;
	content: "";
	background: linear-gradient(135deg, #8a1834, #f5e8e2);
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(31, 37, 45, 0.12);
}

.idc-visual-theme-choice__body strong {
	grid-area: title;
	color: #1f252d;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.15;
}

.idc-visual-theme-choice__body small {
	grid-area: copy;
	color: #59616d;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
}

.idc-visual-theme-choice--dark .idc-visual-theme-choice__body::before {
	background: linear-gradient(135deg, #111823, #d4a65d);
}

.idc-visual-theme-choice--inherit .idc-visual-theme-choice__body::before {
	background: linear-gradient(135deg, #8a1834 0 33%, #171b22 33% 66%, #526878 66% 100%);
}
.idc-visual-theme-choice--neutral .idc-visual-theme-choice__body::before {
	background: linear-gradient(135deg, #526878, #ece8df);
}
.idc-visual-theme-field--work .idc-visual-theme-field__choices {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.idc-visual-theme-choice input:checked + .idc-visual-theme-choice__body {
	background: #fff9f5;
	border-color: rgba(138, 24, 52, 0.46);
	box-shadow: 0 16px 34px rgba(138, 24, 52, 0.14);
}

.idc-visual-theme-choice input:checked + .idc-visual-theme-choice__body::after {
	position: absolute;
	top: 0.65rem;
	right: 0.7rem;
	width: 0.58rem;
	height: 0.58rem;
	content: "";
	background: var(--idc-dashboard-primary, #8a1834);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(138, 24, 52, 0.1);
}

.idc-visual-theme-choice input:focus-visible + .idc-visual-theme-choice__body {
	outline: 3px solid rgba(138, 24, 52, 0.18);
	outline-offset: 3px;
}

.idc-visual-theme-choice:hover .idc-visual-theme-choice__body {
	border-color: rgba(138, 24, 52, 0.32);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.idc-visual-theme-field__choices {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 901px) and (max-width: 1200px) {
	.idc-visual-theme-field--work .idc-visual-theme-field__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* Dashboard interaction summary. */
.idc-dashboard-interactions > header p {
	margin: 0.28rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

.idc-dashboard-interactions__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.idc-dashboard-interaction-metric {
	display: grid;
	grid-template-columns: 3.2rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
	padding: 1rem;
	background: rgba(138, 24, 52, 0.045);
	border: 1px solid rgba(138, 24, 52, 0.1);
	border-radius: 10px;
}

.idc-dashboard-interaction-metric > span {
	display: grid;
	grid-row: span 2;
	width: 3.2rem;
	height: 3.2rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.09);
	border-radius: 50%;
	font-size: 1.35rem;
}

.idc-dashboard-interaction-metric--views {
	background: linear-gradient(135deg, rgba(194, 128, 34, 0.095), rgba(138, 24, 52, 0.045));
	border-color: rgba(194, 128, 34, 0.18);
}

.idc-dashboard-interaction-metric--views > span {
	color: #a8691c;
	background: rgba(194, 128, 34, 0.13);
}

.idc-dashboard-interaction-metric.idc-dashboard-interaction-metric--views strong {
	font-size: 1.2rem;
	line-height: 1.15;
}

.idc-dashboard-interaction-metric.idc-dashboard-interaction-metric--views small {
	font-size: 0.82rem;
	line-height: 1.35;
}

.idc-dashboard-interaction-metric strong {
	display: block;
	color: var(--idc-dashboard-ink);
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1;
}

.idc-dashboard-interaction-metric small {
	display: block;
	margin-top: 0.25rem;
	color: var(--idc-dashboard-muted);
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.25;
}

/* Dashboard interaction summary responsive columns. */
@media (max-width: 1180px) {
	.idc-dashboard-interactions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.idc-dashboard-interactions__grid {
		grid-template-columns: 1fr;
	}
}
/* Dashboard reader reach milestone card. */
.idc-dashboard-interaction-metric--views {
	grid-template-columns: 3.2rem minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	background: linear-gradient(135deg, rgba(194, 128, 34, 0.095), rgba(138, 24, 52, 0.045));
	border-color: rgba(194, 128, 34, 0.18);
}

.idc-dashboard-interaction-metric--views > span {
	color: #a8691c;
	background: rgba(194, 128, 34, 0.13);
}

.idc-dashboard-interaction-metric.idc-dashboard-interaction-metric--views .idc-dashboard-interaction-metric__label {
	grid-column: 2;
	margin: 0 0 0.12rem;
	color: #8a1834;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.idc-dashboard-interaction-metric.idc-dashboard-interaction-metric--views strong {
	grid-column: 2;
	font-size: 1.2rem;
	line-height: 1.15;
}

.idc-dashboard-interaction-metric--views em {
	grid-column: 2;
	margin-top: 0.25rem;
	color: #8d5a1a;
	font-size: 0.86rem;
	font-style: normal;
	font-weight: 850;
	line-height: 1.25;
}

.idc-dashboard-interaction-metric--views i {
	position: relative;
	display: block;
	grid-column: 1 / -1;
	height: 0.42rem;
	margin-top: 0.45rem;
	overflow: hidden;
	background: rgba(194, 128, 34, 0.16);
	border-radius: 999px;
}

.idc-dashboard-interaction-metric--views i b {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--idc-dashboard-view-progress, 0%);
	background: linear-gradient(90deg, #8a1834, #c28022);
	border-radius: inherit;
}

.idc-dashboard-interaction-metric.idc-dashboard-interaction-metric--views small:not(.idc-dashboard-interaction-metric__label) {
	grid-column: 1 / -1;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	opacity: 0.78;
}
/* Dashboard secondary interaction metrics. */
.idc-dashboard-interactions__grid {
	grid-template-columns: minmax(17rem, 1.18fr) repeat(3, minmax(8.5rem, 0.72fr));
	align-items: center;
}

.idc-dashboard-interaction-metric--views {
	align-self: stretch;
}

.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	align-items: center;
	justify-content: center;
	min-height: 8.8rem;
	padding: 1rem 0.85rem;
	text-align: center;
	background: linear-gradient(135deg, rgba(138, 24, 52, 0.038), rgba(255, 255, 255, 0.62));
}

.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) > span {
	grid-row: auto;
	width: 2.35rem;
	height: 2.35rem;
	color: #8a1834;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(138, 24, 52, 0.12);
	font-size: 1rem;
	box-shadow: 0 10px 24px rgba(138, 24, 52, 0.08);
}

.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) strong {
	font-size: 2rem;
	line-height: 1;
}

.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) small {
	margin: 0;
	color: #68707c;
	font-size: 0.86rem;
	font-weight: 850;
}

@media (max-width: 1180px) {
	.idc-dashboard-interactions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}

	.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) {
		align-self: stretch;
		min-height: 8.4rem;
	}
}

@media (max-width: 880px) {
	.idc-dashboard-interactions__grid {
		grid-template-columns: 1fr;
	}

	.idc-dashboard-interaction-metric:not(.idc-dashboard-interaction-metric--views) {
		min-height: 7.8rem;
	}
}
/* Dashboard followed-author feed. */
.idc-dashboard-follow-feed {
	display: grid;
	gap: 1rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 242, 0.72));
}

.idc-dashboard-follow-feed > header {
	align-items: flex-start;
	margin-bottom: 0;
}

.idc-dashboard-follow-feed > header p {
	margin: 0.28rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

.idc-dashboard-follow-feed__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	justify-content: flex-end;
	min-width: min(100%, 18rem);
}

.idc-dashboard-follow-feed__actions form {
	margin: 0;
}

.idc-dashboard-follow-feed__quiet,
.idc-dashboard-follow-feed__status,
.idc-dashboard-follow-feed__badge,
.idc-dashboard-follow-feed__meta b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.34rem 0.68rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
}

.idc-dashboard-follow-feed__quiet,
.idc-dashboard-follow-feed__status {
	color: #59616b;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(122, 31, 50, 0.11);
}

.idc-dashboard-follow-feed__badge,
.idc-dashboard-follow-feed__meta b {
	color: #fff;
	background: linear-gradient(135deg, var(--idc-dashboard-primary), var(--idc-dashboard-amber));
	box-shadow: 0 12px 24px rgba(138, 24, 52, 0.14);
}

.idc-dashboard-follow-feed__list {
	display: grid;
	gap: 0.72rem;
}

.idc-dashboard-follow-feed__item {
	position: relative;
	display: grid;
	grid-template-columns: 3.35rem minmax(0, 1fr) auto auto;
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
	padding: 0.85rem;
	color: var(--idc-dashboard-ink);
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(122, 31, 50, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(31, 22, 18, 0.035);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.idc-dashboard-follow-feed__item:hover,
.idc-dashboard-follow-feed__item:focus-within {
	border-color: rgba(138, 24, 52, 0.28);
	box-shadow: 0 18px 36px rgba(31, 22, 18, 0.07);
	transform: translateY(-1px);
}

.idc-dashboard-follow-feed__item.is-new {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.92));
	border-color: rgba(194, 128, 34, 0.28);
}

.idc-dashboard-follow-feed__item.is-new::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0.22rem;
	content: "";
	background: linear-gradient(180deg, var(--idc-dashboard-primary), var(--idc-dashboard-amber));
	border-radius: 8px 0 0 8px;
}

.idc-dashboard-follow-feed__media,
.idc-dashboard-follow-feed__media img,
.idc-dashboard-follow-feed__media > span {
	width: 3.35rem;
	height: 3.35rem;
	border-radius: 8px;
}

.idc-dashboard-follow-feed__media {
	display: grid;
	place-items: center;
	overflow: hidden;
	background: rgba(138, 24, 52, 0.08);
}

.idc-dashboard-follow-feed__media img {
	object-fit: cover;
}

.idc-dashboard-follow-feed__media > span {
	display: grid;
	place-items: center;
	color: var(--idc-dashboard-primary);
	font-family: var(--idc-font-display);
	font-size: 1.35rem;
}

.idc-dashboard-follow-feed__title {
	color: var(--idc-dashboard-ink);
	text-decoration: none;
}

.idc-dashboard-follow-feed__title:hover,
.idc-dashboard-follow-feed__title:focus-visible {
	color: var(--idc-dashboard-primary);
}

.idc-dashboard-follow-feed__item-actions {
	margin: 0;
	justify-self: end;
}

.idc-dashboard-follow-feed__seen-button {
	min-height: 2.15rem;
	padding-inline: 0.7rem;
	white-space: nowrap;
}

.idc-dashboard-follow-feed__seen-button .dashicons {
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	line-height: 1;
}
.idc-dashboard-follow-feed__body {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.idc-dashboard-follow-feed__body small,
.idc-dashboard-follow-feed__body strong,
.idc-dashboard-follow-feed__body em {
	display: block;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.idc-dashboard-follow-feed__body small {
	color: var(--idc-dashboard-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-dashboard-follow-feed__body strong {
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.25;
}

.idc-dashboard-follow-feed__body em {
	color: var(--idc-dashboard-muted);
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.35;
}

.idc-dashboard-follow-feed__meta {
	display: grid;
	gap: 0.42rem;
	justify-items: end;
	color: var(--idc-dashboard-muted);
	font-size: 0.84rem;
	font-weight: 750;
	white-space: nowrap;
}

.idc-dashboard-follow-feed__empty {
	display: grid;
	grid-template-columns: 3.4rem minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.74);
	border: 1px dashed rgba(122, 31, 50, 0.18);
	border-radius: 8px;
}

.idc-dashboard-follow-feed__empty > span {
	display: grid;
	width: 3.35rem;
	height: 3.35rem;
	place-items: center;
	color: var(--idc-dashboard-primary);
	background: rgba(138, 24, 52, 0.08);
	border-radius: 50%;
	font-size: 1.25rem;
}

.idc-dashboard-follow-feed__empty strong {
	display: block;
	font-size: 1rem;
	font-weight: 900;
}

.idc-dashboard-follow-feed__empty p {
	margin: 0.25rem 0 0;
	color: var(--idc-dashboard-muted);
	line-height: 1.45;
}

@container idc-dashboard-main (max-width: 760px) {
	.idc-dashboard-follow-feed > header,
	.idc-dashboard-follow-feed__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.idc-dashboard-follow-feed__actions {
		justify-content: flex-start;
		min-width: 0;
	}

	.idc-dashboard-follow-feed__item,
	.idc-dashboard-follow-feed__empty {
		grid-template-columns: 3.2rem minmax(0, 1fr);
	}

	.idc-dashboard-follow-feed__meta,
	.idc-dashboard-follow-feed__item-actions,
	.idc-dashboard-follow-feed__empty > a {
		grid-column: 2;
		justify-items: start;
		justify-self: stretch;
	}
	.idc-dashboard-follow-feed__item-actions .idc-dashboard-mini-button {
		width: 100%;
	}
}