.togmt-wrapper {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Style for the container */
.togmt-wrapper .meeting-not-started {
	text-align: center;
	margin: 50px auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	max-width: 400px;
	background-color: #f8f8f8;
}

/* Style for the headings */
.togmt-wrapper .meeting-not-started h1 {
	color: #333;
	font-size: 24px;
	margin-bottom: 10px;
}

.togmt-wrapper .meeting-not-started h4 {
	color: #555;
	font-size: 18px;
}

.togmt-wrapper .meeting-thumbnail {
	margin-bottom: 30px;
}

.togmt-wrapper .meeting-details {
	margin-bottom: 30px;
}

.togmt-wrapper .meeting-thumbnail img {
	width: 100%;
	height: auto;
}

.togmt_time_to_start {
	margin-bottom: 20px;
}

.togmt-countdown-value {
	font-weight: bold;
	font-size: 20px;
}

.togmt_start_time {
	display: flex;
	justify-content: center;
}

.togmt-countdown-wrapper {
	margin-right: 25px;
}

#sub-frame-error-details {
	display: none !important;
	visibility: hidden !important;
}


.togmt-single-widget {
	background-color: white;
	border: 1px solid rgb(226, 228, 231);
	border-radius: 8px;
	overflow: hidden;
}

.togmt-single-widget+.togmt-single-widget {
	margin-top: 32px;
}

.togmt-wrapper-flex {
	display: flex;
}

.togmt-widget-title {
	background-color: #3a3a3a;
	font-size: 24px !important;
	line-height: 32px !important;
	padding: 6px 16px !important;
	margin: 0 !important;
	color: #fff !important;
}

.togmt-widget-inner {
	padding: 16px;
}

.togmt-single-widget-detail dl {
	margin: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}



.togmt-single-widget-detail dl dt {
	font-size: 18px;
	font-weight: 600;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.togmt-single-widget-detail dl dd {
	font-size: 16px;
	margin: 0 1.5em 1em;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: 400;
	border: 0;
}

.togmt-single-widget-detail dd:last-child {
	margin-bottom: 0;
}

.togmt-countdown {
	display: flex;
	flex-wrap: wrap;
}

.togmt-countedown-block {
	flex-grow: 1;
	line-height: 1;
	font-weight: 700;
	font-size: 22px;
	justify-content: space-between;
}

.togmt-countdown-label {
	display: block;
	line-height: 1;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}

.togmt-single-widget-host-actions p {
	margin: 10px 0 0 !important;
	font-size: 14px;
}

.togmt-buy-btn {
	display: block;
	max-width: 180px;
	text-align: center;
	margin: 0;
	background: #ff631a;
	color: #fff;
	padding: 15px 25px;
	text-decoration: none;
	border-radius: 8px;
	font-size: 17px;
	font-weight: bold;
}

.togmt-meeting-add-to {
	border: 1px solid #e2e4e7;
	display: block;
	border-radius: 8px;
	line-height: 24px;
	font-size: 18px;
	transition: all 0.3s ease;
	padding: 10px 16px;
}

.togmt-meeting-add-to:hover {
	background-color: #7856fb;
	border-color: #7856fb;
}

.togmt-meeting-add-to svg {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	fill: #666666;
	transition: all 0.3s ease;
}

.togmt-meeting-add-to span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	color: #666666;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

.togmt-form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -9px;
}

.togmt-form-col {
	flex: 0 0 33.333333%;
	padding: 0 9px;
}

.form-message {
	margin: 0 0 15px;
	color: white;
	padding: 4px 15px;
	font-size: 14px;
	background-color: #f39c12;
}

.form-message:empty {
	display: none;
}

.form-message.form-error {
	background-color: #e74c3c;
}

.form-message.form-success {
	background-color: #27ae60;
}

.device-status {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	padding: 6px;
	text-align: center;
}

.device-status-error {
	align-items: flex-start;
	background-color: #f8ae1a;
	border-radius: 8px;
	color: #040404;
	padding: 12px 16px;
	text-align: left;
}

.device-icon {
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
}

.device-status span {
	margin-left: 16px;
}

.togmt-wrapper iframe+iframe {
	display: none;
}

.togmt-group-meeting-form {
	border: 1px solid #e8e8e8;
	padding: 30px;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	background-color: white;
	border-radius: 8px;
	margin-bottom: 35px;
}

.togmt-group-meeting-form [type='submit'] {
	font-family: inherit !important;
	font-size: medium !important;
	color: #fff !important;
	background-color: #ef5455 !important;
	border-radius: 8px !important;
	padding: 8px 20px !important;
	font-weight: 700 !important;
	font-style: normal;
	text-decoration: none !important;
	text-align: center !important;
	cursor: pointer !important;
	display: inline-block !important;
	line-height: 1.3 !important;
	border: 1px solid #ef5455 !important;
	outline: 0 !important;
	vertical-align: middle !important;
	-webkit-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s linear;
}

.togmt-wrapper .togmt-col-4 {
	width: calc((100% / 12)* 4);
	padding: 0 16px;
	/* float: left; */
}

.togmt-wrapper .togmt-sidebar-col {
	width: calc((100% / 12)* 4);
	padding: 0 16px;
	/* float: left; */
}

.togmt-wrapper .togmt-meeting-col {
	width: calc((100% / 12)* 8);
	padding: 0 16px;
	/* float: left; */
}

