/*----------------------------------------------------------------------------------------------
 *
 *	Resets / Base Styles
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod [hidden] {
	display: none !important;
}

.aiopod img {
	background: #f6f7f7;
}

.aiopod input[list] {
	-webkit-appearance: none;
	   -moz-appearance: none;   
            appearance: none;

	background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: 16px 16px;
	padding: 0 24px 0 8px;
}

.aiopod input[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}

.aiopod .widefat {
	max-width: 100%;
}

.aiopod .button-hero {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}

@media screen and (max-width: 500px) {
	.aiopod .button-hero {
		width: 100%;
	}
}

.aiopod .spinner {
	float: none;
	visibility: visible;
	margin: 0;
}

/* Separator for custom plugin submenu */
 #toplevel_page_aio-podcast-studio .wp-submenu a[href*="aio-podcast-studio-separator"] { 
	pointer-events: none; 
	margin: 6px 0; 
	border-top: 1px solid rgba( 255, 255, 255, 0.15 );
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.08 );
	background: transparent; 
	cursor: default; 
	padding: 0 !important; 
	height: 1px; 
	line-height: 0; 
	font-size: 0;	
}

/* Tabs */
.aiopod .nav-tab {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 6px 18px;
}

/* Block Editor */
.block-editor .aiopod-block-panel .components-panel__row {
	margin-bottom: 1.25em;
}

.block-editor .aiopod-block-panel .components-panel__row:last-child {
	margin-bottom: 0;
}

.block-editor .aiopod-block-panel .components-panel__row .aiopod-no-margin {
	margin: 0;
}

.block-editor .aiopod-block-panel .components-panel__row .components-base-control {
	width: 100%;
}

.block-editor .aiopod-block-panel .components-panel__row .components-base-control label {
	text-transform: capitalize;
	line-height: 1.6;
	font-size: 13px;
    font-weight: normal;    
}

.block-editor .aiopod-block-panel .components-panel__row .components-range-control__wrapper {
    flex: 1 1 100%;
}

