:root {
	--bs-primary-emphasis: #4D0013;
	--bs-primary-subtle: #B3002D;	
	--bs-offcanvas-width: 480px;
}

html {
	scroll-padding-top: 96px;
}

::-webkit-scrollbar {
    width: 0.5rem;
	height: 0.5rem;
}

::-webkit-scrollbar-thumb {
    background: var(--bs-link-hover-color);
    border-radius: 0.25rem;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

section#content-section {
	min-height: 60vh;		/* temporary fix */
}

div.offline-page div.offline-form-login form fieldset {
	display: none;
}

/*
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}

header.astroid-header > div > div:nth-of-type(3) {
	display: none;
}
*/
div:active > a:has( > div.as-transition-scale-up) img, div:focus > a:has( > div.as-transition-scale-up) img, div:hover > a:has( > div.as-transition-scale-up) img {
    transition-duration: .3s;
	transform: scale(1.05);
    transition-property: transform;
	transition-timing-function: ease;
}


#hero-section {
    background-image: url(/images/banners/hero-hanka-1.webp);
	color: white;
}


#hero-section.astroid-element-overlay:before {
/*
    background-image: linear-gradient(115deg, 
		rgba(255, 255, 255, 0.1) 0%, 
		rgba(255, 255, 255, 0.5) 33%, 
		rgba(255, 255, 255, 0.25) 44%, 
		rgba(255, 255, 255, 0) 100%);
*/
    background-image: linear-gradient(115deg, 
		rgba(255, 255, 255, 0.1) 0%, 
		rgba(255, 255, 255, 0.35) 25%, 
		rgba(255, 255, 255, 0.45) 33.5%, 
		rgba(255, 255, 255, 0.35) 50%, 
		rgba(255, 255, 255, 0) 100%)

}

header.astroid-header div.header-right-section div.header-right-block {
	display: block !important;
}

header.astroid-header div.nav-submenu-container {
	top: 50px !important;
	border-radius: var(--bs-border-radius);
}

header.astroid-header li.nav-item-level-2:hover, header.astroid-header ul.nav-submenu li.nav-item-active {
	border-left: 2px solid var(--bs-link-hover-color);
}

header.astroid-header li.nav-item-level-2:hover a, header.astroid-header ul.nav-submenu li.nav-item-active a {
	font-weight: 600;
}

header.astroid-header li.nav-item-level-1 > a > span.nav-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--bs-link-hover-color);
    transition: all 0.3s ease;
}
	
header.astroid-header li.nav-item-level-1:hover > a > span.nav-title::after/*, header.astroid-header ul.astroid-nav > li.nav-item-active > a > span.nav-title::after*/ {
        width: 100%;
}

header#astroid-header div.header-right-section > nav {
	align-self: self-end !important;
}

button#astroid-backtotop {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}

button#astroid-backtotop:hover {
//    color: #ffffff;
    background-color: #B3002D;
//    border-color: var(--bs-primary);
	scale: 1.1;
}

span.text-red {
	color: var(--bs-primary);
}

figure.lead img {
/*  aspect-ratio: 3/4;*/
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .2s ease, filter .2s ease;
}

figure.lead:hover img {
  transform: scale(1.02);
}

@media(min-width: 992px) {
	div#astroid-mobilemenu {
		display: none;
	}

	body.astroid-mobilemenu-opened .astroid-content:after {
		width: 0;
		height: 0;
		opacity: 0;
	}

	header#astroid-header div.header-left-section {
		padding-bottom: 0.8rem;
	}

	header.astroid-header div.header-center-section nav a {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	header#astroid-header div.header-center-section nav {
		align-self: self-end !important;
	}

	header.astroid-header div.header-right-section div.astroid-social-icons {
		font-size: 16px;
	}

	header#astroid-header div.header-right-section div.header-right-block {
		align-self: self-end !important;
		padding-bottom: 0.8rem;
	}
}

@media (min-width: 1200px) {
	header.astroid-header div.header-center-section nav a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	header.astroid-header div.header-right-section div.astroid-social-icons {
		font-size: 18px;
	}
}

@media (min-width: 1400px) {
	header.astroid-header div.header-center-section nav a {
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}
}

div#support-cards div.card {
	color: var(--bs-light) !important;
	border-color: var(--bs-primary-border-subtle);
}

svg.astroid-logo-default .fill,
svg.astroid-logo-sticky .fill {
    fill: var(--bs-link-hover-color);
}