.togmt-wrapper .togmt-col-8 {
	width: calc((100% / 12)* 8);
	padding: 0 16px;
	/* float: left; */
}

.togmt-wrapper .togmt-col-12 {
	width: calc((100% / 12)* 12);
	padding: 0 16px;
	/* float: left; */
}

.togmt-wrapper .togmt-shortcode-widget {
	margin-top: 40px;
}

/* General styling */
.togmt-meeting-section {
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.togmt-meeting-section .togmt-meeting-section-title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.togmt-meeting-section .togmt-meeting-form-wrapper {
	max-width: 610px;
	margin: 0 auto;
}

/* Form styling */
.togmt-meeting-section .togmt-meeting-form {
	margin-bottom: 20px;
}

.togmt-meeting-section .togmt-form-group {
	margin-bottom: 15px;
}

.togmt-meeting-section .togmt-input-wrapper {
	width: 100%;
}

.togmt-meeting-section .togmt-form-label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #666;
	text-align: left;
}

.togmt-meeting-section .togmt-form-input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}

.togmt-meeting-section .togmt-form-input:focus {
	border-color: #046bd2;
	outline: none;
}

.togmt-meeting-section .togmt-btn {
	display: inline-block;
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.togmt-meeting-section .togmt-btn-primary {
	background-color: #046bd2;
	color: #fff;
}

.togmt-meeting-section .togmt-btn-primary:hover {
	background-color: #045cb4;
}

.togmt-meeting-section .togmt-btn-secondary {
	background-color: #6c757d;
	color: #fff;
}

.togmt-meeting-section .togmt-btn-secondary:hover {
	background-color: #242527;
}

.togmt-meeting-section .togmt-separator {
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	text-align: left;
}

.error-message {
	color: #ff0000;
	/* Red color for error messages */
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 500;
}

.togmt-form-error-message {
	color: #ff0000;
	/* Red color for error messages */
	font-size: 14px;
	margin-top: 5px;
	font-weight: 500;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0;
}

.togmt-form-error-message.top {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
}

.error-message.top {
	font-size: 16px;
	font-weight: 600;
}

.success-message {
	color: #008000;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}

.togmt_form_success-message {
	color: #008000;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
}

/* Checkout page */

.woocommerce-page.woocommerce-checkout form #order_review th.title {
	text-align: left !important;
	font-size: 1.5rem !important;
	font-weight: 600 !important;
	line-height: 1.3em !important;
}

a.togmt-buy-button {
	display: inline-block;
	background-color: #D55603;
	color: white;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top: 20px;
	width: 100%;
}

/* Button hover effect */
a.togmt-buy-button:hover {
	background-color: #A04104;
	color: white;
}

/* Custom CSS for meeting details */
.togmt-singal-product-details {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-top: 20px;
}


.togmt-singal-product-details ul {
	list-style-type: none;
	padding: 0;
	font-size: 17px;
}

.togmt-singal-product-details ul li {
	margin-bottom: 10px;
}

.togmt-singal-product-details ul li strong {
	font-weight: bold;
	margin-right: 5px;
}


/* My account meeting tab */

/* Table styles */
.togmt-meeting-orders-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.togmt-meeting-orders-table th,
.togmt-meeting-orders-table td {
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

/* Table header styles */
.togmt-meeting-orders-table th {
	background-color: #f2f2f2;
	color: #333;
	font-weight: bold;
}

/* Table body styles */
.togmt-meeting-orders-table td {
	color: #666;
}

/* Table body row hover effect */
.togmt-meeting-orders-table tbody tr:hover {
	background-color: #f9f9f9;
}

/* Actions link styles */
.togmt-meeting-orders-table tbody td a {
	color: #7856fb;
	text-decoration: none;
	font-weight: 600;
}

.togmt-meeting-orders-table tbody td a:focus {
	outline: none !important;

}

.togmt-meeting-orders-table tbody td a:hover {
	text-decoration: underline !important;
}

.togmt-meeting-orders-table tbody .togmt-no-meeting {
	text-align: center;
}

button.togmt-meeting-status {
	border-radius: 8px;
	background-color: #7856fb;
	padding: 10px 30px;
	color: #ffffff;
	font-family: inherit;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	border: none;

}

button.togmt-meeting-status:hover {
	background-color: #4f21ff;
}

/* Zoom css start*/
.togmt-zoom-join-links {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.togmt-shortcode-zoom-join-links {
	padding: 40px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.togmt-button {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #7856fb;
}

.togmt-zoom-join-web {
	background-color: transparent;
	color: #7856fb;
}

.togmt-zoom-join-web:hover {
	background-color: #7856fb;
	color: white;
}

.togmt-join-app {
	background-color: transparent;
	color: #7856fb;
}

.togmt-join-app:hover {
	background-color: #7856fb;
	color: white;
}

/* Zoom cs end */

/* Webex meeting start */
.togmt-webex-join-links,
.togmt-google-meet-join-links {
	margin-bottom: 40px;
}

.togmt-webex-st-join-links,
.togmt-google-meet-st-join-links {
	padding: 40px 10px;
}

.togmt-webex-button,
.togmt-google-meet-button {
	display: inline-block;
	padding: 10px 100px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #7856fb;
}

.togmt-webex-join,
.togmt-google-meet-join {
	background-color: transparent;
	color: #7856fb;
}

.togmt-webex-join:hover,
.togmt-google-meet-join:hover {
	background-color: #7856fb;
	color: white;
}

.webex-agenda-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.webex-agenda-desc {
	font-size: 14px;
}

/* Webinar registration notice */
.togmt-webinar-registration-notice {
	display: block;
	clear: both;
	background-color: #e7f3ff;
	border-left: 4px solid #0073aa;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.togmt-webinar-registration-notice p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	font-weight: 500;
}

/* Webex-meeting end */

/* Microsoft Teams meeting start */
.togmt-msteams-join-links {
	margin-bottom: 40px;
}

.togmt-msteams-st-join-links {
	padding: 40px 10px;
}

.togmt-msteams-button {
	display: inline-block;
	padding: 10px 100px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #5b5fc7;
}

.togmt-msteams-join {
	background-color: transparent;
	color: #5b5fc7;
}

.togmt-msteams-join:hover {
	background-color: #5b5fc7;
	color: white;
}

/* Microsoft Teams meeting end */

@media (max-width: 860px) {
	.togmt-wrapper .togmt-sidebar-col {
	width: calc((100% / 12)* 12);
	}

	.togmt-wrapper-flex {
	display: inline-block;
	}

	.togmt-wrapper.togmt-wrapper-flex .togmt-meeting-col {
	width: calc((100% / 12)* 11.5);
	}

	.togmt-wrapper.togmt-wrapper-flex .togmt-sidebar-col {
	width: calc((100% / 12)* 11.5);
	}

	.togmt-wrapper .togmt-meeting-col {
	width: calc((100% / 12)* 12);
	}

	.togmt-wrapper .togmt-sidebar {
	margin-bottom: 20px;
	}
}

@media (max-width: 650px) {
	.togmt-button {
	padding: 10px 12px;
	font-size: 13px;
	}
}

@media (max-width: 500px) {
	.togmt-zoom-join-links {
	display: inline-block;
	}

	.togmt-shortcode-zoom-join-links {
	display: inline-block;
	}

	.togmt-button {
	padding: 10px 0px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	}
}

@media (max-width: 360px) {
	.togmt-webex-button {
	width: 100%;
	padding: 10px 50px;
	}
}

/* Add to clander */
.togmt-single-widget .calander-btn-wrapper {
	padding: 20px;
}

.togmt-add-to-calendar-btn {
	display: flex;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
	color: #333;
	background-color: #f9f9f9;
	transition: background-color 0.2s ease;
	align-items: center;
}

.togmt-add-to-calendar-btn:hover {
	background-color: #eee;
}

.calendar-title {
	margin-left: 8px;
	font-size: 18px;
	font-weight: 500;
}


.mce-toolbar .mce-i-dashicons {
	font-family: dashicons !important;
	font-size: 35px !important;
	width: auto !important;
	line-height: 20px !important;
}

.mce-window .mce-window-head .mce-close:hover {
	background: none;
	border-color: unset;
}

.mce-window .mce-window-head .mce-close:focus {
	background: none;
	border-color: unset;
}

#meeting-select-open:hover {
	background: none;
}

#mceu_13-button:hover {
	background: none;
}

.woocommerce-js select {
	padding: 0em 0.8em;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.meetings a {
	display: flex;
	align-items: center;
}

.togmt-dokan-meeting-select-wrapper {
	margin-bottom: 22px;
}

.togmt-login-button {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7856fb;
	/* WordPress Blue */
	border: none;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none !important;
}

.togmt-login-button:hover {
	background-color: #4f21ff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

/* Recording Player Styles */
.togmt-recording-player {
	margin: 30px auto;
	max-width: 900px;
	width: 100%;
}

.togmt-recording-player video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #000;
}

.togmt-recording-message {
	text-align: center;
	margin: 50px auto;
	padding: 30px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	max-width: 600px;
	background-color: #f9f9f9;
}

.togmt-recording-message h3 {
	color: #333;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.togmt-recording-message p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.togmt-recording-error {
	text-align: center;
	margin: 50px auto;
	padding: 30px 20px;
	border: 1px solid #ffcccb;
	border-radius: 8px;
	max-width: 600px;
	background-color: #fff5f5;
}

.togmt-recording-error h3 {
	color: #d32f2f;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.togmt-recording-error p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.togmt-recording-processing {
	text-align: center;
	margin: 50px auto;
	padding: 30px 20px;
	border: 1px solid #fff4e5;
	border-radius: 8px;
	max-width: 600px;
	background-color: #fffbf0;
}

.togmt-recording-processing h3 {
	color: #f57c00;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.togmt-recording-processing p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.togmt-recording-player {
	margin: 20px auto;
	}

	.togmt-recording-message,
	.togmt-recording-error,
	.togmt-recording-processing {
	margin: 30px 15px;
	padding: 20px 15px;
	}

	.togmt-recording-message h3,
	.togmt-recording-error h3,
	.togmt-recording-processing h3 {
	font-size: 20px;
	}

	.togmt-recording-message p,
	.togmt-recording-error p,
	.togmt-recording-processing p {
	font-size: 14px;
	}
}

/* Recording Archive Styles */
.togmt-recording-archive {
	margin: 40px 0;
	width: 100%;
}

/* Archive Wrapper with Sidebar */
.togmt-recording-archive-wrapper {
	display: flex;
	gap: 30px;
	margin: 40px 0;
}

.togmt-recording-archive-main {
	flex: 1;
	min-width: 0;
}

.togmt-recording-archive-sidebar {
	width: 300px;
	flex-shrink: 0;
}

/* Sidebar Styles */
.togmt-recording-sidebar {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.togmt-recording-sidebar-title {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 2px solid #7856fb;
}

.togmt-recording-sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.togmt-sidebar-item {
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.togmt-sidebar-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.togmt-sidebar-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.togmt-sidebar-thumbnail-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background-color: #000;
	overflow: hidden;
}

.togmt-sidebar-thumbnail-wrapper.togmt-sidebar-no-thumbnail {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.togmt-sidebar-thumbnail-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.togmt-sidebar-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.9;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.togmt-sidebar-item:hover .togmt-sidebar-play-icon {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

.togmt-sidebar-title {
	padding: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
	background: #f9f9f9;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.togmt-recording-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 0;
}

.togmt-recording-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.togmt-recording-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.togmt-recording-thumbnail {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background-color: #000;
	overflow: hidden;
}

.togmt-recording-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.togmt-recording-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 10;
}

.togmt-recording-card:hover .togmt-recording-play-overlay {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

/* Play overlay is handled by CSS ::before/::after pseudo-elements.
	Do NOT re-show the SVG overlay inside .togmt-recording-card-wrapper
	to avoid a double play icon. */

.togmt-recording-processing-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: #f57c00;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.togmt-recording-info {
	padding: 16px;
}

.togmt-recording-title {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.togmt-recording-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.togmt-recording-date {
	flex: 1;
}

.togmt-recording-duration {
	font-weight: 500;
	color: #7856fb;
}

/* Lightbox Modal Styles */
.togmt-recording-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	/* Hidden by default */
	align-items: center;
	justify-content: center;
}

.togmt-recording-lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.togmt-recording-lightbox-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
	animation: togmtLightboxFadeIn 0.3s ease;
}

@keyframes togmtLightboxFadeIn {
	from {
	opacity: 0;
	transform: scale(0.9);
	}

	to {
	opacity: 1;
	transform: scale(1);
	}
}

.togmt-recording-lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	transition: background-color 0.3s ease;
}

.togmt-recording-lightbox-close:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.togmt-recording-lightbox-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background-color: #000;
}

.togmt-recording-lightbox-video video,
.togmt-recording-lightbox-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.togmt-recording-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.togmt-recording-lightbox-meta {
	padding: 24px;
	background-color: #f9f9f9;
}

.togmt-recording-lightbox-title {
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.togmt-recording-lightbox-info {
	display: flex;
	gap: 16px;
	font-size: 14px;
	color: #666;
}

.togmt-recording-lightbox-date,
.togmt-recording-lightbox-duration {
	display: inline-block;
}

.togmt-recording-lightbox-actions {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}

.togmt-recording-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background-color: #7856fb;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.togmt-recording-download-btn:hover {
	background-color: #6344d9;
	color: #fff;
}

.togmt-recording-download-btn svg {
	width: 16px;
	height: 16px;
}

/* Error and No Recordings Messages */
.togmt-recording-error,
.togmt-no-recordings {
	text-align: center;
	padding: 40px 20px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	color: #666;
	font-size: 16px;
}

.togmt-recording-error {
	background-color: #fff5f5;
	border-color: #ffcccb;
	color: #d32f2f;
}

/* New Videos Section */
.togmt-new-videos-section {
	margin: 60px 0 40px 0;
	padding: 40px 0;
	border-top: 2px solid #e0e0e0;
}

.togmt-new-videos-title {
	margin: 0 0 30px 0;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	text-align: left;
}

.togmt-new-videos-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.togmt-new-video-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.togmt-new-video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.togmt-new-video-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.togmt-new-video-thumbnail {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background-color: #000;
	overflow: hidden;
}

.togmt-new-video-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.togmt-new-video-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.9;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.togmt-new-video-card:hover .togmt-new-video-play-overlay {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

.togmt-new-video-duration {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}

.togmt-new-video-info {
	padding: 16px;
}

.togmt-new-video-title {
	margin: 0 0 8px 0;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.togmt-new-video-meta {
	font-size: 13px;
	color: #666;
}

.togmt-new-video-date {
	display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.togmt-recording-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	}

	.togmt-recording-archive-wrapper {
	flex-direction: column;
	}

	.togmt-recording-archive-sidebar {
	width: 100%;
	}

	.togmt-recording-sidebar-list {
	flex-direction: row;
	overflow-x: auto;
	gap: 15px;
	}

	.togmt-sidebar-item {
	min-width: 250px;
	}

	.togmt-new-videos-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	}
}

@media (max-width: 768px) {
	.togmt-new-videos-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	}
}

