.ablm-unit {
	box-sizing: border-box;
	max-width: 100%;
}

.ablm-unit *,
.ablm-unit *::before,
.ablm-unit *::after {
	box-sizing: border-box;
}

.ablm-unit--text {
	display: inline;
}

.ablm-text {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ablm-unit--box,
.ablm-unit--action,
.ablm-unit--visual,
.ablm-unit--visual-text {
	display: block;
	width: 100%;
	margin: 1.5em 0;
}

.ablm-unit--box,
.ablm-unit--action {
	padding: 1.2em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.ablm-label {
	display: inline-block;
	margin-bottom: 0.55em;
	padding: 0.25em 0.65em;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.06);
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1.4;
}

.ablm-title {
	margin: 0 0 0.5em;
	font-size: 1.08em;
	font-weight: 700;
	line-height: 1.5;
}

.ablm-desc {
	margin: 0 0 0.9em;
	font-size: 0.95em;
	line-height: 1.8;
}

.ablm-desc p {
	margin: 0 0 0.7em;
}

.ablm-desc p:last-child {
	margin-bottom: 0;
}

.ablm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.65em 1.3em;
	border-radius: 999px;
	background: #202124;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.ablm-button:hover,
.ablm-button:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.88;
}

.ablm-visual {
	display: block;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
}

.ablm-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 0;
	border-radius: 10px;
}

.ablm-unit--visual-text {
	padding: 0.8em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
}

.ablm-unit--visual-text .ablm-subline {
	margin-top: 0.75em;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.6;
}

.ablm-mark {
	width: 1px;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.ablm-unit--box,
	.ablm-unit--action {
		padding: 1em;
		border-radius: 10px;
	}

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