.com-divebuddyping-venue-detail,
.com-divebuddyping-venue-detail * {
	box-sizing: border-box;
}

.com-divebuddyping-venue-detail {
	display: grid;
	gap: 1rem;
	width: min(100%, 62rem);
	margin-inline: auto;
	padding: .25rem .125rem calc(5.5rem + env(safe-area-inset-bottom, 0px));
	color: #102033;
}

.dbp-venue-actions {
	display: flex;
	justify-content: flex-start;
}

.dbp-venue-actions-bottom {
	padding-bottom: .25rem;
}

.dbp-venue-back-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	border: 1px solid rgba(13, 111, 194, .28);
	border-radius: 999px;
	padding: .6rem 1rem;
	background: #fff;
	color: #0c5d9f;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(16, 32, 51, .1);
}

.dbp-venue-back-button:hover,
.dbp-venue-back-button:focus-visible {
	border-color: rgba(13, 111, 194, .44);
	background: #f4faff;
	color: #084f88;
	text-decoration: none;
	outline: none;
}

.dbp-venue-hero,
.dbp-venue-description {
	overflow: hidden;
	border: 1px solid rgba(162, 184, 207, .58);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 32, 51, .12), 0 2px 6px rgba(16, 32, 51, .08);
}

.dbp-venue-hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #eaf1f7;
}

.dbp-venue-hero-body {
	display: grid;
	gap: .45rem;
	padding: 1.15rem;
}

.dbp-venue-hero h1 {
	margin: 0;
	color: #102033;
	font-size: 1.6rem;
	line-height: 1.16;
}

.dbp-venue-meta {
	margin: 0;
	color: #5c6b7b;
	font-size: .98rem;
	font-weight: 750;
	line-height: 1.4;
}

.dbp-venue-description h2 {
	margin: 0;
	padding: .9rem 1.1rem;
	background: #102033;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1.2;
}

.dbp-venue-description-body {
	display: flow-root;
	padding: 1.15rem;
	color: #25384c;
	font-size: 1rem;
	line-height: 1.62;
}

.dbp-venue-description-body > :first-child {
	margin-top: 0;
}

.dbp-venue-description-body > :last-child {
	margin-bottom: 0;
}

.dbp-venue-description-body h2,
.dbp-venue-description-body h3,
.dbp-venue-description-body h4 {
	margin: 1.35rem 0 .55rem;
	color: #102033;
	line-height: 1.22;
}

.dbp-venue-description-body p,
.dbp-venue-description-body ul,
.dbp-venue-description-body ol,
.dbp-venue-description-body table {
	margin: 0 0 1rem;
}

.dbp-venue-description-body ul,
.dbp-venue-description-body ol {
	padding-left: 1.35rem;
}

.dbp-venue-description-body a {
	color: #0d6fc2;
	font-weight: 800;
	text-decoration-thickness: .08em;
	text-underline-offset: .16em;
}

.dbp-venue-description-body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1rem 0;
	border-radius: 10px;
}

.dbp-venue-description-body table {
	width: 100%;
	border-collapse: collapse;
	overflow-wrap: anywhere;
}

.dbp-venue-description-body th,
.dbp-venue-description-body td {
	border: 1px solid #d7e1ec;
	padding: .55rem .65rem;
	vertical-align: top;
}

.dbp-venue-description-body th {
	background: #f0f5fa;
	color: #102033;
	font-weight: 850;
}

@media (min-width: 44rem) {
	.com-divebuddyping-venue-detail {
		gap: 1.2rem;
		padding-inline: 1rem;
	}

	.dbp-venue-hero,
	.dbp-venue-description {
		border-radius: 20px;
	}

	.dbp-venue-hero-body,
	.dbp-venue-description-body {
		padding: 1.45rem;
	}

	.dbp-venue-hero h1 {
		font-size: 2rem;
	}
}