.block-editor .aiopod-block-panel .components-panel__row .block-editor-panel-color-gradient-settings {	
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.block-editor .aiopod-block-panel .components-panel__row .block-editor-tools-panel-color-gradient-settings__item {	
	margin-top: 18px;
}

.block-editor .aiopod-block-panel .aiopod-block-multiselect:empty {
	display: none;
}

.block-editor .aiopod-block-panel .aiopod-block-multiselect select.components-select-control__input {	
	padding: 6px 12px;
	padding-right: 8px;
	height: 75px;
	overflow-y: auto;
}

.block-editor .aiopod-block-panel .aiopod-block-multiselect .components-input-control__suffix {
	display: none;
}

/** Animation: Fade In */
@keyframes aiopod-fade-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/** Animations: Dots */
@keyframes aiopod-dots {
	0%, 20% {
	  content: ".";
	}
	40% {
	  content: "..";
	}
	60% {
	  content: "...";
	}
	90%, 100% {
	  content: "";
	}
}

.aiopod .aiopod-animate-dots:before {
	display: inline-block;
	animation: aiopod-dots 2s linear infinite;
	width: 1.2em;
	content: "";
}

/*----------------------------------------------------------------------------------------------
 *
 *	Metabox UI (Tabs + Accordion)
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-metabox-ui .aiopod-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcde;	
	background: #f6f7f7;
}

.aiopod-metabox-ui .aiopod-tab {
	display: flex;	
	align-items: center;
	gap: 0.5em;
	transition: all 0.2s ease;
	border: none;
	border-bottom: 3px solid transparent;
	background: none;
	cursor: pointer;
	padding: 1em 1.5em;	
	color: #5a6065;
	font-weight: 500;
}

.aiopod-metabox-ui .aiopod-tab.aiopod-active {	
	border-color: var(--wp-admin-theme-color, #3858e9);
	color: var(--wp-admin-theme-color, #3858e9);
}

.aiopod-metabox-ui .aiopod-accordion {
	border-top: 1px solid #dcdcde;
}

.aiopod-metabox-ui .aiopod-accordion:first-child {
	border-top: none;
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-header {
	display: flex;
	align-items: center;
	gap: 0.5em;
	outline: none;	
	border: none;
	background: none;
	cursor: pointer;
	padding: 1em;
	width: 100%;
	color: var(--wp-admin-theme-color, #3858e9);
	font-size: 1.1em;
	font-weight: 500;	
}

.aiopod-metabox-ui .aiopod-accordion[data-collapsible="false"] .aiopod-accordion-header {
	pointer-events: none;
	border-bottom: 1px solid #dcdcde;
	background: #fdfdfd;
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-header:hover {
	background: #fdfdfd;
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-header.aiopod-open {
	border-bottom: 1px solid #dcdcde;
	background: #fdfdfd;
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-header .dashicons {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
	margin-left: auto;
	font-size: 1.2em;
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-header.aiopod-open .dashicons {
	transform: rotate(360deg);
}

.aiopod-metabox-ui .aiopod-accordion .aiopod-accordion-body {
	display: none;	
	background: #fff;
	padding: 1.5em;
}

.aiopod-metabox-ui .aiopod-accordion[data-collapsible="false"] .aiopod-accordion-body {
	display: block;
}

.aiopod-metabox-ui .description {
	margin: 0;
}

@media screen and (max-width: 599px) {
	.aiopod-metabox-ui .aiopod-tabs {
		justify-content: space-evenly;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Accordion (HTML <details> Tag)
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod details {
	transition: box-shadow 0.3s ease;
	margin-bottom: 0.5em;
    border: 1px solid #ddd;
	border-radius: 0.35em;
    background-color: #fff;
}

.aiopod details:hover {
    box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.08 );
}

.aiopod details[open] {
	border-color: #bbb;
    background-color: #fff;    
}

.aiopod details > summary {
	display: flex;
	align-items: center;
	gap: 0.25em;
	outline: none;
	cursor: pointer;
	padding: 0.75em 1em;
	list-style: none; 
}

.aiopod details[open] > summary {
	border-bottom: 1px solid #bbb;
}

.aiopod details > summary::after {
	display: inline-block; 
	transform-origin: 50% 50%;
    transform: rotate(0deg); 
	transition: transform 0.2s ease;
	margin-left: auto;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 1;
	font-family: dashicons;
	font-size: 16px;
	content: "\f347";
}

.aiopod details[open] > summary::after {
	transform: rotate(180deg);
}

.aiopod details > div,
.aiopod details > ol {
	margin: 0;
	padding: 1em 1.25em;
    color: #555;    
}

.aiopod details > ol {
	list-style-position: inside;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Alert
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-notice {
	border-radius: 2px;
	padding: 1em; 
}

.aiopod .aiopod-notice-info {	
	border: 1px solid #bfdbfe; 
	background-color: #dbeafe; 
	color: #1f2937;
}

.aiopod .aiopod-notice-success {	
	border: 1px solid #a3cfbb; 
	background-color: #d1e7dd; 
	color: #0a3622;
}

.aiopod .aiopod-notice-error {	
	border: 1px solid #f1aeb5; 
	background-color: #f8d7da; 	
	color: #58151c;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Table
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-table th label {
	display: block;
}

@media screen and (min-width: 783px) {
	.aiopod .aiopod-table th[scope="row"] {
		max-width: 150px;
		font-size: 13px;
		font-weight: normal;
	}

	.aiopod .aiopod-table th {
		border: 1px solid #dcdcde;
		background-color: #f6f7f7;
		padding: 1em;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Form
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-form-controls {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
}

.aiopod .aiopod-form-grid {
	display: grid;
	gap: 1.25em;
}

.aiopod .aiopod-form-control {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.aiopod .aiopod-form-label {
	color: #000;
}

.aiopod .aiopod-form-required {
	color: #b31105;
}

.aiopod .aiopod-form-control input[readonly], 
.aiopod .aiopod-form-control textarea[readonly] {
	pointer-events: none;
}

.aiopod .aiopod-form-status:empty {
	display: none;
}

.aiopod .aiopod-form-status .spinner {
	display: inline-block;
	float: none;
	visibility: visible;
	margin: 0;
	vertical-align: top;
}

.aiopod .aiopod-form-status span {
	line-height: 20px;
}

.aiopod .aiopod-form-disabled {
	pointer-events: none;
}

.aiopod .aiopod-form-invalid .aiopod-form-label {
	color: #b31105;
}

.aiopod .aiopod-form-invalid input[type="text"] {
	border: 1px solid #b31105;
}

@media screen and (min-width: 783px) {
	.aiopod .aiopod-form-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.aiopod-form-horizontal .aiopod-form-control {
		flex-direction: row;
		align-items: flex-start;
	}

	.aiopod-form-horizontal .aiopod-form-label {
		flex-shrink: 0;
		width: 180px;
	}	
}

/* Input Group */
.aiopod .aiopod-input-group {
	display: flex;
	gap: 0.25em;
	align-items: center;
}

.aiopod .aiopod-input-group button {
	margin: 0;
}

/* Checkbox & Radio */
@media screen and (max-width: 782px) {
	.aiopod input[type="checkbox"], 
	.aiopod input[type="radio"] {
		margin: 0;
	}
}

/* Checklist */
.aiopod .aiopod-checklist {
	box-sizing: border-box;
	margin: 0;
	outline: 1px solid #8c8f94;
	border-radius: 3px;
	padding: 0 0.5em;	
	width: 100%;
	min-height: 30px;
	max-height: 100px;
	overflow-y: auto;
}

.aiopod .aiopod-checklist ul,
.aiopod .aiopod-checklist li {
	margin: 0;
	padding: 0;	
}

.aiopod .aiopod-checklist ul.children {
	margin-left: 1.25em;
}

.aiopod .aiopod-checklist li::marker {
	content: "";
}

.aiopod .aiopod-checklist label {
	display: block;
	margin: 0.5em 0;
	padding: 0;
	line-height: normal;
}

@media screen and (max-width: 782px) {
	.aiopod .aiopod-checklist label {
		margin: 0.5em 0;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Media Wrapper
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-media-wrapper {
	display: flex;
	gap: 1em;
	align-items: center;
	border: 3px dashed #dcdcde;
	background: rgb( 253, 253, 253 );
	padding: 1.5em;
}

.aiopod .aiopod-media-wrapper .aiopod-media-uploader {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	width: 100%;
}

.aiopod .aiopod-media-uploader .aiopod-media-preview {
	margin-bottom: 0.5em;
	border-radius: 3px;
}

.aiopod .aiopod-media-uploader .aiopod-media-preview:empty {
	display: none;
}

.aiopod .aiopod-media-wrapper img {
	width: 150px;
}

@media screen and (max-width: 599px) {
	.aiopod .aiopod-media-wrapper {
		flex-wrap: wrap;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Repeatable Fields
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-repeatable-ui {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.aiopod .aiopod-repeatable-table {
	margin-top: 0;
	border-collapse: separate !important;
    border-spacing: 2px;
}

.aiopod .aiopod-repeatable-table > tbody > tr {
	background-color: #f6f7f7;
}

.aiopod .aiopod-repeatable-table > tbody > tr:nth-child(even) {
	background: #fdfdfd;
}

.aiopod .aiopod-repeatable-fields {
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0.5em;
}

.aiopod .aiopod-repeatable-fields label {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 0.25em;
	padding: 0;
	font-size: 90%;
}

.aiopod .aiopod-repeatable-fields input[type="text"] {
	width: 100%;
}

.aiopod .aiopod-repeatable-fields button {
	margin: 0;
}

.aiopod .aiopod-repeatable-fields .dashicons-trash {
	width: 18px;
	line-height: 1;
}

.aiopod .aiopod-sort-handle {
	cursor: move;
	text-align: center;
	color: var(--wp-admin-theme-color, #3858e9);
}

@media screen and (max-width: 782px) {
	.aiopod .aiopod-repeatable-fields {
		padding: 1em;
	}	

	.aiopod .aiopod-sort-handle .dashicons::before {
		content: "\f11c";
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Modal
 *
 *--------------------------------------------------------------------------------------------*/
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;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Utilities
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod .aiopod-display-block {
	display: block;
}

.aiopod .aiopod-no-margin {
	margin: 0;
}

.aiopod .aiopod-margin-top {
	margin-top: 1em;
}

.aiopod .aiopod-margin-bottom {
	margin-bottom: 1em;
}

.aiopod .aiopod-no-padding {
	padding: 0;
}

.aiopod .aiopod-text-right {
	text-align: right;
}

.aiopod .aiopod-text-muted {
	color:#757575;
}

.aiopod .aiopod-text-center {
	text-align: center;
}

.aiopod .aiopod-text-success {
	color: green;
}

.aiopod .aiopod-text-error {
	color:#b31105;
}

.aiopod .aiopod-text-small {
	font-size: 90%;
}

.aiopod .aiopod-button {
	display: flex;
	align-items: center;
	gap: 0.25em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Layout
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-container {
	display: flex;
	flex-direction: column;
	gap: 2em;
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px 20px 0 10px;
}

.aiopod-container .aiopod-header h1 {
	margin: 0;
	margin-bottom: 0.25em;
	line-height: 1.2;
	font-size: 2.4em;
	font-weight: 400;
}

.aiopod-container .aiopod-header p {
	margin: 0;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: 400;	
}

.aiopod-container .aiopod-body {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.aiopod-container .aiopod-card {
	border: 1px solid #ccc;
	border-radius: 0.35em;
	background: #fff;
	padding: 1.5em;
}

.aiopod-container .aiopod-card h3 {
	margin: 0;
	margin-bottom: 0.25em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Dashboard
 *
 *--------------------------------------------------------------------------------------------*/
#aiopod-dashboard .wp-badge {	
	border-radius: 6px;
	background: #ff5d5d url( '../images/logo.png' ) no-repeat center 10px;
	background-size: 100px 100px;
}

#aiopod-dashboard .about-wrap {
	margin: 0;
	max-width: 100%;
}

#aiopod-dashboard .about-wrap hr {
	margin-top: 2em;
}

#aiopod-dashboard .aiopod-header h1 {
	display: none;
}

#aiopod-dashboard .aiopod-header p {
	font-weight: 500;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Podcasts
 *
 *--------------------------------------------------------------------------------------------*/
.post-type-aiopod_podcasts .tablenav.top .actions {
	margin: 0 0 9px;
}

.post-type-aiopod_podcasts .wp-list-table .column-image {
	width: 80px;
	text-align: center;
}

.post-type-aiopod_podcasts .wp-list-table .column-image img {
	border-radius: 3px;
	background-color: #f0f0f0;
}

.post-type-aiopod_podcasts .wp-list-table .column-metadata ul,
.post-type-aiopod_podcasts .wp-list-table .column-statistics ul {
	margin: 0;
}

.post-type-aiopod_podcasts .wp-list-table .column-metadata li .aiopod-meta-value,
.post-type-aiopod_podcasts .wp-list-table .column-statistics li .aiopod-meta-value {
	color: var(--wp-admin-theme-color, #3858e9);
}

.post-type-aiopod_podcasts .wp-list-table .column-post_id {
	width: 100px;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.post-type-aiopod_podcasts .wp-list-table th.column-image,
	.post-type-aiopod_podcasts .wp-list-table td.image {
		display: none !important;
	}
}

/* Page: Add New Podcast */
#aiopod-form-control-import_podcast {
	gap: 1.5em;
}

/* Metabox: Publish — Episode & Statistics action links */
.aiopod-pub-action {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.aiopod-pub-action .dashicons {
	color: #8c8f94;
	text-decoration: none;
}

.branch-7 .aiopod-pub-action .dashicons {
	color: currentColor;
}

/* Metabox: Podcast Info */
#aiopod-metabox-podcast-info .inside {
    margin: 0;
    padding: 0;
}

#aiopod-field-import_statistics {
	margin: 0;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #f6f7f7;
	padding: 1em;
	max-height: 260px;
	overflow-y: auto;
	line-height: 1.6;
	white-space: pre-wrap;
	color: #2c3338;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-style: italic;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Episodes
 *
 *--------------------------------------------------------------------------------------------*/
.post-type-aiopod_episodes .tablenav.top .actions {
	margin: 0 0 9px;
}

.post-type-aiopod_episodes .wp-list-table .column-image {
	width: 80px;
	text-align: center;
}

.post-type-aiopod_episodes .wp-list-table .column-image img {
	border-radius: 3px;
	background-color: #f0f0f0;
}

.post-type-aiopod_episodes .wp-list-table .column-metadata ul,
.post-type-aiopod_episodes .wp-list-table .column-statistics ul {
	margin: 0;
}

.post-type-aiopod_episodes .wp-list-table .column-metadata li .aiopod-meta-value,
.post-type-aiopod_episodes .wp-list-table .column-statistics li .aiopod-meta-value {
	color: var(--wp-admin-theme-color, #3858e9);
}

.post-type-aiopod_episodes .wp-list-table .column-post_id {
	width: 100px;
	text-align: left;
}

.post-type-aiopod_episodes .wp-switch-editor {
	border-bottom: none;
}

@media screen and (max-width: 1200px) {
	.post-type-aiopod_episodes .wp-list-table th.column-image,
	.post-type-aiopod_episodes .wp-list-table td.image {
		display: none !important;
	}
}

/* Metabox: Episode Info */
#aiopod-metabox-episode-info .inside {
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Categories
 *
 *--------------------------------------------------------------------------------------------*/
.taxonomy-aiopod_categories .wp-list-table .column-image {
	width: 80px;
	text-align: center;
}

.taxonomy-aiopod_categories .wp-list-table .column-image img {
	border-radius: 3px;
	background-color: #f0f0f0;
}

.taxonomy-aiopod_categories .wp-list-table .column-tax_id,
.taxonomy-aiopod_categories .wp-list-table .column-posts {
	width: 100px;
	text-align: left;
}

#aiopod-terms-image-wrapper img {
	border-radius: 3px;
  	max-width: 200px;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Tags
 *
 *--------------------------------------------------------------------------------------------*/
.taxonomy-aiopod_tags .wp-list-table .column-tax_id,
.taxonomy-aiopod_tags .wp-list-table .column-posts {
	width: 100px;
	text-align: left;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Participants
 *
 *--------------------------------------------------------------------------------------------*/
.taxonomy-aiopod_participants .wp-list-table .column-image {
	width: 80px;
	text-align: center;
}

.taxonomy-aiopod_participants .wp-list-table .column-image img {
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.taxonomy-aiopod_participants .wp-list-table .column-tax_id,
.taxonomy-aiopod_participants .wp-list-table .column-posts {
	width: 100px;
	text-align: left;
}

.taxonomy-aiopod_participants .aiopod-repeatable-ui {
	gap: 1em;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Settings
 *
 *--------------------------------------------------------------------------------------------*/
#aiopod-settings h1 {
	margin-bottom: 0.25em;
}

#aiopod-settings details:first-of-type {
	margin-top: 1.5em;
}

#aiopod-settings details > summary {
	font-size: 1.15em;
}

#aiopod-settings details[open] > summary {
	font-weight: 500;
}

#aiopod-settings details > summary::after {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

#aiopod-settings details > div {
	padding: 1.5em;
	padding-top: 0.5em;
}

#aiopod-settings details > div.inside {
	padding-top: 1.5em;
	padding-bottom: 0;
}

#aiopod-settings details table {
	margin: 0;
}

#aiopod-settings details table th {
	font-weight: 500;
}

#aiopod-podcast-settings.aiopod-trailer_episodes-disabled.aiopod-bonus_episodes-disabled tr.slides_per_view,
#aiopod-podcast-settings.aiopod-trailer_episodes-disabled.aiopod-bonus_episodes-disabled tr.space_between,
#aiopod-podcast-settings.aiopod-trailer_episodes-disabled.aiopod-bonus_episodes-disabled tr.show_dots,
#aiopod-podcast-settings.aiopod-trailer_episodes-disabled.aiopod-bonus_episodes-disabled tr.show_arrows {
	display: none;
}

#aiopod-episodes-settings.aiopod-layout-grid tr.max_height,
#aiopod-episodes-settings.aiopod-layout-grid tr.slides_per_view,
#aiopod-episodes-settings.aiopod-layout-grid tr.space_between,
#aiopod-episodes-settings.aiopod-layout-grid tr.show_dots,
#aiopod-episodes-settings.aiopod-layout-grid tr.show_arrows {
	display: none;
}

#aiopod-episodes-settings.aiopod-layout-list tr.columns,
#aiopod-episodes-settings.aiopod-layout-list tr.max_height,
#aiopod-episodes-settings.aiopod-layout-list tr.slides_per_view,
#aiopod-episodes-settings.aiopod-layout-list tr.space_between,
#aiopod-episodes-settings.aiopod-layout-list tr.show_dots,
#aiopod-episodes-settings.aiopod-layout-list tr.show_arrows {
	display: none;
}

#aiopod-episodes-settings.aiopod-layout-compact tr.columns,
#aiopod-episodes-settings.aiopod-layout-compact tr.display_options,
#aiopod-episodes-settings.aiopod-layout-compact tr.excerpt_length,
#aiopod-episodes-settings.aiopod-layout-compact tr.slides_per_view,
#aiopod-episodes-settings.aiopod-layout-compact tr.space_between,
#aiopod-episodes-settings.aiopod-layout-compact tr.show_dots,
#aiopod-episodes-settings.aiopod-layout-compact tr.show_arrows {
	display: none;
}

