/* Кнопка шорткода — как кнопки на hubert.com.ua */
.im-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 40px;
	border-radius: 8px;
	background: #b00000;
	color: #fff;
	font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Roboto, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background .15s;
}
.im-button::before { content: '\1F4D6'; }
.im-button:hover, .im-button:focus { background: #820000; color: #fff; }
