/*----------------------------------------------------------------------------------------------
 *
 *	Resets / Base Styles
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod {
    box-sizing: border-box;
}

.aiopod *, 
.aiopod *:before, 
.aiopod *:after {
	box-sizing: inherit;
}

.aiopod img {
	display: block;	
	border-radius: 0;
	box-shadow: none;
	max-width: 100%;
}

.aiopod svg {
	flex-shrink: 0;
}

.aiopod [hidden] {
	display: none !important;
}

/* Screen-reader only — visually hidden but announced by assistive tech */
.aiopod .aiopod-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Icons */
@font-face {
    font-family: 'aiopod';
    src: url('../fonts/aiopod.eot?86yfky');
    src: url('../fonts/aiopod.eot?86yfky#iefix') format('embedded-opentype'),
        url('../fonts/aiopod.ttf?86yfky') format('truetype'),
        url('../fonts/aiopod.woff?86yfky') format('woff'),
        url('../fonts/aiopod.svg?86yfky#aiopod') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="aiopod-icon-"], 
[class*=" aiopod-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'aiopod' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aiopod .aiopod-icon-facebook:before {
    content: "\ea91";
}

.aiopod .aiopod-icon-twitter:before {
    content: "\e900";
}

.aiopod .aiopod-icon-linkedin:before {
    content: "\eac9";
}

.aiopod .aiopod-icon-instagram:before {
    content: "\ea92";
}

.aiopod .aiopod-icon-pinterest:before {
    content: "\ead1";
}

.aiopod .aiopod-icon-tumblr:before {
    content: "\eaba";
}

.aiopod .aiopod-icon-whatsapp:before {
    content: "\ea93";
}

.aiopod .aiopod-icon-youtube:before {
    content: "\ea9d";
}

.aiopod .aiopod-icon-email:before {
    content: "\e901";
}

/* Icons Group */
.aiopod .aiopod-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;  
}

.aiopod .aiopod-icons a {
    display: inline-flex;
    transition: transform 0.2s ease;
	border-radius: 3px;
	background-color: rgba(238, 238, 238, 0.75);
	padding: 0.5em;
    line-height: 1;    
}

.aiopod .aiopod-icons a:hover,
.aiopod .aiopod-icons a:focus-visible {
    transform: scale(1.1);
    outline: none;
}

.aiopod .aiopod-icons .aiopod-icon {
    font-size: 2.5em;
}

.aiopod .aiopod-icons img {
    width: 2.5em;
    height: 2.5em;
}

/* Play Button */
.aiopod .aiopod-button--play,
.aiopod .aiopod-button--play:hover,
.aiopod .aiopod-button--play:focus {
	-webkit-appearance: none;
	appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;	
    color: inherit;
    font: inherit;  
    font-weight: normal;    
}

.aiopod .aiopod-button--playing .aiopod-svg--play {
    display: none !important;
}

.aiopod .aiopod-button--playing .aiopod-svg--pause {
    display: block !important;
}

.aiopod .aiopod-button--overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.aiopod .aiopod-button--overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	width: 33%;
    height: 33%;
    min-width: 32px;
    min-height: 32px;
    max-width: 64px;
    max-height: 64px;
	filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
}

.aiopod .aiopod-button--overlay:hover svg {
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.5));
}

/* Badges */
.aiopod .aiopod-badge {
	pointer-events: none;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 2;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.25em 0.5em;	
	line-height: 1;
	color: #fff;
	font-size: 0.875em;	
}

.aiopod .aiopod-badge--duration {
	pointer-events: none;
	position: absolute;
	top: unset;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 2;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.25em 0.5em;	
	line-height: 1;
	color: #fff;
	font-size: 0.875em;	
}

/*----------------------------------------------------------------------------------------------
 *
 *	Animations
 *
 *--------------------------------------------------------------------------------------------*/
/* Spinner */
@keyframes aiopod-wait {
	12.5% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0;
	}

	25% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px;
	}

	37.5% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px;
	}

	50% {
		background-position-x: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px;
	}

	62.5% {
		background-position-x: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px;
	}

	75% {
		background-position-x:  0, 0, 6px,  6px, 12px, 12px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}

	87.5% {
		background-position-x:  6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}

	100% {
		background-position-x: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
}