#aiopod-episodes-settings.aiopod-layout-slider tr.columns,
#aiopod-episodes-settings.aiopod-layout-slider tr.max_height,
#aiopod-episodes-settings.aiopod-layout-slider tr.pagination {
	display: none;
}

#aiopod-categories-settings.aiopod-layout-grid tr.hierarchical {
	display: none;
}

#aiopod-categories-settings.aiopod-layout-list tr.columns,
#aiopod-categories-settings.aiopod-layout-list tr.show_name,
#aiopod-categories-settings.aiopod-layout-list tr.show_description,
#aiopod-categories-settings.aiopod-layout-list tr.pagination {
	display: none;
}

#aiopod-categories-settings.aiopod-layout-dropdown tr.columns,
#aiopod-categories-settings.aiopod-layout-dropdown tr.show_name,
#aiopod-categories-settings.aiopod-layout-dropdown tr.show_description,
#aiopod-categories-settings.aiopod-layout-dropdown tr.pagination {
	display: none;
}

#aiopod-tags-settings.aiopod-layout-cloud tr.orderby,
#aiopod-tags-settings.aiopod-layout-cloud tr.order,
#aiopod-tags-settings.aiopod-layout-cloud tr.hide_empty {
	display: none;
}

#aiopod-restrictions-settings.aiopod-restricted_label-disabled tr.restricted_label {
	display: none;
}

