.timilab-account-profile {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 2rem;
	padding: 1.5rem;
	border: 1px solid currentColor;
	border-radius: 0.75rem;
	color: inherit;
	background: transparent;
}

.timilab-account-profile *,
.timilab-account-profile *::before,
.timilab-account-profile *::after {
	box-sizing: inherit;
}

.timilab-account-profile__header,
.timilab-account-profile__section {
	max-width: 100%;
	margin-bottom: 1.25rem;
}

.timilab-account-profile h2,
.timilab-account-profile h3,
.timilab-account-profile p {
	margin: 0;
	color: inherit;
}

.timilab-account-profile h3 {
	margin-bottom: 0.5rem;
}

.timilab-account-profile__header p {
	overflow-wrap: anywhere;
}

.timilab-account-profile__address span,
.timilab-account-profile__links span,
.timilab-account-profile__links a {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.timilab-account-profile__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.timilab-account-profile__links li + li {
	margin-top: 0.75rem;
}

.timilab-account-profile__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	max-width: 100%;
}

.timilab-account-profile__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	max-width: 100%;
	padding: 0.625rem 1rem;
	border: 1px solid currentColor;
	border-radius: 0.375rem;
	color: inherit;
	overflow-wrap: anywhere;
	text-align: center;
}

.timilab-account-profile a:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.timilab-um-account-profile {
	box-sizing: border-box;
	max-width: 100%;
	margin: 1.5rem 0 0;
	padding: 1.25rem;
	border: 1px solid currentColor;
	border-radius: 0.5rem;
	color: inherit;
}

.timilab-um-account-profile *,
.timilab-um-account-profile *::before,
.timilab-um-account-profile *::after {
	box-sizing: inherit;
}

.timilab-um-account-profile h3 {
	margin: 0 0 0.75rem;
	color: inherit;
}

.timilab-um-account-profile__address {
	display: block;
	max-width: 100%;
	margin-bottom: 1rem;
	overflow-wrap: anywhere;
}

.timilab-um-account-profile__address span {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.timilab-um-account-profile__edit-address {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	max-width: 100%;
	padding: 0.625rem 1rem;
	border: 1px solid currentColor;
	border-radius: 0.375rem;
	color: inherit;
	overflow-wrap: anywhere;
	text-align: center;
}

.timilab-um-account-profile__edit-address:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 390px) {
	.timilab-account-profile {
		padding: 1rem;
	}

	.timilab-account-profile__actions a {
		width: 100%;
	}

	.timilab-um-account-profile {
		padding: 1rem;
	}

	.timilab-um-account-profile__edit-address {
		width: 100%;
	}
}