.aiopod .aiopod-spinner {
	background: 
		linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
		linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),

		linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
		linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),

		linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
		linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),

		linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
		linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),

		linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
		linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),

		linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
		linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px); 

	background-repeat: no-repeat;

	background-size: 
		4px 9px,   /* 6 */
		4px 9px,

		4px 9px,   /* 5 */
		4px 9px,

		4px 9px,   /* 4 */
		4px 9px,

		4px 11px,  /* 3 */
		4px 11px,

		4px 16px,  /* 2 */
		4px 16px,

		4px 16px,  /* 1 */
		4px 16px;

	background-position-x: -4px; /* Hide All */
	background-position-y: 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 0, 0, 0, 0;

    zoom: 1; /* Increase this for a bigger symbol*/	
	width: 16px;
    min-width: 16px;	
	height: 16px;
    min-height: 16px;

    animation: aiopod-wait .80s steps(1, start) infinite;
}

.aiopod .aiopod-spinner * {
	display: none !important;
}

/* Fade In */
@keyframes aiopod-fade-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Pulse bar */
@keyframes aiopod-pulse-bar {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

/*----------------------------------------------------------------------------------------------
 *
 *	Custom Select
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-dropdown {
	position: relative;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	cursor: default;
	padding-right: 2.5em !important;
	width: 100%;
	text-overflow: ellipsis;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99999;	
	margin-top: 1px;	
	border: 1px solid #9ca3af;
	border-radius: 3px;	
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	background-color: #fff;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;	
}

.aiopod .aiopod-dropdown .aiopod-dropdown__search {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 0.75em 1em;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__search input[type="text"] {
	all: unset;	
	width: 100%;
	font-size: 0.95em;	
}

.aiopod .aiopod-dropdown .aiopod-dropdown__search button {
	position: absolute;	
	top: 0;
	right: 1em;
	bottom: 0;	
}

.aiopod .aiopod-dropdown .aiopod-dropdown__search button,
.aiopod .aiopod-dropdown .aiopod-dropdown__search button:hover,
.aiopod .aiopod-dropdown .aiopod-dropdown__search button:focus {	
	margin: 0;
	border: 0;
	box-shadow: none;
	background: #fff;
	background-color: #fff;
	background-image: none;
	padding: 0;
	width: 1em;
	height: 100%;
	line-height: 1;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item {
	display: flex;	
	flex-wrap: nowrap;
	gap: 1em;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 0.65em 1em;	
	line-height: normal;
	color: #000;
	font-size: 0.95em;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item:last-child {
	border-bottom: none;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item:hover,
.aiopod .aiopod-dropdown .aiopod-dropdown__item.aiopod-is-active,
.aiopod .aiopod-dropdown .aiopod-dropdown__item.aiopod-is-selected {
	background-color: #1e90ff;
	color: #fff;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item .aiopod-dropdown__item-label {
	pointer-events: none;
	margin-right: auto;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	clear: none;
	transition: .05s border-color ease-in-out;
	margin: 0;
	outline: 0;
	border: 1px solid #8c8f94;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	cursor: default;
	padding: 0 !important;
	width: 1em;
	min-width: 1em;
	height: 1em;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
	color: #50575e;	
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item input[type="checkbox"]:checked::before {	
	display: inline-block;
	margin: -0.1875em 0 0 -0.25em;	
	width: 1.3125em;
	height: 1.3125em;
	vertical-align: middle;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
	speak: never;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item input[type="checkbox"]:focus {
	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
	border-color: #50575e;
	box-shadow: 0 0 0 1px #50575e;	
}

.aiopod .aiopod-dropdown .aiopod-dropdown__item:hover input[type="checkbox"],
.aiopod .aiopod-dropdown .aiopod-dropdown__item.aiopod-is-active input[type="checkbox"],
.aiopod .aiopod-dropdown .aiopod-dropdown__item.aiopod-is-selected input[type="checkbox"] {
	border: 1px solid #50575e;
}

.aiopod .aiopod-dropdown.aiopod-is-searching .aiopod-dropdown__item {
	padding-left: 1em !important;
}

.aiopod .aiopod-dropdown .aiopod-dropdown__no-items {
	padding: 0.65em 1em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Tabs
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod aiopod-tabs {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.aiopod aiopod-tabs .aiopod-tabs__nav {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.aiopod aiopod-tabs .aiopod-tabs__tab {
	-webkit-appearance: none;
	appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    border-bottom: 3px solid transparent;
	border-radius: 0;
    box-shadow: none;
    background: none;
    background-color: transparent;
    cursor: pointer;
    padding: 1em 1.5em;	
    color: inherit;
    font: inherit;  
    font-weight: normal;    
}

.aiopod aiopod-tabs .aiopod-tabs__tab:hover {
    border-bottom-color: #ddd;
}

.aiopod aiopod-tabs .aiopod-tabs__tab.aiopod-tabs__tab--active {
    border-bottom-color: var(--aiopod-color-main, #00b3ff);
    font-weight: 600;
}

.aiopod aiopod-tabs .aiopod-tabs__tab:focus-visible {
    border-bottom-color: transparent;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Popup
 *
 *--------------------------------------------------------------------------------------------*/
dialog.aiopod-modal {
	box-sizing: border-box;
	z-index: 999999;
	border: none;
	border-radius: 6px;
	background-color: #fff;
	padding: 0;
	width: calc( 100% - 2rem );
	max-width: 640px;
	max-height: calc( 100vh - 2rem );
	overflow-y: auto;
	animation: aiopod-fade-in 0.15s ease-out;
}

dialog.aiopod-modal::backdrop {
	background: rgba( 0, 0, 0, 0.8 );
	animation: aiopod-fade-in 0.15s ease-out;
}

.aiopod-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	border-bottom: 1px solid #eee;
	padding: 1em 1.5em;
}

