/* Floweralba main-page bottom information section. */

.floweralba-home-bottom-info {
	--floweralba-hbi-accent: #ef6f8e;
	--floweralba-hbi-accent-strong: #ff4f78;
	--floweralba-hbi-border: #ececf1;
	--floweralba-hbi-text: #22242a;
	--floweralba-hbi-muted: #666b76;
	--floweralba-hbi-soft: #fff5f8;
	box-sizing: border-box;
	width: 100%;
	padding: 34px 0;
	border-top: 1px solid var(--floweralba-hbi-border);
	border-bottom: 1px solid var(--floweralba-hbi-border);
	background: #fff;
	color: var(--floweralba-hbi-text);
	font-size: 15px;
	line-height: 1.55;
}

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

.floweralba-home-bottom-info-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) minmax(0, 1.1fr);
	gap: 54px;
	align-items: start;
	width: 100%;
}

.floweralba-home-bottom-info-block {
	min-width: 0;
}

.floweralba-home-bottom-info-title {
	margin: 0 0 16px;
	color: var(--floweralba-hbi-text);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	word-break: keep-all;
}

.floweralba-home-bottom-info-wage-text {
	margin: 0 0 8px;
	color: var(--floweralba-hbi-text);
	font-size: 15px;
	line-height: 1.8;
	word-break: keep-all;
}

.floweralba-home-bottom-info-wage-text strong {
	color: var(--floweralba-hbi-accent-strong);
	font-weight: 600;
}

.floweralba-home-bottom-info a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

.floweralba-home-bottom-info a:hover,
.floweralba-home-bottom-info a:focus {
	color: var(--floweralba-hbi-accent-strong);
	text-decoration: none;
}

.floweralba-home-bottom-info a:focus-visible {
	outline: 2px solid var(--floweralba-hbi-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.floweralba-home-bottom-info-link {
	display: inline-flex;
	align-items: center;
	color: var(--floweralba-hbi-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

.floweralba-home-bottom-info-phone {
	display: inline-flex;
	margin: 0 0 14px;
	color: var(--floweralba-hbi-text);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.floweralba-home-bottom-info-details {
	display: grid;
	gap: 8px;
	margin: 0;
}

.floweralba-home-bottom-info-details div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
	align-items: baseline;
	min-width: 0;
}

.floweralba-home-bottom-info-details dt,
.floweralba-home-bottom-info-details dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.floweralba-home-bottom-info-details dt {
	color: var(--floweralba-hbi-text);
	font-weight: 700;
}

.floweralba-home-bottom-info-details dd {
	color: var(--floweralba-hbi-muted);
	min-width: 0;
	overflow-wrap: anywhere;
}

.floweralba-home-bottom-info-actions {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.floweralba-home-bottom-info-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid var(--floweralba-hbi-border);
	border-radius: 6px;
	color: var(--floweralba-hbi-text);
}

.floweralba-home-bottom-info-action span {
	min-width: 0;
	color: var(--floweralba-hbi-muted);
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.floweralba-home-bottom-info-action strong {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
}

.floweralba-home-bottom-info-notice-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.floweralba-home-bottom-info-notice-head .floweralba-home-bottom-info-title {
	margin-bottom: 0;
}

.floweralba-home-bottom-info-more {
	flex: 0 0 auto;
	color: var(--floweralba-hbi-muted);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

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

.floweralba-home-bottom-info-kboard .kboard-latest-empty-list-message,
.floweralba-home-bottom-info-empty {
	margin: 0;
	padding: 18px 0;
	color: var(--floweralba-hbi-muted);
	font-size: 14px;
	text-align: left;
}

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

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

.floweralba-home-bottom-info-kboard thead,
.floweralba-home-bottom-info-kboard .kboard-latest-uid {
	display: none;
}

.floweralba-home-bottom-info-kboard tr,
.floweralba-home-bottom-info-kboard td,
.floweralba-home-bottom-info-kboard th {
	border: 0 !important;
	background: transparent !important;
}

.floweralba-home-bottom-info-kboard td {
	padding: 8px 0 !important;
	border-bottom: 1px solid var(--floweralba-hbi-border) !important;
	vertical-align: middle;
}

.floweralba-home-bottom-info-kboard tr:first-child td {
	padding-top: 0 !important;
}

.floweralba-home-bottom-info-kboard .kboard-latest-title {
	width: auto !important;
	padding-left: 0 !important;
	text-align: left !important;
}

.floweralba-home-bottom-info-kboard .kboard-latest-title a,
.floweralba-home-bottom-info-kboard .kboard-latest-title .kboard-default-cut-strings,
.floweralba-home-bottom-info-kboard .cut_strings {
	display: block;
	max-width: 100%;
	color: var(--floweralba-hbi-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.floweralba-home-bottom-info-kboard .kboard-latest-date {
	width: 86px !important;
	color: var(--floweralba-hbi-muted);
	font-size: 12px !important;
	text-align: right !important;
	white-space: nowrap;
}

.floweralba-home-bottom-info-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-hbi-accent-strong);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.floweralba-home-bottom-info-kboard .kboard-comments-count {
	color: var(--floweralba-hbi-accent-strong);
	font-size: 12px;
}

@media screen and (max-width: 1024px) {
	.floweralba-home-bottom-info {
		padding: 28px 0;
	}

	.floweralba-home-bottom-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 34px;
	}

	.floweralba-home-bottom-info-notices {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 767px) {
	.floweralba-home-bottom-info {
		padding: 24px 0;
		font-size: 14px;
	}

	.floweralba-home-bottom-info-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.floweralba-home-bottom-info-block + .floweralba-home-bottom-info-block {
		padding-top: 22px;
		border-top: 1px solid var(--floweralba-hbi-border);
	}

	.floweralba-home-bottom-info-title {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.floweralba-home-bottom-info-phone {
		font-size: 26px;
	}

	.floweralba-home-bottom-info-details div {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.floweralba-home-bottom-info-action {
		min-height: 44px;
	}
}