@media screen and (max-width: 782px) {
	#aiopod-settings h2.nav-tab-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5em;
	}

	#aiopod-settings h2.nav-tab-wrapper .nav-tab {
		margin: 0;
	}

	#aiopod-settings .form-table td {
		padding: 6px 0;
	}
}

@media screen and ( min-width: 783px ) {
	#aiopod-settings input[type="text"],
	#aiopod-settings input[type="number"],
	#aiopod-settings select {
		width: 25em;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Shortcode Builder
 *
 *--------------------------------------------------------------------------------------------*/
#aiopod-shortcode-selector {
	background-size: 24px 24px;
	padding: 0 32px 0 16px;
	font-size: 1.5em;
}

#aiopod-shortcode-builder .aiopod-body {
	gap: 0.5em;
}

#aiopod-shortcode-builder .aiopod-card h3 {
	margin-bottom: 0.5em;
}

#aiopod-shortcode-builder details > summary {
	padding: 1em 1.5em;
	font-size: 1.15em;
	font-weight: 500;
}

#aiopod-shortcode-builder details > summary::after {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

#aiopod-shortcode-builder details > div,
#aiopod-shortcode-builder details > ol {
	padding: 1.5em;
}

#aiopod-shortcode-builder .aiopod-form-label {
	color: #000;
	font-weight: normal;
}

