/* Floweralba main-page notice card. */

.floweralba-home-notice {
	--floweralba-hn-accent: #ef6f8e;
	--floweralba-hn-accent-soft: #fff3f7;
	--floweralba-hn-border: #ececf1;
	--floweralba-hn-text: #16171b;
	--floweralba-hn-muted: #767b86;
	box-sizing: border-box;
	width: 100%;
	color: var(--floweralba-hn-text);
	font-size: 15px;
	line-height: 1.45;
}

.floweralba-home-notice *,
.floweralba-home-notice *::before,
.floweralba-home-notice *::after {
	box-sizing: border-box;
}

.floweralba-home-notice-card {
	min-width: 0;
	height: 230px;
	min-height: 230px;
	padding: 24px 26px;
	border: 1px solid var(--floweralba-hn-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(17, 24, 39, .035);
}

.floweralba-home-notice-head {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	margin-bottom: 22px;
}

.floweralba-home-notice-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background: var(--floweralba-hn-accent-soft);
	color: var(--floweralba-hn-accent);
}

.floweralba-home-notice-icon .mi {
	font-size: 26px;
	line-height: 1;
}

.floweralba-home-notice-megaphone {
	display: block;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.floweralba-home-notice-title {
	min-width: 0;
	margin: 0;
	color: var(--floweralba-hn-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	word-break: keep-all;
}

.floweralba-home-notice-kboard {
	min-width: 0;
}

.floweralba-home-notice-kboard .kboard-latest-empty-list-message,
.floweralba-home-notice-empty {
	margin: 0;
	padding: 10px 0;
	color: var(--floweralba-hn-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.floweralba-home-notice-kboard #kboard-default-latest,
.floweralba-home-notice-kboard [id$="-latest"] {
	width: 100%;
}

.floweralba-home-notice-kboard table {
	display: block !important;
	width: 100% !important;
	table-layout: fixed;
	border: 0 !important;
	border-collapse: collapse;
}

.floweralba-home-notice-kboard #kboard-avatar-latest table td {
	height: 20px !important;
}

.floweralba-home-notice-kboard thead,
.floweralba-home-notice-kboard tbody,
.floweralba-home-notice-kboard tr,
.floweralba-home-notice-kboard td,
.floweralba-home-notice-kboard th {
	display: block;
	width: 100% !important;
	border: 0 !important;
	background: transparent !important;
}

.floweralba-home-notice-kboard thead,
.floweralba-home-notice-kboard .kboard-latest-date,
.floweralba-home-notice-kboard .kboard-latest-uid {
	display: none !important;
}

.floweralba-home-notice-kboard tr + tr {
	margin-top: 10px;
}

.floweralba-home-notice-kboard .kboard-latest-title {
	padding: 0 !important;
	text-align: left !important;
}

.floweralba-home-notice-kboard .kboard-latest-title a,
.floweralba-home-notice-kboard .kboard-latest-title .kboard-default-cut-strings,
.floweralba-home-notice-kboard .cut_strings {
	display: block;
	max-width: 100%;
	color: var(--floweralba-hn-text);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: none !important;
}

.floweralba-home-notice-kboard .kboard-latest-title a:hover,
.floweralba-home-notice-kboard .kboard-latest-title a:focus {
	color: var(--floweralba-hn-accent);
	text-decoration: none;
}

.floweralba-home-notice-kboard .kboard-latest-title a:focus-visible {
	outline: 2px solid var(--floweralba-hn-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.floweralba-home-notice-kboard .kboard-default-new-notify {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 3px;
	background: var(--floweralba-hn-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	vertical-align: 1px;
}

.floweralba-home-notice-kboard .kboard-comments-count {
	color: var(--floweralba-hn-accent);
	font-size: 12px;
}

.floweralba-home-notice-kboard img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 4px 0 0;
	vertical-align: -2px;
	box-shadow: none;
}

@media screen and (max-width: 1024px) {
	.floweralba-home-notice-card {
		padding: 24px 22px;
	}
}