@media (max-width: 640px) {
	.togmt-recording-grid {
	grid-template-columns: 1fr;
	gap: 16px;
	}

	.togmt-recording-lightbox-content {
	width: 95%;
	}

	.togmt-recording-lightbox-meta {
	padding: 16px;
	}

	.togmt-recording-lightbox-title {
	font-size: 18px;
	}

	.togmt-recording-lightbox-info {
	flex-direction: column;
	gap: 8px;
	}

	.togmt-new-videos-grid {
	grid-template-columns: 1fr;
	}

	.togmt-new-videos-title {
	font-size: 24px;
	}
}


/* Recording Information Modal Styles */
.togmt-recording-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
}

.togmt-recording-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.togmt-recording-modal-content {
	position: relative;
	width: 90%;
	max-width: 560px;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	z-index: 1;
	animation: togmtModalFadeIn 0.3s ease;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes togmtModalFadeIn {
	from {
	opacity: 0;
	transform: scale(0.95);
	}

	to {
	opacity: 1;
	transform: scale(1);
	}
}

.togmt-recording-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	background: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
	z-index: 2;
	transition: all 0.25s ease;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	font-size: 0;
	line-height: 1;
	border-radius: 0;
	opacity: 0.8;
}

.togmt-recording-modal-close::before,
.togmt-recording-modal-close::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
	transition: all 0.25s ease;
}

