.ibp-commerce-action-block {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(24, 38, 55, 0.04);
}

.ibp-commerce-action-block__header h3 {
	margin: 0;
	color: #252b33;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
}

.ibp-commerce-action-block__header p {
	margin: 6px 0 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.55;
}

.ibp-commerce-action-block__badges,
.ibp-commerce-action-block__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ibp-commerce-action-block__badges {
	margin-top: 14px;
}

.ibp-commerce-action-block__buttons {
	margin-top: 16px;
}

.ibp-commerce-action-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef7ff;
	color: #2474a8;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.ibp-commerce-action-button {
	--ibp-commerce-button-bg: #4ba3f2;
	--ibp-commerce-button-text: #fff;
	--ibp-commerce-button-border: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid var(--ibp-commerce-button-border);
	border-radius: 4px;
	background-color: var(--ibp-commerce-button-bg);
	color: var(--ibp-commerce-button-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ibp-commerce-action-button__icon {
	width: auto;
	height: 20px;
	max-width: 112px;
	object-fit: contain;
}

.ibp-commerce-action-button--image-only {
	padding-right: 18px;
	padding-left: 18px;
}

.ibp-commerce-action-button--image-only .ibp-commerce-action-button__icon {
	height: 24px;
	max-width: 132px;
}

.ibp-commerce-action-button__label,
.ibp-commerce-action-button i {
	color: inherit;
	font-style: normal;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
}

.ibp-commerce-action-button__label--screen-reader {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ibp-commerce-action-button:visited,
.ibp-commerce-action-button:hover,
.ibp-commerce-action-button:focus,
.ibp-commerce-action-button:active {
	color: var(--ibp-commerce-button-text);
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
}

.ibp-commerce-action-button:hover,
.ibp-commerce-action-button:focus {
	box-shadow: 0 4px 10px rgba(24, 38, 55, 0.12);
	transform: translateY(-1px);
}

.ibp-commerce-action-button:focus-visible {
	outline: 3px solid rgba(75, 163, 242, 0.34);
	outline-offset: 2px;
}

.ibp-commerce-action-button--ifood {
	--ibp-commerce-button-bg: #ea1d2c;
}

.ibp-commerce-action-button--delivery {
	--ibp-commerce-button-bg: #36b37e;
}

.ibp-commerce-action-button--pickup,
.ibp-commerce-action-button--direct {
	--ibp-commerce-button-bg: #4ba3f2;
}

.ibp-commerce-action-button--airbnb {
	--ibp-commerce-button-bg: #ff5a5f;
}

.ibp-commerce-action-button--booking {
	--ibp-commerce-button-bg: #003b95;
}

.ibp-commerce-action-button--whatsapp {
	--ibp-commerce-button-bg: #25d366;
}

.ibp-commerce-action-block--preview {
	max-width: 720px;
	margin: 12px 0 0;
}

.ibp-commerce-profile-fields {
	padding: 8px 16px 4px;
	border-top: 1px solid #e4e7eb;
}

.ibp-commerce-profile-fields[hidden] {
	display: none;
}

.ibp-commerce-action-sidebar-auto,
.ibp-custom-commerce-action-sidebar-widget {
	margin-bottom: 35px;
}

.ibp-commerce-action-sidebar-auto .ibp-commerce-action-block,
.ibp-custom-commerce-action-sidebar-widget .ibp-commerce-action-block {
	margin: 0;
	padding: 18px;
}

.listeo-single-listing-sidebar .ibp-commerce-action-block__buttons,
.ibp-commerce-action-sidebar-auto .ibp-commerce-action-block__buttons,
.ibp-custom-commerce-action-sidebar-widget .ibp-commerce-action-block__buttons {
	display: grid;
	grid-template-columns: 1fr;
}

.listeo-single-listing-sidebar .ibp-commerce-action-button,
.ibp-commerce-action-sidebar-auto .ibp-commerce-action-button,
.ibp-custom-commerce-action-sidebar-widget .ibp-commerce-action-button {
	width: 100%;
}

.ibp-commerce-frontend-fields {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid #e4e7eb;
	border-radius: 8px;
	background: #fff;
}

.ibp-commerce-frontend-fields h4 {
	margin: 0 0 14px;
}

.ibp-commerce-frontend-field {
	margin: 0 0 13px;
}

.ibp-commerce-frontend-field label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.ibp-commerce-frontend-field input[type="text"],
.ibp-commerce-frontend-field input[type="url"],
.ibp-commerce-frontend-field select {
	width: 100%;
}

@media (max-width: 600px) {
	.ibp-commerce-action-block {
		padding: 18px;
	}

	.ibp-commerce-action-block__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ibp-commerce-action-button {
		width: 100%;
	}
}
