/* ===== Team Members Pro ===== */

.tmshow-wrap {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}

.tmshow-card {
	margin-bottom: 48px;
}

.tmshow-card.tmshow-hidden {
	display: none;
}

.tmshow-card-inner {
	display: flex;
	gap: 36px;
	align-items: flex-start;
}

/* ---------- Photo ---------- */
.tmshow-photo-wrap {
	flex: 0 0 300px;
	max-width: 300px;
}

.tmshow-photo {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	object-fit: cover;
}

.tmshow-photo-placeholder {
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #d9e5cf, #eef3e9);
	border-radius: 10px;
}

/* ---------- Info ---------- */
.tmshow-info {
	flex: 1 1 auto;
	min-width: 0;
}

.tmshow-name {
	font-family: 'Times New Roman', Times, serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #111;
}

.tmshow-role {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #1a1a1a;
	margin: 0 0 14px;
}

.tmshow-desc {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #8a8f98;
	margin: 0 0 16px;
}

.tmshow-exp {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0;
}

.tmshow-exp-label {
	font-weight: 500;
	margin-right: 6px;
}

.tmshow-exp-years {
	font-weight: 600;
}

/* ---------- Sections stacked vertically ---------- */
.tmshow-sections {
	display: block;
	margin-top: 24px;
	width: 100%;
}

.tmshow-section {
	margin-bottom: 22px;
}

.tmshow-section:last-child {
	margin-bottom: 0;
}

.tmshow-section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0 0 12px;
}

/* ---------- Lists ---------- */
.tmshow-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tmshow-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0 0 11px;
	font-family: 'Poppins', sans-serif;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.45;
	color: #2a2a2a;
}

.tmshow-list li:last-child {
	margin-bottom: 0;
}

.tmshow-icon {
	flex: 0 0 auto;
	margin-top: 2px;
}

/* ---------- Full-width dropdown bar ---------- */
.tmshow-accordion {
	margin-top: 14px;
	width: 100%;
}

.tmshow-wrap button.tmshow-acc-head,
.tmshow-wrap button.tmshow-acc-head:hover,
.tmshow-wrap button.tmshow-acc-head:focus,
.tmshow-wrap button.tmshow-acc-head:active,
.tmshow-wrap button.tmshow-acc-head[aria-expanded="true"] {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #eef1f2 !important;
	background-color: #eef1f2 !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 13px 18px !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	cursor: pointer !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: #1a1a1a !important;
	text-align: left !important;
	transition: background-color .2s ease !important;
}

.tmshow-wrap button.tmshow-acc-head:hover {
	background: #e6eaec !important;
	background-color: #e6eaec !important;
}

.tmshow-wrap .tmshow-acc-head .tmshow-chevron {
	transition: transform .25s ease;
	color: #555;
	flex: 0 0 auto;
}

.tmshow-wrap button.tmshow-acc-head[aria-expanded="true"] .tmshow-chevron {
	transform: rotate(180deg);
}

.tmshow-acc-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.tmshow-acc-inner {
	padding: 16px 18px 4px;
}

/* ---------- View all ---------- */
.tmshow-viewall-wrap {
	text-align: center;
	margin-top: 24px;
	width: 100%;
	display: block;
}

.tmshow-wrap button.tmshow-viewall,
.tmshow-wrap button.tmshow-viewall:hover,
.tmshow-wrap button.tmshow-viewall:focus,
.tmshow-wrap button.tmshow-viewall:active {
	display: inline-block !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #111 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer !important;
	padding: 10px 6px !important;
	margin: 0 auto !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	transition: color .2s ease !important;
	min-height: 0 !important;
	height: auto !important;
	width: auto !important;
}

.tmshow-wrap button.tmshow-viewall:hover {
	color: #4a9e2f !important;
	text-decoration: underline !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
	.tmshow-card-inner {
		flex-direction: column;
		gap: 20px;
	}
	.tmshow-photo-wrap {
		flex: 0 0 auto;
		max-width: 260px;
	}
	.tmshow-sections {
		margin-top: 22px;
	}
	.tmshow-name {
		font-size: 28px;
	}
}