.togmt-recording-modal-close::before {
	transform: rotate(45deg);
}

.togmt-recording-modal-close::after {
	transform: rotate(-45deg);
}

.togmt-recording-modal-close:hover {
	opacity: 1;
	transform: scale(1.15);
}

.togmt-recording-modal-close:focus {
	outline: none !important;
	box-shadow: none !important;
}

.togmt-recording-modal-header {
	padding: 36px 32px 20px 32px;
	background: linear-gradient(135deg, #7856fb 0%, #6344d9 100%);
	border-bottom: none;
}

.togmt-recording-modal-title {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	padding-right: 40px;
	line-height: 1.4;
}

.togmt-recording-modal-body {
	padding: 28px 32px 32px 32px;
}

.togmt-recording-modal-info {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 28px;
}

.togmt-recording-info-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 12px;
	background-color: #f8f9fb;
	border-radius: 10px;
}

.togmt-recording-info-item svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: #7856fb;
}

.togmt-recording-info-item div {
	flex: 1;
}

.togmt-recording-info-item strong {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.togmt-recording-info-item span {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.togmt-recording-modal-actions {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.togmt-recording-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 24px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.togmt-recording-btn svg {
	width: 18px;
	height: 18px;
}

.togmt-recording-btn-primary {
	background: linear-gradient(135deg, #7856fb 0%, #6344d9 100%);
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(120, 86, 251, 0.25);
}

.togmt-recording-btn-primary:hover {
	background: linear-gradient(135deg, #5233c7 0%, #4122b5 100%);
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(120, 86, 251, 0.4);
}

.togmt-recording-btn-primary:focus {
	outline: none;
	text-decoration: none !important;
}

.togmt-recording-btn-secondary {
	background-color: #f0f2f5;
	color: #333 !important;
	border: 2px solid #e0e3e8;
}

.togmt-recording-btn-secondary:hover {
	background-color: #7856fb;
	color: #fff !important;
	border-color: #7856fb;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(120, 86, 251, 0.3);
}

.togmt-recording-btn-secondary:focus {
	outline: 3px solid rgba(120, 86, 251, 0.3);
	outline-offset: 2px;
	text-decoration: none !important;
}

.togmt-recording-modal-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background-color: #f0f7ff;
	border-radius: 10px;
	border-left: 4px solid #7856fb;
}

.togmt-recording-modal-note svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: #7856fb;
}

.togmt-recording-modal-note p {
	margin: 0;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
}

/* Passcode Display */
.togmt-recording-modal-passcode {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border-radius: 12px;
	border: 1px solid #fcd34d;
	margin-bottom: 20px;
}

.togmt-passcode-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.togmt-passcode-left svg {
	flex-shrink: 0;
	color: #b45309;
}

.togmt-passcode-label {
	font-size: 13px;
	font-weight: 600;
	color: #92400e;
	white-space: nowrap;
}

.togmt-recording-modal-passcode code {
	font-size: 15px;
	font-weight: 700;
	color: #78350f;
	background: rgba(180, 83, 9, 0.1);
	padding: 5px 14px;
	border-radius: 8px;
	letter-spacing: 1.5px;
	font-family: 'SF Mono', 'Consolas', 'Courier New', monospace;
	user-select: all;
	border: 1px solid rgba(180, 83, 9, 0.15);
}

.togmt-recording-copy-passcode {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #d97706;
	border-radius: 8px;
	padding: 6px 14px;
	cursor: pointer;
	color: #b45309;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.2s ease;
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.togmt-recording-copy-passcode:hover {
	background: #d97706;
	color: #fff;
	border-color: #d97706;
	box-shadow: 0 2px 6px rgba(217, 119, 6, 0.3);
}

.togmt-recording-copy-passcode.copied {
	background: #059669;
	border-color: #059669;
	color: #fff;
	box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}

.togmt-recording-copy-passcode svg {
	width: 14px;
	height: 14px;
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
	.togmt-recording-modal-content {
	width: 95%;
	max-width: none;
	}

	.togmt-recording-modal-header {
	padding: 24px 24px 16px 24px;
	}

	.togmt-recording-modal-title {
	font-size: 20px;
	}

	.togmt-recording-modal-body {
	padding: 24px;
	}

	.togmt-recording-modal-actions {
	flex-direction: column;
	}

	.togmt-recording-btn {
	width: 100%;
	}
}

/* Meeting Header Styles - Professional Design with Clean Icons */
.togmt-meeting-header {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
	border-radius: 16px;
	padding: 0;
	margin-bottom: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #e8ecf4;
	overflow: hidden;
}

.togmt-meeting-header-top {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 40px 40px 32px 40px;
	background: linear-gradient(135deg, #7856fb 0%, #6344d9 100%);
	position: relative;
}

.togmt-meeting-header-top::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.togmt-meeting-header-icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.togmt-meeting-header-icon svg {
	width: 64px;
	height: 64px;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.togmt-meeting-header-icon svg rect {
	fill: rgba(255, 255, 255, 0.15);
}

.togmt-meeting-header-icon svg path,
.togmt-meeting-header-icon svg circle {
	fill: #ffffff;
}

.togmt-meeting-header-title-section {
	flex: 1;
	min-width: 0;
}

.togmt-meeting-header-title {
	margin: 0 0 8px 0;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.togmt-meeting-header-subtitle {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}

.togmt-meeting-header-meta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #e8ecf4;
}

.togmt-meeting-meta-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px 28px;
	background: #ffffff;
	border-right: 1px solid #e8ecf4;
	transition: all 0.3s ease;
	position: relative;
}

.togmt-meeting-meta-card:last-child {
	border-right: none;
}

.togmt-meeting-meta-card::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #7856fb 0%, #6344d9 100%);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.togmt-meeting-meta-card:hover {
	background: #f8f9fc;
}

.togmt-meeting-meta-card:hover::before {
	transform: scaleX(1);
}

.togmt-meeting-meta-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7856fb;
}

.togmt-meeting-meta-icon svg {
	width: 24px;
	height: 24px;
}

.togmt-meeting-meta-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-width: 0;
}

.togmt-meeting-meta-label {
	font-size: 11px;
	font-weight: 600;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.togmt-meeting-meta-value {
	font-size: 15px;
	font-weight: 600;
	color: #1f2937;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.togmt-meeting-header-section {
	padding: 28px 40px;
	background: #ffffff;
	border-top: 1px solid #e8ecf4;
}

.togmt-meeting-header-section:first-of-type {
	border-top: none;
}

.togmt-meeting-header-section:last-child {
	padding-bottom: 32px;
}

.togmt-meeting-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
}

.togmt-meeting-section-title svg {
	width: 20px;
	height: 20px;
	color: #7856fb;
	flex-shrink: 0;
}

.togmt-meeting-section-content {
	font-size: 15px;
	color: #4b5563;
	line-height: 1.7;
}

.togmt-meeting-section-content p {
	margin: 0 0 12px 0;
}

.togmt-meeting-section-content p:last-child {
	margin-bottom: 0;
}

.togmt-meeting-section-content ul,
.togmt-meeting-section-content ol {
	margin: 0 0 12px 0;
	padding-left: 24px;
}

.togmt-meeting-section-content li {
	margin-bottom: 8px;
}

.togmt-meeting-section-content strong {
	color: #1f2937;
	font-weight: 600;
}

/* Recording Archive Container */
.togmt-recording-archive-container {
	margin: 40px 0;
	width: 100%;
}

/* Responsive Meeting Header */
@media (max-width: 1024px) {
	.togmt-meeting-header-meta-grid {
	grid-template-columns: repeat(2, 1fr);
	}

	.togmt-meeting-meta-card:nth-child(2n) {
	border-right: none;
	}

	.togmt-meeting-meta-card:nth-child(n+3) {
	border-top: 1px solid #e8ecf4;
	}
}

@media (max-width: 768px) {
	.togmt-meeting-header {
	margin-bottom: 32px;
	}

	.togmt-meeting-header-top {
	padding: 32px 28px 24px 28px;
	gap: 16px;
	}

	.togmt-meeting-header-icon {
	width: 56px;
	height: 56px;
	}

	.togmt-meeting-header-icon svg {
	width: 56px;
	height: 56px;
	}

	.togmt-meeting-header-title {
	font-size: 26px;
	}

	.togmt-meeting-header-subtitle {
	font-size: 14px;
	}

	.togmt-meeting-header-meta-grid {
	grid-template-columns: 1fr;
	}

	.togmt-meeting-meta-card {
	padding: 20px 28px;
	border-right: none;
	border-bottom: 1px solid #e8ecf4;
	}

	.togmt-meeting-meta-card:last-child {
	border-bottom: none;
	}

	.togmt-meeting-meta-card:nth-child(n+2) {
	border-top: none;
	}

	.togmt-meeting-meta-icon {
	width: 22px;
	height: 22px;
	}

	.togmt-meeting-meta-icon svg {
	width: 22px;
	height: 22px;
	}

	.togmt-meeting-meta-label {
	font-size: 10px;
	}

	.togmt-meeting-meta-value {
	font-size: 14px;
	}

	.togmt-meeting-header-section {
	padding: 24px 28px;
	}

	.togmt-meeting-header-section:last-child {
	padding-bottom: 28px;
	}

	.togmt-meeting-section-title {
	font-size: 17px;
	margin-bottom: 14px;
	}

	.togmt-meeting-section-title svg {
	width: 18px;
	height: 18px;
	}

	.togmt-meeting-section-content {
	font-size: 14px;
	}
}

@media (max-width: 480px) {
	.togmt-meeting-header-top {
	padding: 28px 24px 20px 24px;
	}

	.togmt-meeting-header-icon {
	width: 48px;
	height: 48px;
	}

	.togmt-meeting-header-icon svg {
	width: 48px;
	height: 48px;
	}

	.togmt-meeting-header-title {
	font-size: 22px;
	}

	.togmt-meeting-meta-card {
	padding: 18px 24px;
	}

	.togmt-meeting-header-section {
	padding: 20px 24px;
	}

	.togmt-meeting-header-section:last-child {
	padding-bottom: 24px;
	}

	.togmt-meeting-section-title {
	font-size: 16px;
	}
}


/* ========================================
	YouTube-Style Archive Layout
	======================================== */

/* Container with YouTube layout */
.togmt-youtube-layout {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

/* Title Bar - Horizontal section with both titles */
.togmt-archive-title-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0;
	gap: 24px;
	position: relative;
	margin-bottom: 16px;

}

.togmt-archive-title-bar .togmt-section-title {
	margin: 0;
	padding: 0 0 16px 0;
	border: none;
	min-height: auto;
	position: relative;
}

.togmt-featured-title {
	flex: 0 0 calc(70% - 12px);
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.3px;
}

.togmt-featured-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
	border-radius: 3px 3px 0 0;
}

.togmt-sidebar-title-bar {
	flex: 0 0 calc(30% - 12px);
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.3px;
}

.togmt-sidebar-title-bar::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #7856fb 0%, #6344d9 100%);
	border-radius: 3px 3px 0 0;
}

