.block-my-account-dashboard.alignfull {
	padding: 0 5%;
}

.block-my-account-dashboard h2 {
	font-size: 50px;
	font-size: clamp(32px, 26px + 1.6vw, 50px);
	margin-bottom: 12px;
}

.block-my-account-dashboard p {
	line-height: 1.4;
}

.block-my-account-dashboard-inner {
	display: flex;
	gap: 20px;
	max-width: 1500px;
	margin: auto;
}

.block-my-account-dashboard-inner.mobile-dash {
	display: none;
}

.block-my-account-dashboard .dash-column {
	flex-basis: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.block-my-account-dashboard .mobile-dash .dash-column {
	flex-basis: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-my-account-dashboard .dash-card {
	border-radius: 10px;
	overflow: hidden;
}

.block-my-account-dashboard .mobile-dash .dash-card {
	flex-basis: 100%;
}

.block-my-account-dashboard .background-light {
	background-color: #F7F7F7;
}

.block-my-account-dashboard .background-dark {
	background-color: #5C5C5F;
	color: #fff;
}

.block-my-account-dashboard .background-dark a,
.block-my-account-dashboard .background-dark a:focus,
.block-my-account-dashboard .background-dark a:hover {
	color: #fff;
}

.block-my-account-dashboard .background-pink {
	background-color: #C36478;
	color: #fff;
}

.block-my-account-dashboard .background-pink a,
.block-my-account-dashboard .background-pink a:focus,
.block-my-account-dashboard .background-pink a:hover {
	color: #fff;
}

.block-my-account-dashboard .background-tan {
	background-color: #c5bcb7;
	color: #fff;
}

.block-my-account-dashboard .background-tan a,
.block-my-account-dashboard .background-tan a:focus,
.block-my-account-dashboard .background-tan a:hover {
	color: #fff;
}

/* Events Carousel */

.block-my-account-dashboard .dash-events .splide .gallery-slide a {
	display: block;
	overflow: hidden;
}

.block-my-account-dashboard .dash-events .splide .gallery-slide a img {
	transition: all 0.3s ease;
}

.block-my-account-dashboard .dash-events .splide .gallery-slide a:hover img,
.block-my-account-dashboard .dash-events .splide .gallery-slide a:focus img {
	transform: scale(1.04);
}

.block-my-account-dashboard .dash-events ul.splide__pagination {
	display: flex;
	column-gap: 12px;
	background-color: rgba(0,0,0,0.2);
	left: auto;
	border-radius: 999px;
	padding: 10px 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
	right: auto;
	margin: auto;
}

.block-my-account-dashboard .dash-events .splide__pagination li {
	line-height: 0px;
}

.block-my-account-dashboard .dash-events .splide__pagination li .splide__pagination__page {
	background: #fff;
	opacity: 1;
	height: 12px;
	width: 12px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	margin: 0;
}

.block-my-account-dashboard .dash-events .splide__pagination li .splide__pagination__page.is-active {
	background: #c36478;
	transform: scale(1.2);
	border: 1px solid #fff;
}

/* Painted Tree University */

.block-my-account-dashboard .dash-university {
	text-align: center;
}

.block-my-account-dashboard .dash-university .dash-uni-content {
	padding: 40px 5% 50px;
}

.block-my-account-dashboard .dash-university .dash-uni-content p {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.block-my-account-dashboard .dash-university .dash-uni-content .button,
.block-my-account-dashboard .dash-university .dash-uni-content .button:hover,
.block-my-account-dashboard .dash-university .dash-uni-content .button:focus {
	background-color: #c36478;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 4px;
	padding: 13px 50px;
	transition: all 0.3s ease;
}

.block-my-account-dashboard .dash-university .dash-uni-content .button:hover,
.block-my-account-dashboard .dash-university .dash-uni-content .button:focus {
	transform: scale(1.1);
}

.block-my-account-dashboard .dash-university .dash-uni-content .button::after {
	content: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33325 6.5H14.6666M14.6666 6.5L9.66659 1.5M14.6666 6.5L9.66659 11.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	padding-left: 13px;
}

.block-my-account-dashboard .dash-university img {
	display: block;
	width: 100%;
	height: auto;
}

/* My Account */

.block-my-account-dashboard .dash-account {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.block-my-account-dashboard .dash-account .dash-acct-content {
	position: relative;
	padding: 40px 40px 10px;
}

.block-my-account-dashboard .dash-account .dash-acct-content h2 a:hover,
.block-my-account-dashboard .dash-account .dash-acct-content h2 a:focus {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
	outline: none;
}

.block-my-account-dashboard .dash-account .dash-acct-content h2 a::after {
	content: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5H21M21 8.5L13.5 1M21 8.5L13.5 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	padding-left: 20px;
	bottom: 3px;
	position: relative;
	transition: all 0.3s ease;
}

.block-my-account-dashboard .dash-account .dash-acct-content h2 a:hover::after,
.block-my-account-dashboard .dash-account .dash-acct-content h2 a:focus::after {
	padding-left: 30px;
}

.block-my-account-dashboard .dash-account .dash-acct-image {
	flex-grow: 1;
	position: relative;
	padding-top: 25%;
	-webkit-mask: url('/wp-content/uploads/2025/09/brush-stroke-horizontal.png') 0/160% 50px, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top center;
	mask: url('/wp-content/uploads/2025/09/brush-stroke-horizontal.png') 0/160% 50px, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	mask-repeat: no-repeat;
	mask-position: top center;
}

/*
.block-my-account-dashboard .dash-account .dash-acct-image::before {
	content: '';
	background-image: url('/wp-content/uploads/2025/09/ptm-icon-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 63px;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
*/

.block-my-account-dashboard .dash-account .dash-acct-image img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Get Help */

.block-my-account-dashboard .dash-help {
	display: flex;
}

.block-my-account-dashboard .dash-help-content {
	flex-basis: 60%;
	padding: 40px;
}

.block-my-account-dashboard .dash-help h2 {
	margin-bottom: 30px;
}

.block-my-account-dashboard .help-menu-item {
	display: flex;
	column-gap: 15px;
	line-height: 1.4;
	border-radius: 10px;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	margin-bottom: 30px;
}

.block-my-account-dashboard .help-menu-item:last-child {
	margin-block: 0;
}

.block-my-account-dashboard .help-menu-item:hover,
.block-my-account-dashboard .help-menu-item:focus {
	background-color: rgba(255,255,255,0.2);
}

.block-my-account-dashboard .help-menu-item img {
	align-self: flex-start;
	width: 20px;
	max-height: 22px;
	flex-shrink: 0;
	height: auto;
	padding-top: 3px;
}

.block-my-account-dashboard .help-menu-item .help-item-name {
	display: block;
	font-weight: bold;
}

.block-my-account-dashboard .help-menu-item .help-item-desc {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.block-my-account-dashboard .dash-help-image {
	flex-grow: 1;
	position: relative;
	-webkit-mask: url('/wp-content/uploads/2024/02/brush-stroke.png') 0/50px 227%, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	-webkit-mask-repeat: no-repeat;
	mask: url('/wp-content/uploads/2024/02/brush-stroke.png') 0/50px 227%, linear-gradient(#fff 0 0);
	mask-repeat: repeat, repeat;
	mask-composite: add, add;
	mask-repeat: repeat, repeat;
	mask-composite: add, add;
	mask-composite: exclude;
	mask-repeat: no-repeat;
	padding-top: 35%;
}

.block-my-account-dashboard .dash-help-image img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Resources */

.block-my-account-dashboard .dash-resources {
	display: flex;
	flex-grow: 1;
}

.block-my-account-dashboard .dash-resources-content {
	flex-basis: 50%;
	padding: 40px;
}

.block-my-account-dashboard .dash-resources h2 {
	margin-bottom: 30px;
}

.block-my-account-dashboard .resources-menu-item {
	display: flex;
	column-gap: 15px;
	line-height: 1.4;
	border-radius: 10px;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}

.block-my-account-dashboard .resources-menu-item:last-child {
	margin-block: 0;
}

.block-my-account-dashboard .resources-menu-item:hover,
.block-my-account-dashboard .resources-menu-item:focus {
	background-color: rgba(255,255,255,0.2);
}

.block-my-account-dashboard .resources-menu-item img {
	align-self: flex-start;
	width: 20px;
	max-height: 22px;
	flex-shrink: 0;
	height: auto;
	padding-top: 3px;
}

.block-my-account-dashboard .resources-menu-item .resources-item-name {
	display: block;
	font-weight: bold;
}

.block-my-account-dashboard .resources-menu-item .resources-item-desc {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.block-my-account-dashboard .dash-resources-image {
	flex-grow: 1;
	position: relative;
	-webkit-mask: url('/wp-content/uploads/2024/02/brush-stroke.png') 0/50px 227%, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	-webkit-mask-repeat: no-repeat;
	mask: url('/wp-content/uploads/2024/02/brush-stroke.png') 0/50px 227%, linear-gradient(#fff 0 0);
	mask-repeat: repeat, repeat;
	mask-composite: add, add;
	mask-repeat: repeat, repeat;
	mask-composite: add, add;
	mask-composite: exclude;
	mask-repeat: no-repeat;
	padding-top: 35%;
}

.block-my-account-dashboard .dash-resources-image img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1100px) {

	.block-my-account-dashboard-inner {
		flex-wrap: wrap;
	}

	.block-my-account-dashboard-inner.desktop-dash {
		display: none;
	}

	.block-my-account-dashboard-inner.mobile-dash {
		display: flex;
	}

	.block-my-account-dashboard .dash-column {
		flex-basis: 100%;
	}

	.block-my-account-dashboard .dash-account .dash-acct-image {
		padding-top: 30%;
	}

}

@media screen and (max-width: 700px) {

	.block-my-account-dashboard .dash-help-content,
	.block-my-account-dashboard .dash-resources-content {
		flex-basis: 100%;
	}

	.block-my-account-dashboard .dash-help-image,
	.block-my-account-dashboard .dash-resources-image {
		display: none;
	}

	.block-my-account-dashboard .dash-help-content,
	.block-my-account-dashboard .dash-resources-content {
		padding: 30px 5%;
	}

	.block-my-account-dashboard .dash-help h2,
	.block-my-account-dashboard .dash-resources h2 {
		margin-bottom: 20px;
	}

	.block-my-account-dashboard .help-menu-item,
	.block-my-account-dashboard .resources-menu-item {
		background-color: rgba(255,255,255,0.2);
		margin-bottom: 20px;
	}

}