.wpgb-button-facet .wpgb-inline-list .wpgb-button {
    display: block!important;
}

.wpgb-selection-facet .wpgb-inline-list .wpgb-button {
    padding: 1.5px 8px!important;
}

.wp-block-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
}


/* Login Page */

.tml-links {
    margin: 0px;
    list-style: none;
    padding: 0;
}

.tml-submit-wrap button {
    background: var(--primary-ultra-dark);
    color: white;
    padding: 0.75em 2.5rem!important;
    border: none;
    border-radius: 32px!important;
    font-weight: 700;
    cursor: pointer;
}

.tml-submit-wrap button:hover {
    background: #a3d5ff;
    color: var(--primary-ultra-dark);
}

.tml .tml-field {
    background: var(--primary-ultra-light)!important;
	padding: 0.75em 1.5rem!important;
	border: none!important;
	border-radius: 32px!important;
	color: var(--primary-ultra-dark)!important;
}

.tml .tml-field:focus-visible {
    background: var(--primary-light)!important;
	color: var(--primary-ultra-dark)!important;
}

.tml .tml-error {
    border-left-color: var(--accent)!important;
	background: var(--accent-light)!important;
	border-radius: 8px!important;
	color: var(--primary)!important;
	font-size:14px;
}

#pass-strength-result {
    border-radius: 8px!important;
	border:none!important;
}

#pass-strength-result.good {
    background-color: var(--secondary)!important;
}

#pass-strength-result.short {
    background-color: var(--accent-light)!important;
}

p.description.indicator-hint {
	font-size:14px;
}

/* End of Login Page */

.wp-block-image figcaption {
    display: none;
}

.wp-block-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.oxy-adjacent-posts {
  gap: var(--space-xs);
}

.adj-post {
    gap: var(--space-xs);
}

.oxy-adjacent-posts img {
  aspect-ratio: 1/1!important;
  object-fit: cover;
}

#div_block-101-469 figure {
    margin: 1em calc(var(--space-m)*-1)!important;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-inline: calc(var(--space-m) * -1);
    margin-bottom: 25px;
}

.wp-block-cover .wp-block-cover__image-background {
    height: 100%!important;
}

/* WP GRID BUILDER */

.wpsr-review-template {
    z-index: 5 !important;
    position: relative!important;
}

/* WP Social Ninja Reviews Plugin */

.wpsr-review-template::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: -1;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 10px;
    background-image: url(https://ea7mb9fntic.exactdn.com/wp-content/uploads/2021/08/padrão-alternativo.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: 50% 50%;
}

.wpsr-review-template::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    z-index: 5;
    height: 75px;
    background-image: url(https://tukway.com/wp-content/uploads/2021/09/cropped-favicon-3-B-01.png);
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.wpsr-review-template-one .wpsr-review-header .wpsr-review-info {
    margin: 0;
    margin-right: auto;
    justify-items: start;
    text-align: left!important;
    padding-top: 0px!important;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    z-index: 10;
}

.wpsr-review-template .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    width: 100%;
    line-height: 1.2!important;
    color: var(--base)!important;
}

.wpsr-review-template .wpsr-review-info .wpsr-reviewer-name-url {
    grid-column: span 2;
}

.wpsr-review-template-one .wpsr-review-content {
    text-align: left!important;
}

.wpsr-review-template .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg path {
    fill: #f7b80c!important;
}


/* TABELAS */
#tableDates { 
	width: 100%; 
	border-collapse: collapse; 
	margin:0px;
	}

/* Zebra striping */
#tableDates tr:nth-of-type(odd) { 
	background: var(--white); 
	}

#tableDates th { 
	background: var(--primary-ultra-dark); 
	color: white; 
}

#tableDates td, th { 
	padding-inline: 10px;
    padding-block: var(--space-xs);
	border: none; 
	font-size: 16px;
    text-align: center;
    width: 16.66%;
}

#tableDates {
	width: 100%;
}

#tableDates th {
	position: relative;
  overflow: hidden;
  padding-block: var(--space-m);
}

.bs-hours {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-size: var(--text-xs);
  color: var(--accent);
}

.bs-slot {
    font-weight: bold;
}


@media only screen and (max-width: 768px) {
    .bs-slot {
        font-size: var(--text-s);
    }

    #tableDates td, th { 
        padding: 5px; 
    }

    #tableDates td {
        font-size: var(--text-xs);
    }

    .bs-hours {
        font-size: var(--text-xs);
    }

    .footable_parent {
        overflow-x: scroll; /* Ensures that the scrollbar is always visible */
        -webkit-overflow-scrolling: touch; /* Adds smooth scrolling for iOS devices */
    }
}

::-webkit-scrollbar {
  height: 12px; /* Customize height for the horizontal scrollbar */
  width: 12px;
  display: block; /* Force the scrollbar to be displayed */
  background: #e9f3fb;
}

/* Customize the scrollbar appearance (optional) */
::-webkit-scrollbar-thumb {
  background: #0070b8; /* Color of the scrollbar thumb */
  border-radius: 25px;
  border: 2px solid #e9f3fb;
}

::-webkit-scrollbar-thumb:hover {
  background: #041b3d; /* Color on hover */
}

/* 
NINJA TABLES PRO OVERRIDES
*/
.footable .form-inline .form-group {
    vertical-align: bottom!important;
}


.ninja_table_buttons > button {
    background-color: var(--primary)!important;
}

.ninja_table_buttons > button:hover {
    background-color: var(--primary-dark)!important;
}

.ninja_table_wrapper .ninja_table_buttons .ninja_button {
    border-right: 2px solid var(--primary-ultra-dark)!important;
}