.aiopod-modal__title {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	font-weight: 600;
}

.aiopod-modal__close {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	margin: 0 -0.5em 0 0;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	width: 1.5em;
	height: 1.5em;
	color: #666;
	line-height: 1.5em;
	font-size: 1.5em;
}

.aiopod-modal__close:hover {
	color: #000;
}

.aiopod-modal__body {
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 1.5em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Card
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-card {
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
	align-items: flex-start; 
	border: 1px solid #ddd;
    border-radius: 3px;	   
    width: 100%; 
	overflow: hidden;
}

.aiopod .aiopod-card:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.aiopod .aiopod-card .aiopod-card__image-wrapper {
    display: flex;
	position: relative;
    width: 100%;
}

.aiopod .aiopod-card .aiopod-card__image-wrapper img {
	margin: 0;
	width: 100%;
	object-fit: cover;
    aspect-ratio: 1 / 1;
}

.aiopod .aiopod-card .aiopod-card__content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0.25em;
	padding: 1em;
    width: 100%;
}

.aiopod .aiopod-card--horizontal {
    flex-direction: row;
	gap: 1em;
	padding: 1em;
}

.aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper {
	flex: 0 0 clamp(100px, 30%, 180px);
}

.aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper img {
	border-radius: 3px;
}

.aiopod .aiopod-card--horizontal .aiopod-card__content-wrapper {
	padding: 0;
}

.aiopod .aiopod-card--no-border {
	gap: 1em;
	border: none;
    border-radius: 0;
	padding: 0;
}

.aiopod .aiopod-card--no-border:hover {
    box-shadow: none;
}

.aiopod .aiopod-card--no-border .aiopod-card__content-wrapper {
	padding: 0;
}

@media (max-width: 480px) {
    .aiopod .aiopod-card--horizontal {
        flex-direction: column;
		gap: 0;
		padding: 0;
    }    

    .aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper {
        flex: 0;
    }

	.aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper img {
		border-radius: 0;
	}

	.aiopod .aiopod-card--horizontal .aiopod-card__content-wrapper {
		padding: 1em;
	}

	.aiopod .aiopod-card--no-border {
		gap: 1em;
	}

	.aiopod .aiopod-card--no-border .aiopod-card__image-wrapper img {
		border-radius: 3px;
	}

	.aiopod .aiopod-card--no-border .aiopod-card__content-wrapper {
		padding: 0;
	}
}

