.iabr-banner {
	--iabr-bg: #1f2937;
	--iabr-text: #ffffff;
	--iabr-btn-bg: #3b82f6;
	--iabr-btn-text: #ffffff;

	box-sizing: border-box;
	width: 100%;
	background: var(--iabr-bg);
	color: var(--iabr-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	z-index: 2147483647;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.18 );
}

.iabr-banner *,
.iabr-banner *::before,
.iabr-banner *::after {
	box-sizing: border-box;
}

.iabr-pos-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.iabr-pos-below_header {
	position: relative;
}

.iabr-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 12px 44px 12px 16px;
}

.iabr-banner__text {
	flex: 1 1 220px;
	min-width: 0;
}

.iabr-banner__message {
	margin: 0;
	font-weight: 600;
}

.iabr-banner__instruction {
	margin: 4px 0 0;
	font-size: 13px;
	opacity: 0.85;
	font-weight: 400;
}

.iabr-banner__actions {
	flex: 0 0 auto;
}

.iabr-banner__button {
	display: inline-block;
	background: var(--iabr-btn-bg);
	color: var(--iabr-btn-text);
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
}

.iabr-banner__button:hover,
.iabr-banner__button:focus {
	opacity: 0.92;
}

.iabr-banner__close {
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent;
	border: none;
	color: var(--iabr-text);
	font-size: 24px;
	line-height: 1;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 0.75;
	padding: 0;
}

.iabr-banner__close:hover,
.iabr-banner__close:focus {
	opacity: 1;
}

@media ( max-width: 480px ) {
	.iabr-banner__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}

	.iabr-banner__button {
		width: 100%;
	}
}
