.efdd-box,
.efdd-box * {
	box-sizing: border-box;
}

.efdd-wrapper {
	background: #FFFFFF;
	border: 1px solid #DDE7F3;
	border-radius: 18px;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	padding: 20px;
}

.efdd-box-compact {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #DDE7F3;
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	color: #1F2937;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 18px 0;
	max-width: 720px;
	padding: 16px 18px;
	width: 100%;
}

.efdd-wrapper .efdd-box-compact {
	margin: 0;
	max-width: none;
}

.efdd-template-resource {
	background: #FFFFFF;
	border: 1px solid #DDE7F3;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	color: #1F2937;
	margin: 22px 0;
	max-width: 760px;
	padding: 24px;
	width: 100%;
}

.efdd-wrapper .efdd-template-resource {
	margin: 0;
	max-width: none;
}

.efdd-resource-header {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.efdd-template-resource .efdd-resource-icon {
	background: #EAF3FF;
	border-radius: 8px;
	height: 56px;
	width: 56px;
}

.efdd-template-resource .efdd-resource-icon svg,
.efdd-template-resource .efdd-resource-icon img {
	height: 48px;
	width: 48px;
}

.efdd-resource-heading {
	min-width: 0;
}

.efdd-resource-kicker {
	color: #0B4EA2;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.efdd-resource-title {
	color: #1F2937;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-resource-description {
	color: #475569;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 14px;
	overflow-wrap: anywhere;
}

.efdd-resource-description p {
	margin: 0 0 10px;
}

.efdd-resource-description p:last-child {
	margin-bottom: 0;
}

.efdd-resource-meta {
	background: #F8FAFC;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
	padding: 14px;
}

.efdd-resource-meta-item {
	min-width: 0;
}

.efdd-resource-meta-label {
	color: #64748B;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3px;
}

.efdd-resource-meta-value {
	color: #0F172A;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.efdd-template-resource .efdd-resource-button {
	margin-top: 20px;
	min-width: 180px;
}

.efdd-template-info-bar {
	align-items: center;
	background: #FFF8ED;
	border: 1px solid #FED7AA;
	border-left: 5px solid #F59E0B;
	border-radius: 8px;
	color: #1F2937;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 18px 0;
	max-width: 760px;
	padding: 16px 18px;
	width: 100%;
}

.efdd-wrapper .efdd-template-info-bar {
	margin: 0;
	max-width: none;
}

.efdd-info-bar-main {
	align-items: center;
	display: flex;
	gap: 13px;
	min-width: 0;
}

.efdd-template-info-bar .efdd-info-bar-icon {
	background: rgba(245, 158, 11, 0.16);
	border-radius: 8px;
	height: 48px;
	width: 48px;
}

.efdd-template-info-bar .efdd-info-bar-icon svg,
.efdd-template-info-bar .efdd-info-bar-icon img {
	height: 42px;
	width: 42px;
}

.efdd-info-bar-content {
	min-width: 0;
}

.efdd-info-bar-title {
	color: #1F2937;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-info-bar-description {
	color: #475569;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.efdd-info-bar-description p {
	margin: 0 0 8px;
}

.efdd-info-bar-description p:last-child {
	margin-bottom: 0;
}

.efdd-info-bar-meta {
	color: #78716C;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

.efdd-template-info-bar .efdd-info-bar-button {
	flex: 0 0 auto;
}

.efdd-template-outlined {
	align-items: center;
	background: #FFFFFF;
	border: 2px solid #0B4EA2;
	border-radius: 8px;
	color: #1F2937;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 18px 0;
	max-width: 740px;
	padding: 16px 18px;
	width: 100%;
}

.efdd-wrapper .efdd-template-outlined {
	margin: 0;
	max-width: none;
}

.efdd-outlined-main {
	align-items: center;
	display: flex;
	gap: 13px;
	min-width: 0;
}

.efdd-template-outlined .efdd-outlined-icon {
	background: #EAF3FF;
	border-radius: 8px;
	height: 48px;
	width: 48px;
}

.efdd-template-outlined .efdd-outlined-icon svg,
.efdd-template-outlined .efdd-outlined-icon img {
	height: 42px;
	width: 42px;
}

.efdd-outlined-content {
	min-width: 0;
}

.efdd-outlined-title {
	color: #0F172A;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-outlined-description {
	color: #475569;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.efdd-outlined-description p {
	margin: 0 0 8px;
}

.efdd-outlined-description p:last-child {
	margin-bottom: 0;
}

.efdd-outlined-meta {
	color: #64748B;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

.efdd-template-outlined .efdd-outlined-button {
	flex: 0 0 auto;
}

.efdd-template-list {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	color: #1F2937;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 12px 0;
	max-width: 720px;
	padding: 12px 14px;
	width: 100%;
}

.efdd-wrapper .efdd-template-list {
	margin: 0;
	max-width: none;
}

.efdd-list-main {
	align-items: center;
	display: flex;
	gap: 11px;
	min-width: 0;
}

.efdd-template-list .efdd-list-icon {
	border-radius: 8px;
	height: 38px;
	width: 38px;
}

.efdd-template-list .efdd-list-icon svg,
.efdd-template-list .efdd-list-icon img {
	height: 36px;
	width: 36px;
}

.efdd-list-content {
	min-width: 0;
}

.efdd-list-title {
	color: #1F2937;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-list-description {
	color: #64748B;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 3px;
	overflow-wrap: anywhere;
}

.efdd-list-description p {
	margin: 0 0 6px;
}

.efdd-list-description p:last-child {
	margin-bottom: 0;
}

.efdd-list-meta {
	color: #64748B;
	font-size: 12px;
	line-height: 1.35;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.efdd-template-list .efdd-list-button {
	flex: 0 0 auto;
	font-size: 13px;
	padding: 8px 14px;
}

.efdd-template-featured {
	background: #F0FDF4;
	border: 1px solid #BBF7D0;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(22, 101, 52, 0.12);
	color: #14532D;
	margin: 22px 0;
	max-width: 780px;
	padding: 22px;
	width: 100%;
}

.efdd-wrapper .efdd-template-featured {
	margin: 0;
	max-width: none;
}

.efdd-featured-badge {
	align-items: center;
	background: #16A34A;
	border-radius: 999px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.efdd-featured-main {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	min-width: 0;
}

.efdd-template-featured .efdd-featured-icon {
	background: #DCFCE7;
	border: 1px solid #86EFAC;
	border-radius: 8px;
	height: 60px;
	width: 60px;
}

.efdd-template-featured .efdd-featured-icon svg,
.efdd-template-featured .efdd-featured-icon img {
	height: 50px;
	width: 50px;
}

.efdd-featured-content {
	min-width: 0;
}

.efdd-featured-title {
	color: #14532D;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-featured-description {
	color: #365948;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 8px;
	overflow-wrap: anywhere;
}

.efdd-featured-description p {
	margin: 0 0 10px;
}

.efdd-featured-description p:last-child {
	margin-bottom: 0;
}

.efdd-featured-meta {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid #BBF7D0;
	border-radius: 8px;
	color: #166534;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 14px;
	overflow-wrap: anywhere;
	padding: 10px 12px;
}

.efdd-template-featured .efdd-featured-button {
	background: #15803D;
	font-size: 15px;
	margin-top: 18px;
	min-width: 210px;
	padding: 13px 22px;
}

.efdd-template-featured .efdd-featured-button:hover,
.efdd-template-featured .efdd-featured-button:focus {
	background: #166534;
}

.efdd-main {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

.efdd-icon {
	align-items: center;
	border-radius: 12px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.efdd-icon svg,
.efdd-icon img {
	display: block;
	height: 44px;
	width: 44px;
}

.efdd-icon-word {
	background: rgba(43, 87, 154, 0.10);
}

.efdd-icon-excel {
	background: rgba(33, 115, 70, 0.10);
}

.efdd-icon-powerpoint {
	background: rgba(210, 71, 38, 0.10);
}

.efdd-icon-pdf {
	background: rgba(185, 28, 28, 0.10);
}

.efdd-icon-folder {
	background: rgba(244, 180, 0, 0.16);
}

.efdd-icon-generic {
	background: #EAF3FF;
}

.efdd-text {
	min-width: 0;
}

.efdd-title {
	color: #1F2937;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.efdd-meta {
	color: #64748B;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 3px;
	overflow-wrap: anywhere;
}

.efdd-separator {
	color: #94A3B8;
}

.efdd-button,
.efdd-button:visited {
	align-items: center;
	background: #E63946;
	border: 0;
	border-radius: 999px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.efdd-button:hover,
.efdd-button:focus {
	background: #B91C1C;
	color: #FFFFFF;
	text-decoration: none;
}

.efdd-button:focus {
	outline: 2px solid #0B4EA2;
	outline-offset: 2px;
}

.efdd-button-inline {
	margin: 8px 0;
}

.efdd-missing {
	color: #64748B;
	font-size: 14px;
}

@media (max-width: 600px) {
	.efdd-box-compact {
		align-items: stretch;
		flex-direction: column;
		padding: 16px;
	}

	.efdd-template-resource {
		padding: 18px;
	}

	.efdd-resource-header {
		gap: 12px;
	}

	.efdd-template-resource .efdd-resource-icon {
		height: 48px;
		width: 48px;
	}

	.efdd-template-resource .efdd-resource-icon svg,
	.efdd-template-resource .efdd-resource-icon img {
		height: 42px;
		width: 42px;
	}

	.efdd-resource-title {
		font-size: 18px;
	}

	.efdd-resource-meta {
		grid-template-columns: 1fr;
	}

	.efdd-template-resource .efdd-resource-button {
		min-width: 0;
		width: 100%;
	}

	.efdd-template-info-bar,
	.efdd-template-outlined,
	.efdd-template-list {
		align-items: stretch;
		flex-direction: column;
	}

	.efdd-info-bar-main,
	.efdd-outlined-main,
	.efdd-list-main {
		align-items: flex-start;
	}

	.efdd-template-info-bar,
	.efdd-template-outlined {
		padding: 15px;
	}

	.efdd-template-list {
		padding: 12px;
	}

	.efdd-template-info-bar .efdd-info-bar-button,
	.efdd-template-outlined .efdd-outlined-button,
	.efdd-template-list .efdd-list-button {
		width: 100%;
	}

	.efdd-template-featured {
		padding: 18px;
	}

	.efdd-featured-badge {
		margin-bottom: 12px;
	}

	.efdd-featured-main {
		gap: 12px;
	}

	.efdd-template-featured .efdd-featured-icon {
		height: 50px;
		width: 50px;
	}

	.efdd-template-featured .efdd-featured-icon svg,
	.efdd-template-featured .efdd-featured-icon img {
		height: 42px;
		width: 42px;
	}

	.efdd-featured-title {
		font-size: 18px;
	}

	.efdd-template-featured .efdd-featured-button {
		min-width: 0;
		width: 100%;
	}

	.efdd-main {
		align-items: flex-start;
	}

	.efdd-button {
		width: 100%;
	}
}