/* Top Section: Featured + Sidebar */
.togmt-archive-top-section {
	display: flex;
	gap: 24px;
	margin-top: 0;
	margin-bottom: 40px;
	align-items: flex-start;
}

/* Featured Recording (Left - 70%) */
.togmt-featured-recording {
	flex: 0 0 calc(70% - 12px);
	display: flex;
	flex-direction: column;
}

.togmt-featured-recording .togmt-featured-card {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.togmt-featured-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.togmt-featured-thumbnail {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	background: #000;
	cursor: pointer;
}

.togmt-featured-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.togmt-featured-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}

.togmt-featured-thumbnail:hover .togmt-featured-play-overlay {
	transform: translate(-50%, -50%) scale(1.1);
}

.togmt-featured-info {
	padding: 24px;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9fc 100%);
}

.togmt-featured-card .togmt-featured-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: #1a1a1a;
	line-height: 1.4;
}

.togmt-featured-card .togmt-featured-title::after {
	display: none;
}

.togmt-featured-meta {
	display: flex;
	gap: 16px;
	margin-bottom: 0;
	font-size: 14px;
	color: #606060;
}

.togmt-featured-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.togmt-featured-meta span::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #606060;
	border-radius: 50%;
	display: inline-block;
}

.togmt-featured-meta span:first-child::before {
	display: none;
}