/*
temporary nefunguje - opraviť
*/

a:hover > svg.astroid-logo-default .fill,
a:hover > svg.astroid-logo-sticky .fill {
    fill: var(--bs-link-color);
}

header#astroid-sticky-header {
    border-bottom: 1px solid var(--bs-border-color);
}
/*
div.astroid-grid > div > div:nth-of-type(2) {
	--bs-bg-opacity: 0.75;
}
*/
section#footer-section nav.in-row ul.nav {
    flex-direction: row !important;
}

section#footer-section nav.in-row li.nav-item {
    padding: 0px 20px 0px 0px;
}

section#footer-section div.astroid-social-icons a {
	color: var(--bs-body-bg) !important;
}

section#footer-section div.astroid-social-icons a:hover {
	color: #B3002D !important;
}

section#footer-section div.astroid-logo svg.astroid-logo-default {
    max-width: 190px !important;
    max-height: 90px !important;
}

section#footer-section a svg.astroid-logo-default .fill {
    fill: var(--bs-body-bg);
}

section#footer-section a:hover svg.astroid-logo-default .fill {
    fill: #B3002D;
}


div#astroid-footer {
    color: var(--bs-body-bg);	/* var(--bs-link-color);	*/
}



/* temporary */	

#quote-section div.astroid-article-heading {
	display: none;
}

#benefit-section div.as-grid .astroid-icon, #benefit-section div.as-grid h4 {
    color: var(--bs-primary);
	margin-bottom: 0.2rem;
}

#benefit-section div.as-grid:hover .astroid-icon, #benefit-section div.as-grid:hover h4 {
	color: var(--bs-primary-subtle);
}

#testimonial-section div.slick-slide > div > div > div > div > div.col.order-1 > div {
	display: flex;
	flex-direction: column-reverse;
}

#testimonial-section h3 {
	margin-block-end: 0rem;
	line-height: 1.4rem;
}

#testimonial-section div.as-author-designation {
	color: var(--bs-gray-600);
	font-weight: 600;
	margin-block-end: 1.5rem;
}


#testimonial-section button {
	color: #EEE0D4;
}

/*
section.astroid-section div.container {
	min-height: 150px;
}

section#header-section div.container {
	min-height: 0px;
}
*/

.my-5-custom {
	margin-top: 4rem !important;
	margin-bottom: 3rem !important;
}

.btn {
    --bs-btn-font-weight: 500;
}


/* accordion custom */

.accordion-button {
    font-size: 1.2rem;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-secondary-subtle);
    background-color: var(--bs-info-bg-subtle);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-info-border-subtle);
}

.accordion-button:focus {
    box-shadow: var(--bs-info-border-subtle);
}

.text-decoration-underline-dotted {
	text-decoration: underline dotted !important;
}

.custom-tooltip {
	--bs-tooltip-bg: var(--bs-info);
}

/* Pedagogovia FilmStrip */

.tdb-strip{
	position: relative;
}

/* Fade overlay */
.tdb-strip::before,
.tdb-strip::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width: clamp(1rem, 10vw, 4rem);
	pointer-events:none;
	z-index: 4; /* nad trackom, pod šípkami */
}

/* ľavý fade */
.tdb-strip::before{
	left:0; 
	background: linear-gradient(
		to right,
		var(--bs-body-bg) 0%,
		var(--bs-body-bg) 50%,
		rgba(255,255,255,0) 100%
	);
}

/* pravý fade */
.tdb-strip::after{
	right:0;
	background: linear-gradient(
		to left,
		var(--bs-body-bg) 0%,
		var(--bs-body-bg) 50%,
		rgba(255,255,255,0) 100%
	);
}

.tdb-strip__track{
	display:flex;
	gap: 1rem; 
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;

	/*  padding: .25rem .25rem .5rem;*/
	padding: .25rem 3rem;

	scroll-snap-type: x mandatory;
	scroll-padding-inline: 3rem;

	scrollbar-width: none;		/* firefox */
}

.tdb-strip__track::-webkit-scrollbar{
	display: none;              /* Chrome/Safari/Edge */
}

.tdb-strip__track > .tdb-teacher {
	flex: 0 0 100%;
	max-width: 100%;

	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:.35rem;

	cursor:pointer;
	user-select:none;

	scroll-snap-align: start;
	scroll-snap-stop: always;
}