#aiopod-shortcode-form-episodes.aiopod-layout-grid .aiopod-form-control-max_height,
#aiopod-shortcode-form-episodes.aiopod-layout-grid .aiopod-form-control-slides_per_view,
#aiopod-shortcode-form-episodes.aiopod-layout-grid .aiopod-form-control-space_between,
#aiopod-shortcode-form-episodes.aiopod-layout-grid .aiopod-form-control-show_dots,
#aiopod-shortcode-form-episodes.aiopod-layout-grid .aiopod-form-control-show_arrows {
	display: none;
}

#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-columns,
#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-max_height,
#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-slides_per_view,
#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-space_between,
#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-show_dots,
#aiopod-shortcode-form-episodes.aiopod-layout-list .aiopod-form-control-show_arrows {
	display: none;
}

#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-columns,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_title,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_excerpt,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_date,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_podcast_title,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_tags,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_type,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_season_number,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_number,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_file_size,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_duration,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_explicit_badge,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_downloads_count,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_plays_count,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-excerpt_length,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-slides_per_view,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-space_between,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_dots,
#aiopod-shortcode-form-episodes.aiopod-layout-compact .aiopod-form-control-show_arrows {
	display: none;
}

#aiopod-shortcode-form-episodes.aiopod-layout-slider .aiopod-form-control-columns,
#aiopod-shortcode-form-episodes.aiopod-layout-slider .aiopod-form-control-max_height,
#aiopod-shortcode-form-episodes.aiopod-layout-slider .aiopod-form-control-pagination {
	display: none;
}