.togmt-featured-watch-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #7856fb;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 500;
	transition: background 0.3s ease;
}

.togmt-featured-watch-btn:hover {
	background: #6344d9;
}

/* Sidebar (Right - 30%) */
.togmt-recordings-sidebar {
	flex: 0 0 calc(30% - 12px);
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	border: 1px solid #e8ecf4;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
}

/* Remove the old sidebar title since it's now in the title bar */
.togmt-sidebar-title {
	display: none;
}

/* Section Title - Common styling */
.togmt-section-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #1a1a1a;
	padding-bottom: 12px;
	border-bottom: 2px solid #e0e0e0;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.togmt-sidebar-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #1a1a1a;
	padding-bottom: 12px;
	border-bottom: 3px solid #7856fb;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.togmt-sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.togmt-sidebar-item {
	background: #f8f9fc;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #e8ecf4;
}

.togmt-sidebar-item:hover {
	transform: translateX(4px);
	box-shadow: 0 4px 16px rgba(120, 86, 251, 0.15);
	border-color: #7856fb;
	background: #fff;
}

.togmt-sidebar-link {
	display: flex;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	padding: 8px;
}

.togmt-sidebar-thumbnail {
	position: relative;
	flex: 0 0 140px;
	height: 80px;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}

.togmt-sidebar-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.togmt-sidebar-duration {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.togmt-sidebar-info {
	flex: 1;
	padding: 4px 8px 4px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
}

.togmt-sidebar-info h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #1a1a1a;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.togmt-sidebar-item:hover .togmt-sidebar-info h4 {
	color: #7856fb;
}