@media (min-width: 768px){
	.tdb-strip__track > .tdb-teacher{
		flex-basis: calc((100% - (2 * 1rem)) / 3); /* 3 items, 2 gaps */
		max-width: calc((100% - (2 * 1rem)) / 3);
	}
}

/* LG: 4 items */
@media (min-width: 992px){
	.tdb-strip__track > .tdb-teacher{
		flex-basis: calc((100% - (3 * 1rem)) / 4); /* 4 items, 3 gaps */
		max-width: calc((100% - (3 * 1rem)) / 4);
	}
}




.tdb-teacher:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 6px;
	border-radius: 1rem;
}

.tdb-avatar{
	width: 130px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 999px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
}

.tdb-teacher__name{
	color: var(--bs-secondary)
	margin-top: .6rem;
	font-weight: 600;
	padding-top: 1em;
}

.tdb-teacher__style{
	font-size: .75rem;
	line-height: .75rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--bs-primary);
	font-weight: 600;
}

/* Šípky - len estetika, používaš bootstrap btn */
.tdb-strip__nav .btn{
	border-radius: .75rem;
}

div#teacherModalBody div.astroid-article-full-image img {
	max-height: 280px;
	width: auto;
	float: right;
	margin-left: 0.5rem;
/*	margin: 3em .5em;*/
	border-radius: var(--bs-border-radius-lg) !important;
}

/* Strip Arrows */

.tdb-strip__arrow{
	position: absolute;
	top: 70px;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background: rgba(255,255,255,0);
	/*  box-shadow: 0 .5rem 1rem rgba(0,0,0,.18);*/
	display: grid;
	place-items: center;
	z-index: 5;
	cursor: pointer;
	padding: 0;
}

.tdb-strip__arrow em {
	font-size: 1.8em;
	color: rgba(0,0,0,.55);
}
.tdb-strip__arrow:hover em {
	color: rgba(0,0,0,.8);
}


.tdb-strip__arrow.is-left{ left: 10px; }
.tdb-strip__arrow.is-right{ right: 10px; }

.tdb-strip__arrow:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 3px;
}




/* Article */

section#content-section h1::after {
	content: "";
	background-color: var(--bs-primary);
	width: 6rem;
	height: .25rem;
	margin: 0.35rem 0 0.75rem 0;
	display: block;
}

h1.u-line-c::after, h2.u-line-c::after, div.u-line-c h2::after {
	content: "";
	background-color: var(--bs-primary);
	width: 6rem;
	height: .25rem;
	display: block;
	margin: 0.35rem auto 0.75rem auto;
}

h1.u-line-s::after, h2.u-line-s::after, div.u-line-s h2::after {
	content: "";
	background-color: var(--bs-primary);
	width: 6rem;
	height: .25rem;
	display: block;
	margin: 0.35rem 0 0.75rem 0;
}
	
section#content-section p.subtitle {
	font-size: 1.25rem;
}

.w-fit {
	width: fit-content;
}

ul.list-checklist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.list-checklist li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .35rem;
}

ul.list-checklist li:last-child {
	margin-bottom: 0;
}

ul.list-checklist li::before {
	content: "\f00c";
	font-family: "Font Awesome 7 Free";
	position: absolute;
	left: 0;
	top: 0.25em;
	color: var(--bs-primary);
	font-weight: 900;
	line-height: 1;
}

.blockquote {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-left: 5px solid var(--bs-primary);
	font-weight: 400;
	font-size: 1.15rem;
}

/* Pricing cards – horný akcentný pásik */
.card-stripe {
	border-top: 5px solid var(--bs-dark-bg-subtle) !important;
}

.cs-primary {
	border-top-color: var(--bs-primary) !important;
}

.cs-secondary {
	border-top-color: var(--bs-secondary) !important;
}



.table-hover > tbody > tr:hover> * {
	--bs-table-color-state: var(--bs-primary);
	--bs-table-bg-state: rgba(var(--bs-primary-rgb), 0.025);
}


/* Rozvrh tréningov */

.schedule-wrap{
}

/* spoločný grid: 1 stĺpec + 24×15 min (15:30–21:30) */
.schedule-header,
.schedule-body{
	display: grid;
	grid-template-columns: 8rem repeat(24, 1fr); /* 15:30–21:30 */
}

/* HEADER */
.schedule-header{
	position: relative;
	padding-bottom: .50rem;
	margin-bottom: .75rem;
	left: -1rem;
}

.schedule-header::after{
	content:"";
	position:absolute;
	left: 8rem;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(0,0,0,.1);
}