#aiopod-shortcode-form-episodes .aiopod-form-control-player_controls,
#aiopod-shortcode-form-episodes .aiopod-form-control-player_episode_details,
#aiopod-shortcode-form-episodes .aiopod-form-control-player_social_buttons {
	border-radius: 3px;
	background: #f0f0f0;
	padding: 1em;
}

#aiopod-shortcode-form-episodes .aiopod-form-control-player_controls .aiopod-form-label,
#aiopod-shortcode-form-episodes .aiopod-form-control-player_episode_details .aiopod-form-label,
#aiopod-shortcode-form-episodes .aiopod-form-control-player_social_buttons .aiopod-form-label {
	font-size: 1.1em;
}

#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_width,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_ratio,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_autoplay,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_autoadvance,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_loop,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_muted,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_preload,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_playsinline,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_controls,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_rewind,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_play,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_fastforward,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_progress,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_currenttime,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_duration,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_volume,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_speed,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_chapters,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_pip,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_download,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_fullscreen,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_episode_details,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_title,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_date,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_podcast_title,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_tags,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_type,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_season_number,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_number,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_file_size,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_duration,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_explicit_badge,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_downloads_count,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_plays_count,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-player_social_buttons,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_subscribe_buttons,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_follow_buttons,
#aiopod-shortcode-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_share_buttons {
	display: none;
}

#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_keyword,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_tags,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_season,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_sort,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_reset,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_layout,
#aiopod-shortcode-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_mode {
	display: none;
}

#aiopod-shortcode-form-categories.aiopod-layout-grid .aiopod-form-control-hierarchical {
	display: none;
}

#aiopod-shortcode-form-categories.aiopod-layout-list .aiopod-form-control-columns,
#aiopod-shortcode-form-categories.aiopod-layout-list .aiopod-form-control-show_name,
#aiopod-shortcode-form-categories.aiopod-layout-list .aiopod-form-control-show_description,
#aiopod-shortcode-form-categories.aiopod-layout-list .aiopod-form-control-pagination {
	display: none;
}

#aiopod-shortcode-form-categories.aiopod-layout-dropdown .aiopod-form-control-columns,
#aiopod-shortcode-form-categories.aiopod-layout-dropdown .aiopod-form-control-show_name,
#aiopod-shortcode-form-categories.aiopod-layout-dropdown .aiopod-form-control-show_description,
#aiopod-shortcode-form-categories.aiopod-layout-dropdown .aiopod-form-control-pagination {
	display: none;
}

#aiopod-shortcode-form-tags.aiopod-layout-cloud .aiopod-form-control-orderby,
#aiopod-shortcode-form-tags.aiopod-layout-cloud .aiopod-form-control-order,
#aiopod-shortcode-form-tags.aiopod-layout-cloud .aiopod-form-control-hide_empty {
	display: none;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Statistics
 *
 *--------------------------------------------------------------------------------------------*/
/** Breadcrumb */
#aiopod-statistics .aiopod-statistics__breadcrumb {
	margin: 0 0 0.5em;
	font-size: 0.9em;
}

#aiopod-statistics .aiopod-statistics__breadcrumb a {
	text-decoration: none;
	color: #50575e;
}

#aiopod-statistics .aiopod-statistics__breadcrumb a:hover {
	color: #1d2327;
}

#aiopod-statistics .aiopod-statistics__breadcrumb span {
	margin: 0 3px;
}

/** Filter Bar */
#aiopod-statistics .aiopod-statistics__filter-bar {
	padding: 1em 1.5em;
}

#aiopod-statistics .subsubsub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 0.4em;
}

#aiopod-statistics .subsubsub li {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
}

#aiopod-statistics .subsubsub a {
	text-decoration: none;
	color: #50575e;
}

#aiopod-statistics .subsubsub a:hover {
	color: #1d2327;
}

#aiopod-statistics .subsubsub .aiopod-active {
	color: #1d2327;
	font-weight: 600;
}

#aiopod-statistics .aiopod-statistics__filter-sep {
	color: #ccc;
	padding: 0 0.15em;
}

#aiopod-statistics .aiopod-statistics__filter-custom,
#aiopod-statistics .aiopod-statistics__filter-range {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
}

#aiopod-statistics .aiopod-statistics__filter-range-sep {
	color: #50575e;
}

#aiopod-statistics .aiopod-statistics__flatpickr {
	max-width: 130px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	padding: 0 8px;
	cursor: pointer;
	color: #50575e;
	border-color: #ddd;
}

#aiopod-statistics .aiopod-statistics__flatpickr.aiopod-active {
	border-color: var(--wp-admin-theme-color, #3858e9);
	color: #1d2327;
	font-weight: 500;
}

/** Card */
#aiopod-statistics .aiopod-card {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

#aiopod-statistics .aiopod-card h3 {
	margin-bottom: 0;
}

