/*
 * Biz Advisory - Evaluator Partners Table Shortcode Styles
 */
.biz-advisory-msp-table-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	

}

.msp-table-container {
	background: #1a1a1a;
	border-radius: 8px;
	/*overflow-x: auto;
	overflow-y: hidden;*/
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	border-bottom: 15px solid #9B7E43;
	position:relative;
}

.msp-table-title {
	color: #9B7E43;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 35px 20px 5px 20px;
	letter-spacing: 0.8px;
	text-transform: none;
	background: #1a1a1a;
	line-height: 1.3;
}

.msp-table-subtitle {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
	padding: 0 20px 10px 20px;
	background: #1a1a1a;
	line-height: 1.4;
}


.msp-table-subtitle-note {
	color: #9B7E43;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.3px;
	margin: 0;
	text-align: center;
	padding: 0 20px 30px 20px;
	background: #1a1a1a;
	line-height: 1.4;
}
.reset_btn_table {
    position: absolute;
    right: 30px;
    background-color: #9B7E43;
	border:1px solid #9B7E43;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 31px;
    height: 40px;
    top: 110px;
}
.reset_btn_table:hover { background-color: #000; color:#fff;  }

.biz-advisory-msp-table {
	border-collapse: collapse;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background: #ffffff;
	border: none;
	margin: 0 auto;
	min-width:100%;
	padding: 0px !important;
}

.biz-advisory-msp-table th,
.biz-advisory-msp-table td {
	border: 1px solid #1a1a1a;
	padding: 10px 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
}

.biz-advisory-msp-table thead th {
	background: #9B7E43;
	color: #ffffff;
	font-weight: 600;
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding: 12px 8px;
	text-align: center;
	border: 1px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
	position: relative;
}

/* First column header - "8 Operation" style */
.biz-advisory-msp-table thead th:first-child {
	background: #606060;
	color: #ffffff;
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	padding: 12px 15px;
	border: 1px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
	border-left: 3px solid #1a1a1a;
	width:300px;
}

/* Parent category rows */
.biz-advisory-msp-table tbody .parent-category-row td:first-child,
.biz-advisory-msp-table tbody .parent-category-name {
	background: #f5f5f5;
	font-weight: 600;
	color: #000000;
	font-size: 13px;
	text-align: left;
	padding: 10px 15px;
	border: 1px solid #1a1a1a;
}

.biz-advisory-msp-table tbody tr:not(.subcategory-row) td:first-child {
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
	padding: 10px 15px;
	background: #f5f5f5;
	color: #000000;
	text-align: left;
	border-right: 1px solid #1a1a1a;
	/*min-width: 180px;*/
	min-width: 410px;
}

.biz-advisory-msp-table tbody td {
	line-height: 1.4;
	transition: background-color 0.2s ease;
	background: #ffffff;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
}


.biz-advisory-msp-table tbody tr:hover td:not(:first-child) {
	background-color: #f9f9f9;
}

/* Column highlighting - when revenue column is selected */
.biz-advisory-msp-table tbody td.msp-table-cell.column-active {
	background: #9B7E43 !important;
	color: #ffffff !important;
	font-weight: 600;
	border-color: #7a6438;
}

.biz-advisory-msp-table thead th.column-active {
	background: #7a6438 !important;
	color: #ffffff !important;
	border-color: #5f4f2d;
	box-shadow: inset 0 0 0 3px #9B7E43;
}

/* Dim non-active columns */
.biz-advisory-msp-table.column-filter-active tbody td.msp-table-cell:not(.column-active),
.biz-advisory-msp-table.column-filter-active thead th:not(.column-active):not(:first-child) {
	opacity: 0.4;
	background-color: #e8e8e8 !important;
	color: #999999;
}

.biz-advisory-msp-table.column-filter-active tbody td.msp-table-cell:not(.column-active) {
	cursor: not-allowed;
	pointer-events: none;
}
.biz-advisory-msp-table.column-filter-active tbody td.msp-table-cell.column-highlighted-sub-category {
	cursor:unset;
	pointer-events: unset;
	background-color: #fef9e7 !important;
    color: #333333;
	opacity: 1;
}

/* Hover state for revenue column headers */
.biz-advisory-msp-table thead th:not(:first-child) {
	cursor: pointer;
	position: relative;
}

.biz-advisory-msp-table thead th:not(:first-child):hover {
	background: #8a6d39 !important;
	transition: background 0.2s ease;
}

.biz-advisory-msp-table thead th:not(:first-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 0 0;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.biz-advisory-msp-table thead th:not(:first-child):hover::after {
	content: '▼';
	opacity: 1;
	color: #ffffff;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	border: none;
	width: auto;
	height: auto;
}

/* Clear filter button */
.msp-table-clear-filter {
	display: none;
	margin-top: 10px;
	padding: 8px 15px;
	background: #9B7E43;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	transition: background 0.2s ease;
}

.msp-table-clear-filter:hover {
	background: #7a6438;
}

.biz-advisory-msp-table.column-filter-active ~ .msp-table-clear-filter {
	display: inline-block;
}

/* Data cells styling */
.biz-advisory-msp-table tbody td:not(:first-child) {
	background: #ffffff;
	color: #333333;
	font-weight: 500;
	padding: 10px 8px;
}

.clickable-cell {
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.clickable-cell:hover {
	background-color: #d4af37 !important;
	color: #000000 !important;
	transform: scale(1.05);
	box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
	z-index: 1;
}

.clickable-cell:not(:empty) {
	font-weight: 600;
}

/* Tooltip for regular clickable cells (no subcategories) */
.clickable-cell:not(.parent-cell):not(.subcategory-cell)::after {
	content: 'Click to view partners';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	background: #000000;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 1000;
}

.clickable-cell:not(.parent-cell):not(.subcategory-cell):hover::after {
	opacity: 1;
}

/* Parent cells with subcategories */
.parent-cell {
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.parent-cell:hover {
	background-color: #b8941f !important;
	color: #000000 !important;
	transform: scale(1.05);
	box-shadow: 0 2px 8px rgba(184, 148, 31, 0.4);
	z-index: 1;
}

.parent-cell:not(:empty) {
	font-weight: 600;
}

/* Parent cell when expanded */
.parent-cell.expanded {
	background-color: #fef9e7 !important;
}

/* Tooltip for parent cells */
.parent-cell::after {
	content: 'Click to expand subcategories';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	background: #000000;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 1000;
}

.parent-cell:hover::after {
	opacity: 1;
}

.parent-cell.expanded::after {
	content: 'Click to collapse';
}

/* Expand/collapse icon */
.expand-icon {
	display: inline-block;
	margin-left: 4px;
	font-size: 7px;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.parent-cell.expanded .expand-icon {
	transform: rotate(-180deg);
}

/* Subcategory rows */
.subcategory-row {
	background-color: #fef9e7;
	display: none;
	animation: slideDown 0.3s ease-out;
}

.subcategory-row.visible {
	display: table-row;
}

.subcategory-row td {
	font-size: 12px;
	color: #555555;
	background-color: #fef9e7 !important;
}

.subcategory-row td:first-child {
	font-style: italic;
	position: relative;
	background-color: #fef9e7;
	font-weight: 500;
	padding-left: 20px;
}

.subcategory-row td:first-child::before {
	content: '└─';
	position: absolute;
	left: 8px;
	color: #9B7E43;
	font-weight: normal;
}

.subcategory-name {
	text-align: left !important;
	padding-left: 40px !important;
}

.subcategory-row .msp-table-cell {
	background-color: #fef9e7 !important;
	position: relative;
}

.subcategory-row .msp-table-cell:hover {
	background-color: #d4af37 !important;
	color: #000000 !important;
}

.subcategory-row .clickable-cell {
	cursor: pointer;
	background-color: #fef9e7 !important;
}

/* Tooltip for subcategory cells */
.subcategory-row .clickable-cell::after {
	content: 'Click to view partners';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	background: #000000;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 1000;
}

.subcategory-row .clickable-cell:hover::after {
	opacity: 1;
}

/* Animation for subcategory rows */
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Parent category row highlight when expanded */
.parent-category-row.expanded td {
	background-color: #fef9e7 !important;
}

/* Sidebar Styles */

.msp-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 508px;
	height: 100vh;
	background: #ffffff;
	z-index: 20000;
	transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(-100%);
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
	border-right: 1px solid #e9ecef;
	margin-block-start: 0;
	will-change: transform;
}

.msp-sidebar.active {
	transform: translateX(0);
}

.msp-sidebar-header {
	background: #ffffff;
	color: #2c2c2c;
	padding: 25px 25px 0;
	border-bottom: 0;
}

.logged-in.admin-bar .msp-sidebar-header {
	padding: 55px 25px 0;
 }

/* Sidebar Title Section */
.msp-sidebar-title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e7eb;
}

.msp-sidebar-title h3 {
	margin: 0 0 8px 0;
	font-size: 20px;
	font-weight: 600;
	color: #1f2937;
	line-height: 1.3;
}

.msp-sidebar-subtitle {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
	line-height: 1.5;
	font-style: italic;
}

.msp-search-section {
	margin-bottom: 20px;
}

.msp-search-input {
	width: 100%;
	padding: 12px 40px 12px 16px;
	border: 1px solid #d1d5db;
	border-radius: 50px;
	font-size: 15px;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
	color: #6b7280;
	transition: all 0.2s ease;
}

.msp-search-input:focus {
	outline: none;
	border-color: #9B7E43;
	box-shadow: 0 0 0 3px rgba(155, 126, 67, 0.1);
}

.msp-search-input::placeholder {
	color: #9ca3af;
}

/* No results message */
.msp-no-results {
	padding: 40px 20px;
	text-align: center;
	color: #6b7280;
	background: #f9fafb;
	border-radius: 12px;
	margin-bottom: 20px;
}

.msp-no-results p {
	margin: 0;
	font-size: 15px;
}

.msp-search-input:focus {
	outline: none;
	border-color: #9B7E43;
	box-shadow: 0 0 0 3px rgba(155, 126, 67, 0.1);
	background: #ffffff;
}

.msp-search-section {
	position: relative;
	margin-bottom: 20px;
}

.msp-info-row {
	display: flex;
	gap: 24px;
	margin-bottom: 20px;
}

.msp-category-info {
	flex: 1;
}

.msp-operation-label {
	font-size: 14px;
	color: #9ca3af;
	text-transform: none;
	margin-bottom: 4px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.msp-operation-name {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.2;
}

.msp-revenue-range {
	font-size: 24px;
	color: #1f2937;
	font-weight: 600;
	line-height: 1.2;
}

.msp-partner-count {
	background: transparent;
	border-radius: 0;
	padding: 25px 0 0;
	margin-bottom: 0;
	border: none;
	border-top: 2px solid #9B7E43;
}

.msp-partner-count-label {
	font-size: 10px;
	color: #9ca3af;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.msp-partner-count-number {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.2;
}

.msp-sidebar-content {
	padding: 0 0 25px;
	background: #ffffff;
}

.msp-sidebar-loading {
	padding: 28px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #f9fafb;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	color: #374151;
	font-size: 13px;
	line-height: 1.5;
}

.msp-sidebar-loading p {
	margin: 0;
	font-size: 13px;
	color: inherit;
	letter-spacing: 0.3px;
}

.msp-sidebar .no-partners {
	margin: 40px auto;
	max-width: 320px;
	padding: 32px 24px;
	background: #f9fafb;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
	color: #6b7280;
	border: 1px solid #e5e7eb;
}

/* Partner Logo Grid */
.msp-partner-logos {
	background: transparent;
	padding: 20px 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.msp-logo-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	align-items: center;
}

.msp-partner.grid .msp-logo-grid {
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 24px;
	justify-items: center;
}

.msp-partner.grid .msp-logo-item {
	padding: 16px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.msp-partner.grid .msp-logo-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.msp-partner.grid .msp-logo-item img {
	max-height: 80px;
	max-width: 160px;
}

.msp-partner.grid .msp-partner-grid-special-offer {
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #f9fafb;
	text-align: center;
	white-space: pre-line;
}

.msp-partner.grid .msp-partner-grid-description {
	margin-top: 8px;
	font-size: 13px;
	color: rgba(249, 250, 251, 0.8);
	text-align: center;
	white-space: pre-line;
}

.msp-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #ffffff;
	border-radius: 0;
	min-height: 90px;
	border: none;
	transition: all 0.2s ease;
}

.msp-logo-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	border-color: #d1d5db;
}

.msp-logo-item img {
	max-width: 100%;
	max-height: 60px;
	object-fit: contain;
}

/* Partner Details Section */
.msp-partner-details {
	background: #ffffff;
	padding: 0;
}

/* Tier separators inside sidebar partner list */
.msp-partner-tier-separator {
	margin: 18px 0 10px;
	padding: 10px 0 6px;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.msp-partner-tier-title {
	margin: 0 20px;
	font-size: 15px;
	font-weight: 700;
	color: #1f2937;
	letter-spacing: 0.3px;
}

.msp-single-partner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0;
}

.msp-single-partner-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.msp-single-partner-header h2 {
	margin: 0;
	color: #1f2937;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

/* Partner Title Row with Badge */
.msp-partner-title-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.msp-partner-title-row h2,
.msp-partner-title-row h4 {
	margin: 0;
}

/* Evaluator Type Badge */
.msp-evaluator-badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	border-radius: 20px;
	white-space: nowrap;
}

/* Partner Meta Info (Category & Revenue) */
.msp-partner-meta-info {
	background: #f8f9fa;
	padding: 12px 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	border-left: 3px solid #9B7E43;
}

.msp-partner-meta-item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
}

.msp-partner-meta-item:last-child {
	margin-bottom: 0;
}

.msp-meta-label {
	font-size: 12px;
	font-weight: 600;
	color: #4b5563;
}

.msp-meta-value {
	font-size: 12px;
	color: #1f2937;
	font-weight: 500;
}

.msp-single-partner-tagline {
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.msp-partner-card {
	/* background: #ffffff; */
	/* border: 1px solid #e0e0e0; */
	border-radius: 0;
	padding: 18px 25px;
	margin-bottom: 20px;
	transition: box-shadow 0.2s ease;
	border-bottom: 1px solid #eeeeee;
}

.msp-partner-card:last-child {
	border-bottom: none;
}

.msp-partner-header {
	display: block;
}

.msp-partner-logo {
	width: 100%;
	height: auto;
	margin: 12px 0;
	display: block;
	text-align: left;
}

.msp-partner-logo img {
	max-width: 60px;
	max-height: 60px;
	object-fit: contain;
}

.msp-partner-info {
	flex: 1;
}

.msp-partner-info h4 {
	margin: 0 0 4px 0;
	color: #1f2937;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.msp-partner-tagline {
	font-size: 15px;
	color: #000000;
	font-style: normal;
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}

.msp-partner-description {
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 20px;
}

.msp-partner-special-offer {
	margin: 16px 0;
	padding: 18px;
	background: #f9fafb;
	border-left: 3px solid #9B7E43;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.6;
	color: #1f2937;
}

.msp-partner-special-offer strong {
	display: block;
	margin-bottom: 6px;
	color: #9B7E43;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.msp-contact-info {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}

/* Signup Form Style for non member user */
.msp-sign-up-wrapp { 
	position: absolute;
    background-color: #A78845;
    z-index: 5;
    margin: 0 auto;
    padding: 30px 20px;
    left: 0;
    right: 0;
    top: 40px;
}
.msp-sign-up-wrapp .msp-sign-up-form {
	display: flex;
    column-gap: 12px;
 }
.msp-sign-up-wrapp .signup-heading { font-size:16px; color: #fff; }
.msp-contact-info.restricted { position:relative; }
.msp-contact-info.restricted .msp-contact-item  {
	 filter: blur(6px);
}
.msp-sign-up-wrapp .msp-sign-up-form input[type="email"]:placeholder { color:#fff; }
.msp-sign-up-wrapp .msp-sign-up-form input[type="email"] {
	color:#fff;
	border:1px solid #fff;
}
.msp-sign-up-wrapp .msp-sign-up-form input[type="submit"] {
	background-color:#fff;
}
.msp-sign-up-wrapp .msp-sign-up-error {
	color: #fff;
    font-size: 14px;
    font-style: italic;
 }
.msp-sign-up-wrapp .msp-sign-up-error a { color:#fff; font-weight: 600; text-decoration:underline; }
.msp-contact-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	font-size: 15px;
	color: #374151;
	justify-content: space-between;
	border-bottom: 1px solid #9B7E43;
}

.msp-contact-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.msp-contact-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	flex-shrink: 0;
	vertical-align: middle;
	display: inline-block;
	object-fit: contain;
}

.msp-contact-item a {
	color: black;
	text-decoration: none;
}

.msp-contact-item a:hover {
	color: #9B7E43;
	text-decoration: none;
}

/* Video Button Styles */
.msp-video-button-wrapper {
	margin: 20px 0;
	text-align: right;
}

.msp-video-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
}

.msp-video-button:hover {
	background: #9B7E43;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.msp-video-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* Video Lightbox Modal */
.msp-video-lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.msp-video-lightbox.active {
	display: flex;
}

.msp-video-lightbox-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	height: auto;
}

#msp-video-container {
	position: relative;
	width: 100%;
	max-height: 80vh;
	aspect-ratio: 16 / 9;
}

.msp-video-lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 36px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}

.msp-video-lightbox-close:hover {
	color: #9B7E43;
}

#msp-video-container iframe {
	width: 100%;
	height: 100%;
	max-height: 80vh;
	border: none;
}

.msp-special-offer {
	margin-top: 20px;
	padding: 15px;
	background: #f9fafb;
	border-left: 3px solid #9B7E43;
	border-radius: 4px;
}

.msp-special-offer strong {
	display: block;
	margin-bottom: 8px;
	color: #9B7E43;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.msp-special-offer p {
	margin: 0;
	color: #374151;
	font-size: 14px;
	line-height: 1.6;
	white-space: pre-line;
}

/* Partner Content Field - Additional Details/Notes Section */
.msp-partner-content {
	margin-top: 24px;
	padding: 26px 22px 18px;
	background: #ffffff;
	border: 2px solid #e8d5b7;
	border-radius: 8px;
	box-shadow: 0 3px 8px rgba(155, 126, 67, 0.08);
	position: relative;
	font-size: 14px;
	color: #2d3748;
	line-height: 1.6;
}

.msp-partner-content::before {
	content: "ℹ Additional Information";
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 16px;
	padding: 4px 14px;
	background: #9B7E43;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.msp-partner-content p {
	margin: 0 0 14px 0;
	color: #2d3748;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}

.msp-partner-content p:first-of-type {
	margin-top: 8px;
}

.msp-partner-content p:last-child {
	margin-bottom: 0;
}

.msp-partner-content ul,
.msp-partner-content ol {
	margin: 12px 0;
	padding-left: 26px;
	color: #2d3748;
	font-size: 14px;
	line-height: 1.6;
}

.msp-partner-content li {
	margin-bottom: 8px;
	position: relative;
}

.msp-partner-content ul li::marker {
	color: #9B7E43;
}

.msp-partner-content strong {
	color: #1a202c;
	font-weight: 700;
}

.msp-partner-content a {
	color: #9B7E43;
	text-decoration: none;
	border-bottom: 1px solid #9B7E43;
	transition: all 0.2s ease;
	font-weight: 500;
}

.msp-partner-content a:hover {
	color: #7d6636;
	border-bottom-color: #7d6636;
	background: rgba(155, 126, 67, 0.05);
}

.msp-partner-actions {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.msp-action-btn {
	flex: 1;
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.msp-action-btn.primary {
	background: #1f2937;
	color: #ffffff;
}

.msp-action-btn.primary:hover {
	background: #111827;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.msp-action-btn.secondary {
	background: #f3f4f6;
	color: #374151;
	border: 1px solid #e5e7eb;
}

.msp-action-btn.secondary:hover {
	background: #e5e7eb;
	color: #1f2937;
}

.msp-partner-card .partner-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.msp-partner-card .partner-actions a {
	padding: 8px 16px;
	background: #c9a961;
	color: #000000;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease;
}

.msp-partner-card .partner-actions a:hover {
	background: #b8860b;
}

/* Sidebar Overlay */
.msp-sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 19999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.26s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.msp-sidebar-overlay.active {
	opacity: 1;
	visibility: visible;
	margin-block-start: 0;
}


/* MSP single display carousel */
.msp-partner-carousel { 
	width:100%;
	border: 1px solid #00000013;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	transition: transform 0.3s, box-shadow 0.3s;
	padding: 35px 20px;
	min-height: 390px;
}
.msp-partner-carousel h3 { 
	text-align:center; 
	/*min-height: 61px;*/
    font-size: 18px;
}
.msp-partner-carousel img { height: 150px  !important; object-fit: contain; width: 100%; }



/* Responsive Design */
@media (max-width: 1200px) {
	.biz-advisory-msp-table-wrapper {
		margin: 1em auto;
		left: 0%;
    	right: 0%;
	}
	
	.msp-table-container {
		overflow-x: auto;
	}
	
	.biz-advisory-msp-table th,
	.biz-advisory-msp-table td {
		padding: 8px 6px;
		font-size: 11px;
	}
	
	.biz-advisory-msp-table thead th {
		padding: 12px 6px;
		font-size: 9px;
	}
}

@media (max-width: 768px) {
	.msp-table-title {
		font-size: 16px;
		padding: 15px;
	}
	
	.msp-table-subtitle {
		font-size: 12px;
		padding: 0 15px 15px;
	}
	
	.biz-advisory-msp-table tbody tr:not(.service-category-parent) td:first-child {
		min-width: 120px;
		padding: 8px 10px;
		font-size: 11px;
	}
	
	.clickable-cell:hover {
		transform: none;
	}
	
	.msp-partner-content {
		padding: 14px;
		margin-top: 16px;
	}
	
	.msp-partner-content::before {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.msp-partner-content p {
		font-size: 13px;
		line-height: 1.6;
	}
}

@media (max-width: 480px) {
	.msp-sidebar {
		width: 300px;
		left: -300px;
	}
	
	.biz-advisory-msp-table-wrapper {
		margin: 0.5em;
	}
	
	.msp-table-container {
		border-radius: 8px;
	}
	
	.biz-advisory-msp-table th,
	.biz-advisory-msp-table td {
		padding: 6px 4px;
		font-size: 10px;
	}
	
	.biz-advisory-msp-table thead th {
		padding: 10px 4px;
		font-size: 8px;
	}
	
	.msp-partner-content {
		padding: 12px;
		margin-top: 14px;
		border-radius: 4px;
	}
	
	.msp-partner-content::before {
		font-size: 11px;
		letter-spacing: 0.5px;
	}
	
	.msp-partner-content p {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.msp-sidebar {
		width: 280px;
		left: -280px;
	}
	
	.msp-table-title {
		font-size: 14px;
		padding: 12px;
	}
	
	.msp-table-subtitle {
		font-size: 11px;
		padding: 0 12px 12px;
	}
}

/* Enhanced Partner Cards for Sidebar */
.msp-partner-card {
	/* background: #ffffff; */
	/* border: 1px solid #e0e0e0; */
	border-radius: 0;
	padding: 18px 25px;
	margin-bottom: 20px;
	transition: box-shadow 0.2s ease;
	border-bottom: 1px solid #eeeeee;
}

.msp-partner-card h4 {
	margin: 0 0 12px 0;
	color: #2c2c2c;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	display: block;
	width: 100%;
}

.msp-partner-card .partner-meta {
	font-size: 13px;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.4;
}

.msp-partner-card .partner-description {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 14px;
}

.msp-partner-card .partner-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.msp-partner-card .partner-actions a {
	padding: 8px 16px;
	background: #c9a961;
	color: #000000;
	text-decoration: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease;
	display: inline-block;
}

/* Partner Item Styling */
.msp-partner-item {
	position: relative;
	display: inline-block;
	margin: 2px;
}

.msp-partner-name {
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #007cba;
	cursor: pointer;
}

.msp-partner-name:hover {
	text-decoration: underline;
	color: #005a87;
}

/* Popup Styling */

.msp-popup {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	background: #ffffff;
	border: 1px solid #d4af37;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 280px;
	max-width: 350px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.2s ease;
}

.msp-partner-item:hover .msp-popup,
.msp-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.msp-popup-content {
	padding: 0;
}

.msp-popup-header {
	background: #d4af37;
	color: #ffffff;
	padding: 12px 15px;
	border-radius: 5px 5px 0 0;
	position: relative;
	font-weight: 600;
}

.msp-popup-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.msp-popup-close {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.2s ease;
	color: #ffffff;
}

.msp-popup-close:hover {
	opacity: 1;
}

.msp-popup-body {
	padding: 15px;
	max-height: 200px;
	overflow-y: auto;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

.msp-popup-body p {
	margin: 0 0 10px 0;
}

.msp-popup-body p:last-child {
	margin-bottom: 0;
}

/* Rich content styling from WYSIWYG editor */
.msp-popup-body h1,
.msp-popup-body h2,
.msp-popup_body h3,
.msp-popup-body h4,
.msp-popup-body h5,
.msp-popup-body h6 {
	margin: 0 0 6px 0;
	font-weight: 600;
	color: #d4af37;
}

.msp-popup-body h1 { font-size: 16px; }
.msp-popup-body h2 { font-size: 15px; }
.msp-popup-body h3 { font-size: 14px; }
.msp-popup-body h4 { font-size: 13px; }
.msp-popup-body h5 { font-size: 12px; }
.msp-popup-body h6 { font-size: 11px; }

.msp-popup-body ul,
.msp-popup-body ol {
	margin: 0 0 10px 0;
	padding-left: 20px;
}

.msp-popup-body li {
	margin-bottom: 3px;
}

.msp-popup-body blockquote {
	margin: 0 0 10px 0;
	padding: 10px 14px;
	border-left: 3px solid #b68b34;
	background: rgba(182, 139, 52, 0.12);
	font-style: italic;
}

.msp-popup-body strong,
.msp-popup-body b {
	font-weight: bold;
	color: #e7cb83;
}

.msp-popup-body em,
.msp-popup-body i {
	font-style: italic;
}

.msp-popup-body a {
	color: #f7d590;
	text-decoration: underline;
}

.msp-popup_body img {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
	border-radius: 4px;
}

.msp-popup-footer {
	padding: 16px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.msp-learn-more-btn,
.msp-contact-btn {
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	transition: background-color 0.2s ease;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #d4af37;
}

.msp-learn-more-btn:hover,
.msp-contact-btn:hover {
	background: #b8941f;
	color: #ffffff !important;
}

/* Popup arrow */

.msp-popup::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #d4af37;
	z-index: 1;
}

/* Popup positioned to the right */
.msp-popup.popup-right::before {
	left: auto;
	right: 24px;
}

/* Popup positioned above */
.msp-popup.popup-top::before {
	top: auto;
	bottom: -10px;
	border-bottom: none;
	border-top: 10px solid #050505;
}

/* Scroll highlight effect for smooth scrolling targets */

.msp-scroll-highlight {
	animation: msp-highlight-pulse 2s ease-in-out;
}

@keyframes msp-highlight-pulse {
	0% {
		background-color: transparent;
		box-shadow: none;
	}
	25% {
		background-color: rgba(182, 139, 52, 0.18);
		box-shadow: 0 0 16px rgba(182, 139, 52, 0.35);
	}
	50% {
		background-color: rgba(182, 139, 52, 0.23);
		box-shadow: 0 0 22px rgba(182, 139, 52, 0.45);
	}
	75% {
		background-color: rgba(182, 139, 52, 0.18);
		box-shadow: 0 0 16px rgba(182, 139, 52, 0.35);
	}
	100% {
		background-color: transparent;
		box-shadow: none;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.msp-popup {
		min-width: 250px;
		max-width: 300px;
	}
	
	.msp-popup-body {
		max-height: 150px;
	}
}

/* Mobile optimization for partner cards */
@media (max-width: 480px) {
	.msp-partner-card {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.msp-partner-card h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.msp-partner-card .partner-meta {
		font-size: 12px;
		margin-bottom: 12px;
	}
	
	.msp-partner-card .partner-description {
		font-size: 13px;
		margin-bottom: 12px;
	}
	
	.msp-partner-card .partner-actions a {
		padding: 6px 12px;
		font-size: 11px;
	}
	
	.msp-sidebar .no-partners {
		padding: 20px 10px;
		font-size: 13px;
	}
}

/* ========================================
   MSP Tier Sections (Auto-generated)
   ======================================== */

.msp-tier-section {
	width: 96vw;
	max-width: 96vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 2em;
	left: 50%;
	right: 50%;
	margin-left: -48vw;
	margin-right: -48vw;
	position: relative;
}

.msp-tier-title {
	font-size: 28px;
	font-weight: 600;
	color: #1f2937;
	margin: 0 0 15px 0;
	padding: 0 0 15px 20px;
	border-left: 5px solid #9B7E43;
	border-bottom: 2px solid #e5e7eb;
}

.msp-tier-subtitle {
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0 0 25px 0;
	padding: 0 20px;
	max-width: 1000px;
}

.msp-tier-count {
	font-size: 18px;
	font-weight: 400;
	color: #6b7280;
	margin-left: 10px;
}

/* ========================================
   MSP Partners Grid Shortcode Styles
   ======================================== */

.msp-partners-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.msp-partner-grid-item {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.msp-partner-grid-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Partner Grid Top Section (Logo + Headshot) */
.msp-partner-grid-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	background: #ffffff;
	min-height: 160px;
}

.msp-partner-grid-logo {
	background: #ffffff;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.msp-partner-grid-logo img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
	object-fit: contain;
}

.msp-partner-grid-headshot {
	flex-shrink: 0;
}

.msp-partner-grid-headshot img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #9B7E43;
}

.msp-partner-grid-logo a {
	display: block;
	width: 100%;
	text-align: center;
}

.msp-partner-grid-content {
	padding: 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	background: linear-gradient(135deg, #a58c5a 0%, #9B7E43 100%);
	color: #ffffff;
	gap: 8px;
}

.msp-partner-grid-tagline {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 500;
}

.msp-partner-grid-category {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}

.msp-partner-grid-revenue {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}

.msp-partner-grid-video-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-decoration: none;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease;
	margin-top: 5px;
}

.msp-partner-grid-video-btn:hover {
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

.msp-video-icon {
	font-size: 10px;
}

.msp-partner-grid-special-offer {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	order: 0;
	max-width: 100%;
}

/* Legacy tagline styling - keep for backwards compatibility */
.msp-partner-grid-content > .msp-partner-grid-tagline:only-child {
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 400;
}

/* Responsive adjustments for tier variations */
@media (max-width: 1200px) {
	/* Keep Elite at 4 columns on larger tablets */
	.msp-partners-grid-wrapper[data-tier="elite"] {
		grid-template-columns: repeat(4, 1fr);
	}
	
	/* Other tiers scale down */
	.msp-partners-grid-wrapper[data-tier="premier"],
	.msp-partners-grid-wrapper[data-tier="partner"],
	.msp-partners-grid-wrapper[data-tier="regular"],
	.msp-partners-grid-wrapper[data-tier="association"],
	.msp-partners-grid-wrapper[data-tier="media"] {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1024px) {
	/* Elite stays at 4 until smaller */
	.msp-partners-grid-wrapper[data-tier="elite"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	/* Others to 3 columns */
	.msp-partners-grid-wrapper[data-tier="premier"],
	.msp-partners-grid-wrapper[data-tier="partner"],
	.msp-partners-grid-wrapper[data-tier="regular"],
	.msp-partners-grid-wrapper[data-tier="association"],
	.msp-partners-grid-wrapper[data-tier="media-partners"],
	.msp-partners-grid-wrapper[data-tier="media"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}

}

@media (max-width: 768px) {
	/* Elite to 2 columns on tablets */
	.msp-partners-grid-wrapper[data-tier="elite"] {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	/* Others to 2 columns */
	.msp-partners-grid-wrapper[data-tier="premier"],
	.msp-partners-grid-wrapper[data-tier="partner"],
	.msp-partners-grid-wrapper[data-tier="regular"],
	.msp-partners-grid-wrapper[data-tier="association"],
	.msp-partners-grid-wrapper[data-tier="media-partners"],
	.msp-partners-grid-wrapper[data-tier="media"] {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.msp-partners-grid-wrapper {  padding: 20px 10px; }
	
	.msp-partner-grid-content {
		padding: 25px;
	}
	
	.msp-partner-grid-logo {
		padding: 30px 15px;
		min-height: 150px;
	}

	.reset_btn_table { 
		position: unset;
		margin-bottom: 20px;
		display: block;
    	float: right;
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	/* All to 1 column on mobile */
	.msp-partners-grid-wrapper {
		grid-template-columns: 1fr;
	}
}

/* Partner tier size variations - columns are set inline via PHP */
/* Removed hardcoded grid-template-columns as they're now dynamic */

/* Smaller boxes for premier partners */
.msp-partners-grid-wrapper[data-tier="premier"] .msp-partner-grid-top {
	min-height: 140px;
	padding: 15px;
}

.msp-partners-grid-wrapper[data-tier="premier"] .msp-partner-grid-logo img {
	max-height: 70px;
}

.msp-partners-grid-wrapper[data-tier="premier"] .msp-partner-grid-headshot img {
	width: 60px;
	height: 60px;
}

.msp-partners-grid-wrapper[data-tier="premier"] .msp-partner-grid-content {
	padding: 15px;
}

/* Smaller for partner/regular tier */
.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-top,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-top {
	min-height: 120px;
	padding: 15px 10px;
}

.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-logo img,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-logo img {
	max-height: 60px;
}

.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-headshot img,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-headshot img {
	width: 50px;
	height: 50px;
}

.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-content,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-content {
	padding: 12px;
}

.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-tagline,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-tagline {
	font-size: 11px;
}

.msp-partners-grid-wrapper[data-tier="regular"] .msp-partner-grid-revenue,
.msp-partners-grid-wrapper[data-tier="partner"] .msp-partner-grid-revenue {
	font-size: 11px;
}

/* Association partners - same as partner tier */
.msp-partners-grid-wrapper[data-tier="association"] .msp-partner-grid-top {
	min-height: 120px;
	padding: 15px 10px;
}

.msp-partners-grid-wrapper[data-tier="association"] .msp-partner-grid-logo img {
	max-height: 60px;
}

.msp-partners-grid-wrapper[data-tier="association"] .msp-partner-grid-headshot img {
	width: 50px;
	height: 50px;
}

.msp-partners-grid-wrapper[data-tier="association"] .msp-partner-grid-content {
	padding: 12px;
}

.msp-partners-grid-wrapper[data-tier="association"] .msp-partner-grid-tagline {
	font-size: 11px;
}

/* Smallest for media sponsors */
.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-top {
	min-height: 100px;
	padding: 15px 10px;
}

.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-logo img {
	max-height: 50px;
}

.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-headshot img {
	width: 40px;
	height: 40px;
}

.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-content {
	padding: 10px;
}

.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-tagline {
	font-size: 10px;
}

.msp-partners-grid-wrapper[data-tier="media"] .msp-partner-grid-revenue {
	font-size: 10px;
}

/* Clickable partner items */
.msp-partner-grid-item {
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.msp-partner-grid-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.msp-partner-grid-item:active {
	transform: translateY(-2px);
}