.com-divebuddyping ~ #system-message-container .alert-heading,
#system-message-container .alert-heading {
	display: none;
}

.dbp-page-heading-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.4rem;
	flex: 0 0 auto;
	min-width: 0;
	max-width: 100%;
	margin-inline-start: auto;
}

.dbp-country-pill {
	flex: 0 0 auto;
	min-width: 0;
}

.dbp-country-pill-code {
	display: none;
	flex: 0 0 auto;
	min-width: 2ch;
	overflow: visible;
	text-align: center;
	text-overflow: clip;
	white-space: nowrap;
}

.dbp-country-pill-name-full {
	display: inline;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dbp-header-account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	flex: 0 1 auto;
	min-width: 0;
	min-height: 2.125rem;
	border: 1px solid rgba(13, 124, 255, 0.18);
	border-radius: 999px;
	padding: 0.22rem 0.6rem 0.22rem 0.25rem;
	background: rgba(13, 124, 255, 0.08);
	color: #0b5da8;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.dbp-header-account--login {
	flex: 0 0 auto;
	padding-inline: 0.7rem;
}

.dbp-header-account:hover,
.dbp-header-account:focus-visible {
	border-color: rgba(13, 124, 255, 0.42);
	background: rgba(13, 124, 255, 0.14);
	color: #084f91;
	text-decoration: none;
}

.dbp-header-account:focus-visible {
	outline: 3px solid rgba(13, 124, 255, 0.18);
	outline-offset: 2px;
}

.dbp-header-account-avatar {
	display: grid;
	place-items: center;
	flex: 0 0 1.65rem;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	overflow: hidden;
	background: #dceeff;
	color: #0d6fca;
	font-size: 0.62rem;
	font-weight: 900;
}

.dbp-header-account-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dbp-header-account-avatar svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.dbp-header-account-label {
	min-width: 0;
	max-width: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 43.749rem) {
	.dbp-page-heading-actions {
		gap: 0.35rem;
		min-width: max-content;
	}

	.dbp-country-pill {
		flex: 0 0 auto;
		min-width: 3.8rem;
		max-width: none;
		padding-inline: 0.3rem 0.55rem;
	}

	.dbp-country-pill-code {
		display: inline;
	}

	.dbp-country-pill-name-full {
		display: none;
	}

	.dbp-header-account--user {
		flex: 0 0 2.125rem;
		width: 2.125rem;
		padding: 0.22rem;
	}

	.dbp-header-account-label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}