/** KPI Cards */
#aiopod-statistics .aiopod-statistics__kpi {
	flex-direction: row;
	align-items: center;
	gap: 1em;
	padding: 1.25em 1.5em;
}

#aiopod-statistics .aiopod-statistics__kpi-icon {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	font-size: 2.25em;
	color: var(--wp-admin-theme-color, #3858e9);
}

#aiopod-statistics .aiopod-statistics__kpi-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#aiopod-statistics .aiopod-statistics__kpi-value {
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.1;
	color: #1d2327;
	white-space: nowrap;
}

#aiopod-statistics .aiopod-statistics__kpi-label {
	margin-top: 0.2em;
	font-size: 0.9em;
	color: #646970;
	white-space: nowrap;
}

/** Empty State */
#aiopod-statistics .aiopod-statistics__empty-state {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4em 2em;
	text-align: center;
}

#aiopod-statistics .aiopod-statistics__empty-state .dashicons {
	color: #c3c4c7;
	font-size: 3em;
	height: 1em;
	margin-bottom: 0.5em;
	width: 1em;
}

#aiopod-statistics .aiopod-statistics__empty-state h2 {
	color: #1d2327;
	font-size: 1.25em;
	margin: 0 0 0.5em;
}

#aiopod-statistics .aiopod-statistics__empty-state p {
	color: #50575e;
	font-size: 0.95em;
	margin: 0;
	max-width: 32em;
}

/** Chart Empty Message */
#aiopod-statistics .aiopod-statistics__chart-empty {
	color: #8c8f94;
	font-style: italic;
	margin: 0;
	padding: 3em 1em;
	text-align: center;
}

/** Chart Containers */
#aiopod-statistics .aiopod-statistics__chart-wrap {
	position: relative;
	width: 100%;
}

/** Grid */
#aiopod-statistics .aiopod-grid {
    display: grid;
    grid-template-columns: repeat(var(--aiopod-cols, 1), 1fr);
    gap: 2em;
    align-items: stretch;
    width: 100%;
}

#aiopod-statistics [class*="aiopod-col-"] {
    --aiopod-cols: 1;
}

#aiopod-statistics .aiopod-col-1  { 
	--aiopod-cols: 1; 
}

#aiopod-statistics .aiopod-col-2  { 
	--aiopod-cols: 2; 
}

#aiopod-statistics .aiopod-col-3  { 
	--aiopod-cols: 3; 
}

#aiopod-statistics .aiopod-col-4  { 
	--aiopod-cols: 4; 
}

/** Table */
#aiopod-statistics .wp-list-table .column-rank {
	width: 3em;
	text-align: center;
}

#aiopod-statistics .wp-list-table .column-downloads,
#aiopod-statistics .wp-list-table .column-plays,
#aiopod-statistics .wp-list-table .column-episodes {
	width: 8em;
	text-align: center;
}

@media (max-width: 782px) {
	#aiopod-statistics .aiopod-col-1,
	#aiopod-statistics .aiopod-col-2 {
		--aiopod-cols: 1;
	}

	#aiopod-statistics .aiopod-col-3,
	#aiopod-statistics .aiopod-col-4 {
		--aiopod-cols: 2;
	}

	#aiopod-statistics .subsubsub {
		text-align: left;
	}

	#aiopod-statistics .wp-list-table .column-rank {
		display: table-cell !important;
		width: 2.5em;
		text-align: center;
	}

	#aiopod-statistics .wp-list-table .column-downloads,
	#aiopod-statistics .wp-list-table .column-plays,
	#aiopod-statistics .wp-list-table .column-episodes {
		text-align: left;
	}

	#aiopod-statistics .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
		padding: 3px 8px 3px 40%;
	}

	#aiopod-statistics .aiopod-statistics__kpi-value {
		font-size: 1.5em;
	}
}

@media (max-width: 400px) {
	#aiopod-statistics .aiopod-col-3,
	#aiopod-statistics .aiopod-col-4 {
		--aiopod-cols: 1;
	}

	#aiopod-statistics .aiopod-statistics__filter-custom {
		flex: 0 0 100%;
	}

	#aiopod-statistics .aiopod-statistics__filter-custom .aiopod-statistics__filter-sep {
		display: none;
	}

	#aiopod-statistics .aiopod-statistics__filter-custom .aiopod-statistics__flatpickr {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	#aiopod-statistics .aiopod-statistics__filter-range {
		flex: 0 0 100%;
	}

	#aiopod-statistics .aiopod-statistics__filter-range .aiopod-statistics__filter-range-sep {
		display: none;
	}

	#aiopod-statistics .aiopod-statistics__filter-range #aiopod-stats-start,
	#aiopod-statistics .aiopod-statistics__filter-range #aiopod-stats-end {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Page: Help & Tutorials
 *
 *--------------------------------------------------------------------------------------------*/
#aiopod-help-tutorials .about-wrap {
	margin: 0;
	max-width: 100%;
}

#aiopod-help-tutorials .about-wrap h3:first-of-type {
	margin-top: 0;
}

#aiopod-help-tutorials details > div,
#aiopod-help-tutorials details > ol {
	line-height: 1.6;
}

#aiopod-help-tutorials details > div {
    font-size: 13px;
}