.togmt-sidebar-info .togmt-sidebar-date {
	font-size: 12px;
	color: #606060;
	font-weight: 500;
}

/* All Recordings Section (Bottom) */
.togmt-all-recordings-section {
	margin-top: 40px;
}

.togmt-all-recordings-section .togmt-section-title {
	border-bottom: 2px solid #e0e0e0;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.togmt-archive-title-bar {
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	}

	.togmt-featured-title,
	.togmt-sidebar-title-bar {
	flex: 1 1 100%;
	}

	.togmt-archive-top-section {
	flex-direction: column;
	}

	.togmt-featured-recording,
	.togmt-recordings-sidebar {
	flex: 1 1 100%;
	}

	.togmt-sidebar-list {
	flex-direction: row;
	overflow-x: auto;
	gap: 16px;
	}

	.togmt-sidebar-item {
	flex: 0 0 280px;
	}

	.togmt-sidebar-link {
	flex-direction: column;
	}

	.togmt-sidebar-thumbnail {
	flex: 0 0 auto;
	width: 100%;
	height: 158px;
	}
}

@media (max-width: 768px) {
	.togmt-youtube-layout {
	padding: 12px;
	}

	.togmt-archive-title-bar {
	gap: 8px;
	margin-bottom: 16px;
	}

	.togmt-archive-top-section {
	gap: 16px;
	margin-bottom: 24px;
	}

	.togmt-featured-title,
	.togmt-sidebar-title-bar {
	font-size: 18px;
	}

	.togmt-section-title {
	font-size: 18px;
	}
}


/* ========================================
	Play Overlay for Custom Thumbnails - YouTube Style
	======================================== */