.schedule-corner{ 
	grid-column: 1 / 2; 
}

/* BODY */
.schedule-body{
	column-gap: .05rem;
	row-gap: .75rem;
	position: relative;
}

/* jemné vertikálne čiary (15-min raster) len pre časovú časť */
.schedule-body::before{
	content: "";
	position: absolute;
	inset: 0;
	left: 8rem;
	pointer-events: none;
	border-radius: .75rem;

	background-image:
	/* 15-min raster */
	repeating-linear-gradient(
		to right,
		rgba(0,0,0,.025),
		rgba(0,0,0,.025) 1px,
		transparent 1px,
		transparent calc(100% / 24)
	),
	/* hodinové čiary (jedna čiara na začiatku tile-u) */
	linear-gradient(
		to right,
		rgba(0,0,0,.075) 1px,
		transparent 1px
	);

	background-repeat: repeat, repeat;

	/* KĽÚČ: tile pre hodiny je 1/6 šírky (4 bloky z 24) */
	background-size:
	auto,
	calc(100% / 6) 100%;

	/* KĽÚČ: posuň hodinový tile o polovicu tile-u = 30 min */
	background-position:
	0 0,
	50% 0;
}

.schedule-body .is-open > .badge {
    position: absolute;
    top: .35rem;
    right: .35rem;
    height: 1.35rem;	
    font-size: 0.85rem;
    opacity: 0.65;
    padding: 0.2rem 0.45rem;
}
	
.schedule-body .is-closed > .badge {
    position: absolute;
    top: .35rem;
    right: .35rem;
    height: 1.35rem;
    font-size: 0.7rem;
    opacity: 0.65;
    padding: 0.25rem 0.45rem;
}


.schedule-time{
	font-size: .75rem;
	letter-spacing: .02em;
	color: var(--bs-secondary-color);
}

/* deň */
.schedule-day{
	grid-column: 1 / 2;
	font-weight: 600;
	padding-top: .5rem;
}

/* tréning */
.schedule-item{
	position: relative;
	background: var(--bs-white);
	box-shadow: var(--bs-box-shadow-sm);
	z-index: 1; /* nad mriežkou */

	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .05rem;

	padding: .4rem .5rem;
	border-radius: .5rem;
	
	min-width: 0;
	overflow: hidden;

	transition: transform .15s ease, box-shadow .15s ease;
}

.schedule-item:hover,
.schedule-item:focus-visible{
	transform: translateY(-2px);
	box-shadow: 0 .55rem 1.2rem rgba(0,0,0,.12);
	outline: none;
}

.schedule-item .level-dots{
	position: absolute;
	top: .35rem;
	right: .5rem;
	display: inline-flex;
	gap: .15rem;
	line-height: .75rem;
	font-size: 1.5rem;
}

.schedule-item .level-dots .dot{
	opacity: .25;
}

.schedule-item .level-dots.level-1 .dot:nth-child(-n+1),
.schedule-item .level-dots.level-2 .dot:nth-child(-n+2){
	opacity: 1;
}


