/* A1-UI-01 (BSC 0.9.173, UI HOTFIX 0.9.174) — единственный владелец презентации
 * кнопки Apple. Все правила скоупятся под .bsc-apple-button. Селекторов
 * Google-кнопки, контейнера плагина и шапки формы здесь нет и быть не должно.
 * 0.9.174 (owner target): белый фон, чёрный глиф/текст, нейтральная рамка как у
 * Google (#747775), иконка в левом слоте 20px + 12px отступ (как у Google),
 * текст центрирован в остатке; margin-top 16px — визуальный зазор 16px
 * (контейнер плагина гасит нижний отступ Google-кнопки своим -16px).
 * Геометрия бокса (замер M-1) не меняется: 100% × 40px, padding 0 12px,
 * border 1px, radius 4px, margin-bottom 16px. */
.bsc-apple-button {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #747775;
	border-radius: 4px;
	margin: 16px 0 16px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	color: #1f1f1f;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}
.bsc-apple-button:focus-visible {
	outline: 2px solid #4d90fe;
	outline-offset: 2px;
}
.bsc-apple-button__glyph {
	width: 20px;
	height: 18px;
	margin-right: 12px;
	flex: 0 0 20px;
	color: #000;
}
.bsc-apple-button__label {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
	color: #000;
}