/* IMPORTANT: YouTube-style play button overlay for video thumbnails */
/* This creates a clean, recognizable play button that works on all thumbnails */

/* Container positioning */
.togmt-recording-thumbnail,
.togmt-featured-thumbnail,
.togmt-archive-sidebar-thumbnail {
	position: relative;
}

/* Play button overlay - Always visible on custom thumbnails */
.togmt-recording-card .togmt-recording-thumbnail::before,
.togmt-featured-card .togmt-featured-thumbnail::before,
.togmt-archive-sidebar-item .togmt-archive-sidebar-thumbnail::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	z-index: 10;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Play triangle icon */
.togmt-recording-card .togmt-recording-thumbnail::after,
.togmt-featured-card .togmt-featured-thumbnail::after,
.togmt-archive-sidebar-item .togmt-archive-sidebar-thumbnail::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #fff;
	z-index: 11;
	transition: all 0.3s ease;
}

/* Smaller play button for sidebar items (Recent Recordings) */
.togmt-archive-sidebar-item .togmt-archive-sidebar-thumbnail::before {
	width: 48px;
	height: 48px;
}

.togmt-archive-sidebar-item .togmt-archive-sidebar-thumbnail::after {
	border-width: 10px 0 10px 16px;
}

/* Hover effects - Scale up and change color */
.togmt-recording-card:hover .togmt-recording-thumbnail::before,
.togmt-featured-card:hover .togmt-featured-thumbnail::before,
.togmt-archive-sidebar-item:hover .togmt-archive-sidebar-thumbnail::before {
	background-color: rgba(255, 0, 0, 0.9);
	transform: translate(-50%, -50%) scale(1.1);
}

.togmt-recording-card:hover .togmt-recording-thumbnail::after,
.togmt-featured-card:hover .togmt-featured-thumbnail::after,
.togmt-archive-sidebar-item:hover .togmt-archive-sidebar-thumbnail::after {
	transform: translate(-35%, -50%) scale(1.1);
}

/* Hide the old SVG play overlay - we're using CSS now */
.togmt-recording-play-overlay,
.togmt-featured-play-overlay,
.togmt-archive-sidebar-play-icon {
	display: none !important;
}

/* Duration badge positioning - ensure it's above play button */
.togmt-archive-sidebar-duration {
	z-index: 12;
}


/* ========================================
	Archive Sidebar - Custom Styles
	======================================== */

/* Sidebar Container */
.togmt-recordings-sidebar {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 20px;
	overflow: hidden;
}

/* Sidebar Title - Hidden since it's in the title bar now */
.togmt-sidebar-title {
	display: none;
}

/* Sidebar List */
.togmt-sidebar-list {
	padding: 0;
}

/* Archive Sidebar Item */
.togmt-archive-sidebar-item {
	display: flex;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	margin-bottom: 12px;
}

.togmt-archive-sidebar-item:last-child {
	margin-bottom: 0;
}

.togmt-archive-sidebar-item:hover {
	background: #f8f7ff;
	border-color: #7856fb;
	transform: translateX(4px);
	box-shadow: 0 4px 12px rgba(120, 86, 251, 0.15);
}

/* Sidebar Thumbnail */
.togmt-archive-sidebar-thumbnail {
	position: relative;
	width: 160px;
	height: 90px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #f5f5f5;
}

.togmt-archive-sidebar-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.togmt-archive-sidebar-item:hover .togmt-archive-sidebar-thumbnail img {
	transform: scale(1.05);
}

/* Sidebar Duration Badge */
.togmt-archive-sidebar-duration {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: rgba(0, 0, 0, 0.85);
	color: #ffffff;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

/* Sidebar Play Icon */
.togmt-archive-sidebar-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.togmt-archive-sidebar-item:hover .togmt-archive-sidebar-play-icon {
	opacity: 1;
}

/* Sidebar Content */
.togmt-archive-sidebar-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.togmt-archive-sidebar-title {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 6px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.togmt-archive-sidebar-item:hover .togmt-archive-sidebar-title {
	color: #7856fb;
}

.togmt-archive-sidebar-date {
	font-size: 12px;
	color: #666666;
	margin: 0;
}

/* Featured Actions */
.togmt-featured-card {
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.togmt-featured-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.togmt-featured-card:hover .togmt-featured-thumbnail img {
	transform: scale(1.05);
}

.togmt-featured-title {
	transition: color 0.3s ease;
}

.togmt-featured-card:hover .togmt-featured-title {
	color: #7856fb;
}

/* Responsive Design */
@media (max-width: 768px) {
	.togmt-archive-sidebar-thumbnail {
	width: 120px;
	height: 68px;
	}

	.togmt-archive-sidebar-title {
	font-size: 13px;
	-webkit-line-clamp: 2;
	}

	.togmt-archive-sidebar-date {
	font-size: 11px;
	}

	.togmt-featured-actions {
	flex-direction: column;
	}

	.togmt-featured-watch-btn,
	.togmt-featured-download-btn {
	width: 100%;
	justify-content: center;
	}
}

@media (max-width: 480px) {
	.togmt-archive-sidebar-thumbnail {
	width: 100px;
	height: 56px;
	}

	.togmt-sidebar-title {
	font-size: 16px;
	padding: 16px 16px 12px;
	}

	.togmt-sidebar-list {
	padding: 8px;
	}

	.togmt-archive-sidebar-item {
	padding: 10px;
	gap: 10px;
	}
}