.schedule-item__title{
	font-weight: 600;
	line-height: 1.25;
	padding-bottom: 0.25rem;

	/* 2 riadky max, aby mobil netrpel */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.schedule-item__time, .schedule-item__teacher{
	font-size: .75rem;
	color: var(--bs-secondary-color);
	letter-spacing: .02em;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.schedule-item__time {
	font-weight: 600;
}


/* otvorené vs uzatvorené – tvoja preferencia: border-3 */
.schedule-item.is-open{
	border-left: 3px solid var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.schedule-item.is-closed{
	border-left: 3px solid var(--bs-secondary);
	background-color: var(--bs-gray-200);
}

@media(max-width: 992px) {
	.schedule-header{ left: -.5rem; }
}

@media (max-width: 768px){
	.schedule-header{ left: -.25rem; }
	.schedule-item{ padding: .3rem .35rem; border-radius: .35rem; }
	.schedule-item__title{ font-size: .85rem; }
	.schedule-item__time, .schedule-item__teacher{ font-size: .7rem; }
}


/* *** */

.schedule-item.is-closed{
  opacity: .75;
  filter: saturate(.9);
}

.schedule-item.is-closed .schedule-item__title,
.schedule-item.is-closed .schedule-item__teacher,
.schedule-item.is-closed .schedule-item__time{
  color: var(--bs-secondary-color);
}

.schedule-item .schedule-item__title:hover {
	color: var(--bs-secondary-text-emphasis);	
}

.schedule-item__meta{
  font-size: .75rem;
  color: var(--bs-secondary-color);
  margin-top: .15rem;
}

/* zámok v rohu */
.schedule-item .schedule-locked{
	width: 1.5rem;
  position: absolute;
  top: .35rem;
  right: .35rem;
  font-size: .85rem;
  color: var(--bs-secondary-color);
  opacity: .5;
}

.schedule-locked{
	width: 2rem;
  font-size: .85rem;
  color: var(--bs-secondary-color);
  opacity: .5;
}

.level-dots{
  display: inline-flex;
  gap: .2rem;
  line-height: 1;
  font-size: 1.5rem;
  white-space: nowrap;
}

.level-dots .dot{ opacity: .25; }

.level-dots.level-1 .dot:nth-child(-n+1),
.level-dots.level-2 .dot:nth-child(-n+2),
.level-dots.level-3 .dot:nth-child(-n+3){
  opacity: 1;
}

#trainingModal #trainingModalLevelLabel {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

section#vysvetlivky-treningy .accordion-button::after {
	margin-left: .5em;
}

/* Testing Section */

img.card-media {
	max-height: 330px;
    object-fit: cover;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

div.card-media {
	height: 100%;
	min-height: 220px;          /* aby to nebolo na krátkom texte malé */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* Hover-switch homepage */

div#schedule-switch-wrapper img {
/*  position: absolute;
  top: 0; left: 0;
*/
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}

div#schedule-switch-wrapper img.active {
  opacity: 1;
  z-index: 2;
}



/* banner */
section#banner-section, section#contact-banner-section {
	filter: grayscale(0.25) opacity(0.65);
}
/*
section#banner-section::before, section#contact-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
	background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.2) 0%,rgba(255, 255, 255, 0.2) 100%);
	z-index: 1;
}
*/

/* kontakt page */

section#contact-banner-section span.astroid-banner-subtitle {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto !important;
    background-color: rgba(1, 1, 1, 0.25);
    border-radius: 0.25rem;
    padding: 0rem 0.8rem;
    font-size: smaller;
}

div.astroid-formbuilder form label {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

div.astroid-formbuilder form div.form-check label {
	font-weight: 400;
	margin-bottom: 0rem;
}

div.tdb-contact-form form {
	margin-top: 0.7rem !important;
}

div.tdb-contact-form form > div > div {
	margin-top: 0.8rem !important;
}

.tdb-contact-offcanvas {
  --bs-offcanvas-width: min(100vw, 520px);
}

.tdb-contact-offcanvas .offcanvas-body {
  padding-top: 0.5rem;
}

.tdb-contact-offcanvas .tdb-contact-form {
  max-width: 100%;
}

.tdb-contact-offcanvas .offcanvas-title {
  margin-bottom: 0;
}

div#contact-grid div.as-image-cover {
	height: 125px;
	margin: 0.8rem;
	width: 125px;
}

div#contact-grid div.astroid-text p {
	margin-bottom: 0px;
}


/* CTA More link */

.cta_more {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: .02em;
}

.cta_more em {
	transition: transform .15s ease;
}

.cta_more a:hover em {
	transform: translateX(2px);
}




#ac-63ad52f70ced6011175559 {
/*	color: white;	*/
/*	border: 1px solid rgba(255, 255, 255, 0.2);*/
	width: auto;
	padding: 1rem;
	position: relative;
/*	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0px 0px 10vw 0vw white, 
				inset 0 0 2vw 0vw rgba(255,255,255,0.2);
*/}

#h-64b2f0a576255436351010 {
    box-shadow: 0px 0px 20vw 1vw rgba(255,255,255,0.35),
				inset 0 0 5vw 1vw rgba(255,255,255,0.15);
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0 .5rem;
}

#h-64b2f0a576255436351010 div.astroid-content-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(236, 236, 236, 0.8),
		transparent
	);
}

#h-64b2f0a576255436351010 div.astroid-content-text {
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

#h-64b2f0a576255436351010 div.astroid-content-text::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(236, 236, 236, 0.8),
		transparent
	);
}

#btn-63ad73770605bc13455910 {
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
/*	background: rgba(255, 255, 255, 0.15);*/
}

/*
#ac-63ad52f70ced6011175559::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(
		180deg,*/
/*		rgba(255, 255, 255, 0.4),*/
/*		transparent,
		rgba(255, 255, 255, 0.5), 
		transparent
	);
}
*/