#aiopod-help-tutorials details > ol {
    font-size: 14px;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Widgets
 *
 *--------------------------------------------------------------------------------------------*/
.aiopod-widget-form details {
	outline: 1px solid #bbb;
	border: 0;
	border-radius: 2px;
}

.aiopod-widget-form details summary {
	background-color: #f0f0f0;
	font-size: 14px;
}

.aiopod-widget-form .aiopod-form-controls {
	gap: 1em;
}

.aiopod-widget-form .aiopod-form-control {
	gap: 0.35em;
}

.aiopod-widget-form .aiopod-form-control-title {
	margin-bottom: 1em;
}

 .aiopod-widget-form p {
	margin: 0 !important;
	line-height: 1.5 !important;
}

.aiopod-widget-form label {
	line-height: normal !important;
}

.aiopod-widget-form-episodes.aiopod-layout-grid .aiopod-form-control-max_height,
.aiopod-widget-form-episodes.aiopod-layout-grid .aiopod-form-control-slides_per_view,
.aiopod-widget-form-episodes.aiopod-layout-grid .aiopod-form-control-space_between,
.aiopod-widget-form-episodes.aiopod-layout-grid .aiopod-form-control-show_dots,
.aiopod-widget-form-episodes.aiopod-layout-grid .aiopod-form-control-show_arrows {
	display: none;
}

.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-columns,
.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-max_height,
.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-slides_per_view,
.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-space_between,
.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-show_dots,
.aiopod-widget-form-episodes.aiopod-layout-list .aiopod-form-control-show_arrows {
	display: none;
}

.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-columns,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_title,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_excerpt,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_date,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_podcast_title,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_tags,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_type,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_season_number,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_number,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_file_size,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_episode_duration,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_explicit_badge,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_downloads_count,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_plays_count,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-excerpt_length,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-slides_per_view,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-space_between,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_dots,
.aiopod-widget-form-episodes.aiopod-layout-compact .aiopod-form-control-show_arrows {
	display: none;
}

.aiopod-widget-form-episodes.aiopod-layout-slider .aiopod-form-control-columns,
.aiopod-widget-form-episodes.aiopod-layout-slider .aiopod-form-control-max_height,
.aiopod-widget-form-episodes.aiopod-layout-slider .aiopod-form-control-pagination {
	display: none;
}

.aiopod-widget-form-episodes .aiopod-form-control-player_controls,
.aiopod-widget-form-episodes .aiopod-form-control-player_episode_details,
.aiopod-widget-form-episodes .aiopod-form-control-player_social_buttons {
	border-radius: 3px;
	background: #f0f0f0;
	padding: 1em;
}

.aiopod-widget-form-episodes .aiopod-form-control-player_controls .aiopod-form-label,
.aiopod-widget-form-episodes .aiopod-form-control-player_episode_details .aiopod-form-label,
.aiopod-widget-form-episodes .aiopod-form-control-player_social_buttons .aiopod-form-label {
	font-size: 14px !important;
}

.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_width,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_ratio,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_autoplay,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_autoadvance,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_loop,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_muted,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_preload,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_playsinline,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_controls,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_rewind,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_play,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_fastforward,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_progress,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_currenttime,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_duration,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_volume,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_speed,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_chapters,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_pip,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_download,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_control_fullscreen,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_episode_details,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_title,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_date,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_podcast_title,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_tags,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_type,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_season_number,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_number,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_file_size,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_episode_duration,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_explicit_badge,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_downloads_count,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_plays_count,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-player_social_buttons,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_subscribe_buttons,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_follow_buttons,
.aiopod-widget-form-episodes.aiopod-player-disabled .aiopod-form-control-show_player_share_buttons {
	display: none;
}

.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_keyword,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_tags,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_season,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_sort,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_reset,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_layout,
.aiopod-widget-form-episodes.aiopod-filters-disabled .aiopod-form-control-filters_mode {
	display: none;
}

.aiopod-widget-form-categories.aiopod-layout-grid .aiopod-form-control-hierarchical {
	display: none;
}

.aiopod-widget-form-categories.aiopod-layout-list .aiopod-form-control-columns,
.aiopod-widget-form-categories.aiopod-layout-list .aiopod-form-control-show_name,
.aiopod-widget-form-categories.aiopod-layout-list .aiopod-form-control-show_description,
.aiopod-widget-form-categories.aiopod-layout-list .aiopod-form-control-pagination {
	display: none;
}

.aiopod-widget-form-categories.aiopod-layout-dropdown .aiopod-form-control-columns,
.aiopod-widget-form-categories.aiopod-layout-dropdown .aiopod-form-control-show_name,
.aiopod-widget-form-categories.aiopod-layout-dropdown .aiopod-form-control-show_description,
.aiopod-widget-form-categories.aiopod-layout-dropdown .aiopod-form-control-pagination {
	display: none;
}

.aiopod-widget-form-tags.aiopod-layout-cloud .aiopod-form-control-orderby,
.aiopod-widget-form-tags.aiopod-layout-cloud .aiopod-form-control-order,
.aiopod-widget-form-tags.aiopod-layout-cloud .aiopod-form-control-hide_empty {
	display: none;
}