@container (max-width: 480px) {
    .aiopod .aiopod-card--horizontal {
        flex-direction: column;
		gap: 0;
		padding: 0;
    }    

    .aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper {
        flex: 0;
    }

	.aiopod .aiopod-card--horizontal .aiopod-card__image-wrapper img {
		border-radius: 0;
	}

	.aiopod .aiopod-card--horizontal .aiopod-card__content-wrapper {
		padding: 1em;
	}

	.aiopod .aiopod-card--no-border {
		gap: 1em;
	}

	.aiopod .aiopod-card--no-border .aiopod-card__image-wrapper img {
		border-radius: 3px;
	}

	.aiopod .aiopod-card--no-border .aiopod-card__content-wrapper {
		padding: 0;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Grid
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-grid {
    display: grid;
    grid-template-columns: repeat(var(--aiopod-cols, 1), 1fr);
    gap: 1.5em;
    align-items: stretch;
    width: 100%;
}

.aiopod [class*="aiopod-col-"] {
    --aiopod-cols: 1;
}

@media (min-width: 420px) {
    .aiopod [class*="aiopod-col-"] {
        --aiopod-cols: 2;
    }

	.aiopod .aiopod-col-1 { 
		--aiopod-cols: 1; 
	}
}

@media (min-width: 600px) {
    .aiopod [class*="aiopod-col-"] {
        --aiopod-cols: 3;
    }

	.aiopod .aiopod-col-1 { 
		--aiopod-cols: 1; 
	}

	.aiopod .aiopod-col-2 { 
		--aiopod-cols: 2; 
	}
}

@media (min-width: 768px) {
    .aiopod .aiopod-col-1  { --aiopod-cols: 1; }
    .aiopod .aiopod-col-2  { --aiopod-cols: 2; }
    .aiopod .aiopod-col-3  { --aiopod-cols: 3; }
    .aiopod .aiopod-col-4  { --aiopod-cols: 4; }
    .aiopod .aiopod-col-5  { --aiopod-cols: 5; }
    .aiopod .aiopod-col-6  { --aiopod-cols: 6; }
    .aiopod .aiopod-col-7  { --aiopod-cols: 7; }
    .aiopod .aiopod-col-8  { --aiopod-cols: 8; }
    .aiopod .aiopod-col-9  { --aiopod-cols: 9; }
    .aiopod .aiopod-col-10 { --aiopod-cols: 10; }
    .aiopod .aiopod-col-11 { --aiopod-cols: 11; }
    .aiopod .aiopod-col-12 { --aiopod-cols: 12; }
}

/*----------------------------------------------------------------------------------------------
 *
 *	Utilities
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-no-margin {
	margin: 0;
}

.aiopod .aiopod-no-padding {
	padding: 0;
}

.aiopod .aiopod-text-left {
	text-align: left;
}

.aiopod .aiopod-text-right {
	text-align: right;
}

.aiopod .aiopod-text-center {
	text-align: center;
}

.aiopod .aiopod-leading-normal {
	line-height: 1.5;
}

.aiopod .aiopod-text-muted {
    color: rgba(0, 0, 0, 0.6);
}

.aiopod .aiopod-text-success {
    color: #28a745;
}

.aiopod .aiopod-text-error {
    color: #dc3545;
}

.aiopod .aiopod-text-heading {
	margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 1.4em;
}

.aiopod .aiopod-text-large {
	line-height: 1.4;
    font-size: 1.3em;
}

.aiopod .aiopod-text-medium {
	line-height: 1.5;
    font-size: 1.1em;
}

.aiopod .aiopod-text-small {
	line-height: 1.6;
    font-size: 0.9em;
}

.aiopod .aiopod-font-bold {
    font-weight: 600;
}

.aiopod .aiopod-link-unstyled,
.aiopod .aiopod-link-unstyled:hover,
.aiopod .aiopod-link-unstyled:focus {
    text-decoration: none;
}

.aiopod .aiopod-button {
	display: flex;
	gap: 0.35em;
	align-items: center;
	justify-content: center;
    margin: 0;
}

.aiopod .aiopod-responsive-wrapper {
    container-type: inline-size;  
    display: flex;
    width: 100%;  
}

.aiopod .aiopod-breadcrumbs {
	display: flex;
	gap: 0.5em;
	align-items: center;
	font-size: 0.9em;
}

.aiopod .aiopod-ui-text {
    display: flex;
    gap: 0.35em;
    align-items: center;
}

.aiopod .aiopod-hide-if-empty:empty {
	display: none !important;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Player
 *
 *--------------------------------------------------------------------------------------------*/
aiopod-media {
	margin-top: 1em;	
}

aiopod-media[is-video] {
	margin-top: 0.5em;	
}

aiopod-media:focus {
	outline: 0;
}

/* Card */
.aiopod .aiopod-card--player {
	overflow: visible;
}

.aiopod .aiopod-card--player .aiopod-player__content-wrapper {
	align-self: center;
}

.aiopod .aiopod-card--player .aiopod-player__meta--primary {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.25em;
	column-gap: 0.5em;
}

.aiopod .aiopod-card--player .aiopod-player__meta--secondary {
    display: flex;
    flex-wrap: wrap;
	row-gap: 0.25em;
    column-gap: 1em;
}

.aiopod .aiopod-card--player .aiopod-player__meta--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
	margin-top: 0.5em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Episodes Filters
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-filters {
	border-radius: 3px;
	background: #f7f7f7;
    padding: 1em;    
}

.aiopod-filters form {
	display: flex;
	gap: 0.5em;   
}

.aiopod-filters select {
	-webkit-appearance: none;
	   -moz-appearance: none;   
            appearance: none;

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5em !important;
}

.aiopod-filters .aiopod-form-control {	
	flex-grow: 1;
}

.aiopod-filters .aiopod-form-field {	
	width: 100%;
}

.aiopod-filters .aiopod-button-group {
	display: flex;
	flex-grow: 1;
	gap: 0.5em;
	align-items: center;
}

.aiopod-filters .aiopod-button {	
	flex-grow: 1;
	max-width: 120px;
}

.aiopod-filters .aiopod-button--reset {	
	flex-grow: 0;
	padding: 0 0.5em;
}

/* Layout: Compact */
.aiopod-filters--layout-compact .aiopod-filters__keyword {
	position: relative;
}

.aiopod-filters--layout-compact .aiopod-filters__keyword button {
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;	
}

.aiopod-filters--layout-compact .aiopod-filters__keyword button,
.aiopod-filters--layout-compact .aiopod-filters__keyword button:hover,
.aiopod-filters--layout-compact .aiopod-filters__keyword button:focus {
	margin: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	background-color: transparent;
	background-image: none;
	padding: 0;
	width: 2em;
	height: 100%;
	line-height: 1;
}

/* Layout: Vertical */
.aiopod-filters--layout-vertical form {
	flex-direction: column;
}

/* Layout: Horizontal */
.aiopod-filters--layout-horizontal form {	
	flex-wrap: wrap;
	align-items: center;
}

.aiopod-filters--layout-horizontal .aiopod-filters__keyword {
	flex-grow: 4;
}

.aiopod-filters--layout-horizontal .aiopod-filters__tags,
.aiopod-filters--layout-horizontal .aiopod-filters__season,
.aiopod-filters--layout-horizontal .aiopod-filters__sort {
	flex-grow: 2;
}

/* Progress bar container */
.aiopod-progress {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 99999;
    height: 4px;
    width: 100%;    
    overflow: hidden;    
}

/* Actual progress bar */
.aiopod-progressbar {
	background-color: var(--aiopod-color-main, #00b3ff);   
    width: 0;
    height: 100%;
    transition: width 0.2s ease, background-color 0.2s ease;
    animation: aiopod-pulse-bar 1.5s infinite;
    will-change: width, background-color;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Pagination
 *
 *--------------------------------------------------------------------------------------------*/
aiopod-pagination {
	display: flex;
    flex-direction: column;
	gap: 0.5em;
	align-items: center;
}

aiopod-pagination .aiopod-pagination__links {
	display: flex;
	gap: 0.25em;
	align-items: center;
	justify-content: center;
}

aiopod-pagination .aiopod-pagination__links .page-numbers {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 0.5em 0.75em;		
	text-decoration: none;	
	line-height: 1;
}
  
aiopod-pagination .aiopod-pagination__links a:hover,
aiopod-pagination .aiopod-pagination__links .current {	
	border: 1px solid var(--aiopod-color-main, #00b3ff);
	background-color: var(--aiopod-color-main, #00b3ff);
	color: #fff;	
}

aiopod-pagination .aiopod-pagination__links a:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

aiopod-pagination.aiopod-spinner {
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Podcasts
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-podcasts {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

/* Card */
.aiopod-podcasts .aiopod-card--podcast .aiopod-svg--lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	width: 33%;
    height: 33%;
    min-width: 24px;
	min-height: 24px;
	max-width: 48px;
    max-height: 48px;
	filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
}

.aiopod-podcasts .aiopod-card--podcast .aiopod-podcast__meta {
	display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.aiopod-podcasts .aiopod-card--podcast .aiopod-podcast__excerpt {
	margin-top: 0.5em;
}

/* Single Podcast Page */
.aiopod-single--podcast {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.aiopod-single--podcast .aiopod-card--no-border,
.aiopod-single--podcast .aiopod-card--no-border .aiopod-podcast__content-wrapper {
	gap: 1.5em;
}

.aiopod-single--podcast .aiopod-card--no-border .aiopod-podcast__meta--primary {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.25em;
	column-gap: 0.5em;
}

.aiopod-single--podcast .aiopod-card--no-border .aiopod-podcast__meta--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.aiopod-single--podcast .aiopod-card--participant {
	flex-direction: row;
	gap: 0.75em;
	align-items: center;
	padding: 0.75em;
}

.aiopod-single--podcast .aiopod-card--participant .aiopod-participant__image-wrapper {
	flex-shrink: 0;
    width: 80px;
}

.aiopod-single--podcast .aiopod-card--participant .aiopod-participant__image-wrapper img {
    border-radius: 50%;
}

.aiopod-single--podcast .aiopod-card--participant .aiopod-participant__content-wrapper {
	padding: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Episodes
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-episodes, 
aiopod-episodes {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

/* Card */
.aiopod-episodes .aiopod-card--episode .aiopod-svg--lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	width: 33%;
    height: 33%;
    min-width: 24px;
	min-height: 24px;
	max-width: 48px;
    max-height: 48px;
	filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
}

.aiopod-episodes .aiopod-card--episode .aiopod-episode__meta {
	display: flex;
	flex-wrap: wrap;
    row-gap: 0.25em;
	column-gap: 0.5em;
}

.aiopod-episodes .aiopod-card--episode .aiopod-episode__excerpt {
	margin-top: 0.5em;
}

/* Compact */
.aiopod-episodes--layout-compact {
	gap: 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.aiopod-episodes--layout-compact .aiopod-player .aiopod-card {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.aiopod-episodes--layout-compact .aiopod-player .aiopod-card:hover {
	box-shadow: none;
}

.aiopod-episodes--layout-compact .aiopod-filters {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 1em;   
}

.aiopod-episodes--layout-compact aiopod-episodes {
    gap: 0;
}

.aiopod-episodes--layout-compact .aiopod-episodes__count {
	border-bottom: 1px solid #ddd;
    padding: 1em; 
}

.aiopod-episodes--layout-compact .aiopod-episodes__list {
    display: flex;
    flex-direction: column;
	overflow-y: auto;
}

.aiopod-episodes--layout-compact .aiopod-episode {
    display: flex;	
    align-items: center;
	gap: 1em;
	transition: background-color 0.2s ease;
    border-bottom: 1px solid #ddd;
    padding: 0.75em 1em;    
}

.aiopod-episodes--layout-compact .aiopod-episode:last-child {
	border-bottom: none;
}

.aiopod-episodes--layout-compact .aiopod-episode:nth-child(even) {
    background-color: #fafafa;
}

.aiopod-episodes--layout-compact .aiopod-episode:hover {
    background-color: #f0f0f0;
}

.aiopod-episodes--layout-compact .aiopod-episode__content {
    display: flex;
    flex: 1;
	gap: 1em;
    align-items: center;
    justify-content: space-between;	
    overflow: hidden;
}

.aiopod-episodes--layout-compact .aiopod-episode__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aiopod-episodes--layout-compact .aiopod-pagination {
	border-top: 1px solid #ddd;
	background-color: #fafafa;
    padding: 1em; 
}

.aiopod-episodes--layout-compact .aiopod-episodes__empty {
	border-top: 1px solid #ddd;
    padding: 1em; 
}

@media (max-width: 480px) {
    .aiopod-episodes--layout-compact .aiopod-episode__content {
        flex-direction: column;
        align-items: flex-start;
		gap: 0.25em;
    }

	.aiopod-episodes--layout-compact .aiopod-episode__title {
		white-space: normal;
	}
}

@container (max-width: 480px) {
    .aiopod-episodes--layout-compact .aiopod-episode__content {
        flex-direction: column;
        align-items: flex-start;
		gap: 0.25em;
    }

	.aiopod-episodes--layout-compact .aiopod-episode__title {
		white-space: normal;
	}
}

/* Slider */
.aiopod-episodes--layout-slider .swiper-pagination {
	position: static;
	margin-top: 1.5em;
}

/* Single Episode Page */
.aiopod-single--episode {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.aiopod-single--episode .aiopod-card--participant {
	flex-direction: row;
	gap: 0.75em;
	align-items: center;
	padding: 0.75em;
}

.aiopod-single--episode .aiopod-card--participant .aiopod-participant__image-wrapper {
	flex-shrink: 0;
    width: 80px;
}

.aiopod-single--episode .aiopod-card--participant .aiopod-participant__image-wrapper img {
    border-radius: 50%;
}

.aiopod-single--episode .aiopod-card--participant .aiopod-participant__content-wrapper {
	padding: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Categories
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-categories {
	display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.aiopod-categories--layout-list ul,
.aiopod-categories--layout-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aiopod-categories--layout-list .children {
	margin-left: 1.25em;
}

/* Card */
.aiopod-categories .aiopod-card--category .aiopod-category__meta {
	display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.aiopod-categories .aiopod-card--category .aiopod-category__description {
	margin-top: 0.5em;
}

/* Single Category Page */
.aiopod-single--category {
	display: flex;
    flex-direction: column;
    gap: 2em;
}

.aiopod-single--category .aiopod-card--no-border,
.aiopod-single--category .aiopod-card--no-border .aiopod-category__content-wrapper {
	gap: 1.5em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Tags
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-tags--layout-list ul,
.aiopod-tags--layout-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Single Tag Page */
.aiopod-single--tag {
	display: flex;
    flex-direction: column;
    gap: 2em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Participants
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-participants {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

/* Card */
.aiopod-participants .aiopod-card--participant .aiopod-card__image-wrapper img {
	background-color: #556080;
}

.aiopod-participants .aiopod-card--participant .aiopod-participant__meta--primary {
    display: flex;
    flex-direction: column;
	gap: 0.25em;
}

.aiopod-participants .aiopod-card--participant .aiopod-participant__meta--secondary {
    display: flex;
    flex-wrap: wrap;
	row-gap: 0.25em;
    column-gap: 0.5em;
}

.aiopod-participants .aiopod-card--participant .aiopod-participant__description {
	margin-top: 0.5em;
}

/* Single Participant Page */
.aiopod-single--participant {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.aiopod-single--participant .aiopod-card--no-border {
	gap: 1.5em;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__image-wrapper img {
	border-radius: 50%;
	max-width: 180px;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__content-wrapper {
	align-self: center;
	gap: 0.5em;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__meta--primary {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__meta--secondary {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.25em;
	column-gap: 0.5em;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-icons {
	margin-top: 0.5em;
}

.aiopod-single--participant .aiopod-card--no-border .aiopod-icons .aiopod-icon {
	font-size: 1.5em;
}

@media (max-width: 480px) {
	.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__image-wrapper {
		justify-content: center;
	}

	.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__content-wrapper {
		flex-grow: 0;
		margin: auto;
    	width: fit-content;
		text-align: center;
	}
}

@container (max-width: 480px) {
	.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__image-wrapper {
		justify-content: center;
	}

	.aiopod-single--participant .aiopod-card--no-border .aiopod-participant__content-wrapper {
		flex-grow: 0;
		margin: auto;
    	width: fit-content;
		text-align: center;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Block Editor
 *
 *--------------------------------------------------------------------------------------------*/
.block-editor .wp-block-aiopod-podcasts .components-spinner,
.block-editor .wp-block-aiopod-episodes .components-spinner,
.block-editor .wp-block-aiopod-categories .components-spinner,
.block-editor .wp-block-aiopod-tags .components-spinner,
.block-editor .wp-block-aiopod-participants .components-spinner {
	display: flex;
	align-items: center;
	width: 100%;
}

.block-editor .wp-block-aiopod-podcasts .components-placeholder,
.block-editor .wp-block-aiopod-episodes .components-placeholder,
.block-editor .wp-block-aiopod-categories .components-placeholder,
.block-editor .wp-block-aiopod-tags .components-placeholder,
.block-editor .wp-block-aiopod-participants .components-placeholder {
	display: none;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Third-party conflicts
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .wp-video-shortcode .mejs-controls .mejs-time,
.aiopod .wp-audio-shortcode .mejs-controls .mejs-time {
	padding: 0 6px;
    height: 40px;
	line-height: 40px;
}

