<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adser-block {
	text-align: center;
	margin-bottom: 15px;
}

.tca-300x250{
	min-width:300px;
	min-height:250px;
}

.tca-300x600{
	min-width:300px;
	max-height: 600px;
}

.tca-320x100{
    margin:0px auto !important;
	width:100% !important;
	height:100px !important;
	min-height: 100px !important;
	display: flex;
    justify-content: center;
    align-items: center;
}

.tca-640x480 {
	min-width: 640px !important;
	min-height: 360px !important;
}

@media only screen and (max-width: 600px) {
	.tca-640x480 {
		min-width: 100% !important;
		height: 370px !important;
		min-height: 185px !important;
		display: block !important;
	}
}

.embed-responsive-16by9{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.embed-responsive-16by9&gt;embed,.embed-responsive-16by9&gt;iframe,.embed-responsive-16by9&gt;object,.embed-responsive-16by9&gt;video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

.cmp_settings_button{
	background: #000;
	font-size: 0.7rem;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 2px;
	position: fixed;
	bottom: 3px;
	right: 3px;
	z-index:1000;
	transition: all .5s ease;
}

.cmp_settings_button:hover{
	background: #064f8f;
	color: #fff;
}

.tca-sticky{
	display: none;
}

@media only screen and (max-width: 600px) {
	#tca-skin-mob{
		min-height: 100px;
	}

	.tca-sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1001;
		display: flex;
		flex-direction: column;
		transition: fadeOut 0.5s ease;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.tca-sticky-container{
		width: 100%;
		height:100px;
		min-height:100px;
		overflow:hidden;
		background-color: #fafafa;
		border-bottom: 1px solid #e8eef9;
		display: flex;
		flex-direction: column;
	}

	.tca-sticky-close {
		margin-left: auto;
		order: 2;
		height: 24px;
		width: 24px;
		color: #123;
		line-height: 1.3rem;
		cursor: pointer;
		text-align: center;
		border-left: 1px solid #e8eef9;
		border-bottom: 1px solid #e8eef9;
		background-color: #fafafa;
		border-radius: 0 0 0 3px;
		display: inline-block;
		margin-top: -2px;
	}

	.tca-sticky-close::after{
		display: inline-block;
		content: "\00d7"; /* This will render the 'X' */
	}

	.video-embed{
		width: 100%;
		max-height: 200px !important;
		aspect-ratio: 16/9;
	}
}

</pre></body></html>