#tribe-events-content ul.posts-items.posts-list-container {
    list-style: none;
    padding: 0;
    margin-top: 3rem;
}

#tribe-events-content li.post-item.no-small-thumbs {
    margin-bottom: 3rem;
}

.tribe-event-schedule-details.date {
    font-style: italic;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.tribe-event-schedule-details.categories > div {
    display: inline-block;
}

ul.tribe-event-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

#tribe-events-content h2.tie-alignleft {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 3rem;
}

#tribe-events-content li.post-item {
    margin-bottom: 3rem;
    border: 1px solid;
    padding: 1rem;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    margin: 0 auto;
    max-width: initial !important;
}

span.more-link.tribe-events-cost {
    padding: 5px 10px;
    background: #0f9c98;
    color: #FFF;
}

.tribe_events .tribe-events-event-image {
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#content table {
    margin: 3rem auto;
}

#content table td {
    font-size: .9rem;
}

table tr:nth-child(odd) td {
    background: #FAFAFA;
}

body[data-scheme="dark"] table tr:nth-child(odd) td {
    background: #333;
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 14px;
    color: #333;
    background: #CCC;
}

body[data-scheme="dark"] .tribe-events-single-section.tribe-events-event-meta {
    font-size: 14px;
    color: #FFF !important;
    background: #333 !important;
}

dd.tribe-events-event-url a {
    text-decoration: underline;
}

.company-header {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}



.company-excerpt {
    margin: 3rem auto;
    font-weight: bold;
}

.cs-entry__subtitle.company--subtitle {
    text-transform: uppercase;
    font-weight: 600;
}

.company-header h1 {
    font-size: 4rem;
    font-weight: bolder;
}

.company-meta {
    background: #CCC;
    padding: 1.5rem;
    border-radius: 4px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

body[data-scheme="dark"] .company-meta {
    background: #333;
    color: #FFF;
}

.company-meta label {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.company-meta > div {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: .5rem;
}

.company-rate {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    font-size: 2rem;
    color: #F7B84E;
}


#content ul {
    padding-left: 1rem;
}

.company-logo {
    width: auto;
    height: auto;
    max-width: 100%;
}


.company-badges {
    display: flex;
    flex-direction: row;
    height: 50px;
    margin: 3rem auto;
    gap: 1rem;
    align-items: center;
}

.company-feedbacks-new {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.company-feedbacks-list {
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.feedback-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 3rem;
    position: relative;
}

.feedback-item:last-child {
    border-bottom: none;
}

.feedback-author {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.feedback-author--avatar {
    width: 50px;
    height: 50px;
    background-color: #CCC;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-position: center center;
}

.feedback-author--name {
    display: flex;
    flex-direction: column;
}

.feedback-author--name span:nth-child(1) {
    font-weight: bold;
}

.feedbacks-form-wrap {
    display: flex;
    padding: 3rem;
    background: #CCC;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
    border-radius: 4px;
}

.feedbacks-form-wrap form {
    width: 100%;
}

.feedbacks-form input {
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}


body[data-scheme="dark"] .feedbacks-form-wrap { 
    background: #333;
}

.wp-block-button.submit-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbacks-form-wrap .feedback-author--avatar {
    border: 1px solid #FFF;
}

span.cs-button__text {
    text-align: center;
}

td > figure {
    display: inline;
}

.company-contacts--inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.company-contacts--inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.company-contact-field i {
    margin-right: .5rem;
}

.paywall-subscribe {
    display: flex;
    gap: 1.5rem;
}

.paywall-subscribe {
    display: flex;
    gap: 1.5rem;
    align-items: baseline;
    justify-content: space-between;
}

.paywall-subscribe i.fa-lock {
    color: var(--cs-color-badge-danger);
    border: 1px solid;
    border-radius: 50%;
    font-size: 1rem;
    padding: 10px;
    height: 35px;
    display: flex;
    align-items: center;
}

.paywall-subscribe h3 {
    display: flex;
    gap: .5rem;
}

.paywall-tariffs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
}

.paywall-tariff {
    flex: 1;
    border: 3px solid #CCC;
    display: flex;
    flex-direction: row;
    padding: 1.5rem;
}

.tariff-name {
    font-size: 1.5rem;
}

.paywall-tariff > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tariff-price {
    font-size: 2rem;
    font-weight: bold;
    font-family: system-ui;
}

.single-company .cnvs-badge {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
}

.cnvs-badge.badge--gold {
    background: #b48811;
}

.cnvs-badge.badge--silver {
    background: #C0C0C0;
}


.company-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.companies-archive .cs-page__header > p {
    margin: 1.5rem auto;
}

a.cs-button { 
    position: relative;
}

.companies-archive a.cs-button {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem;
}

.companies-list a.cs-button.cs-button_secondary,
.companies-list a.cs-button.cs-button_border {
    background: transparent;
    color: #000;
    border: 1px solid;
    box-sizing: border-box;
}


.companies-list a.cs-button.cs-button_border:hover {
    background: #FAFAFA;
}


body[data-scheme="dark"] .companies-archive a.cs-button.cs-button_border {
    color: #FFF;
    border: 1px solid #FFF;
}

body[data-scheme="dark"] .companies-archive a.cs-button.cs-button_border:hover {
    background: #333;
}

.companies-count {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.companies-header {
    display: flex;
    flex-direction: row;
    margin: 1.5rem auto;
    width: 100%;
    padding: 1.5rem 0;
}

.companies-header > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--cs-color-secondary);
}

.companies-list-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.company-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid;
    padding: 1.5rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border-color: #333;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.company-item > div {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 1rem;
    align-items: center;
}

.company-item a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.5rem;
    color: var(--cs-color-secondary);
}

.company-badges.badges--small {
    margin: 0;
}

.company-item.badge--silver {
    border: 3px solid #C0C0C0;
}

.company-item.badge--gold {
    border: 3px solid #b48811;
}

.company-item .company-rate {
    gap: .2rem;
    font-size: 1rem;
}

.badges--small .company-badge {
    font-size: 1rem;
}

.company-badges.badges--small {
    gap: .5rem;
}

.company-item-rate {
    display: flex;
    gap: 1.5rem !important;
}

.company-badges.badges--small.badges--empty {
    display: none;
}

.company-item span {
    color: var(--cs-color-secondary);
}

.companies-list--more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
}

.loading-load {
    display: none;
    width: 20px;
    height: 20px;
    border: 5px solid #333;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

body[data-scheme="dark"] loading-load {
    border: 5px solid #FFF;
}

.loading-open {
  border-top: 5px solid transparent;
  -webkit-animation: load-animate infinite linear 1s;
          animation: load-animate infinite linear 1s;
}

.loading .btn-text {
    visibility: hidden;
}

.loading .loading-load {
  display: inline-block;
}

.company-filter {
    margin: 1.5rem auto;
}


.company-filter,
.company-filter-toggles {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.company-filter > div, 
.company-filter-toggles > div {
    display: flex;
    align-items: center;
}

.company-filter-toggles {
    flex-direction: row;
    gap: 40px;
}

.company-filter-toggles label {
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.company-filter-search {
    border: 1px solid #999;
    border-radius: 25px;
    padding: 0 1.5rem;
}

.company-filter-toggles span {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* margin-left: .5rem; */
    cursor: pointer;
    padding-left: .5rem;
    color: var(--cs-color-secondary);
}

.company-filter-search i {
    color: #999;
}

.company-filter-toggles span:after {
    content: "\f078";
}

.company-filter-toggles div.active span:after {
    content: "\f077";
}

.company-filter-item {
    display: none;
}


.company-filter-item.active {
    display: flex;
}

.company-filter-item.active {
    display: list-item;
    flex-direction: column;
    column-count: 4;
    list-style: none;
    margin: 1.5rem 0;
    border-top: 1px solid;
    padding-top: 1.5rem;
    width: 100%;
}

p.nothing-found {
    width: 100%;
    font-size: 2rem;
}

.company-filter-toggles > div.active label {
    font-weight: bold;
}

i[data-cnt] {
    width: 16px;
    height: 16px;
    background: var(--cs-color-accent);
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    position: relative;
}

i[data-cnt]:after {
    content: attr(data-cnt);
    width: 100%;
    height: 100%;
    font-size: .7rem;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

i[data-cnt="0"] {
    display: none !important;
}

.filter-clear-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-clear {
    display: none;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}

.filter-clear.active {
    display: inline-block;
}

form.company-new-form {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.company-new-form label {
    font-size: 1.2rem;
}


.company-terms-list {
    display: list-item;
    list-style: none;
    column-count: 3;
    margin: 1.5rem auto;
}

.company-terms-list .filter-checkbox label {
    text-transform: none;
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
}

.form-field.required > label:after {
    content: '*';
    color: var(--cs-color-secondary);
    font-size: 1.5rem;
}

.form-result-msg {
    font-size: 1.5rem;
    color: var(--cs-color-secondary);
}


body[data-scheme="dark"] .company-terms-list .filter-checkbox label {
    color: #FAFAFA;
}

.ui-autocomplete {
    padding: 5px;
    list-style: none;
    background: #FAFAFA;
    max-width: 300px;
}

li.ui-menu-item {
    margin-bottom: 5px;
    cursor: pointer;
}

li.ui-menu-item:hover {
    font-weight: bold;
}

.company-filters {
    display: none !important;
}

.company-filters.active {
    display: initial !important;
}

.company-filter {
    gap: .5rem;
}

.submenu a {
    font-weight: normal !important;
    text-transform: none !important;
}

nav.cs-header__nav.submenu {
    margin-left: 1.75rem;
}

.submenu li {
    padding-right: 0 !important;
    margin: 0 !important;
}

.submenu ul {
    gap: 20px;
}

.company-filter-search input {
    border: none;
}



.company-buttons a.cs-button.cs-button_secondary,
.company-buttons a.cs-button.cs-button_border {
    border-color: var(--cs-color-secondary);
}

.company-buttons a.cs-button.cs-button_border:hover,
.company-buttons a.cs-button.cs-button_secondary:hover {
    background: var(--cs-color-secondary);
    color:#FFFFFF;
}

a.user-login {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.user-login i {
    font-size: 13px;
}


@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}


/* banners */

.banner_left,
.banner_right {
    position: fixed;
    height: 100%;
    z-index: 1;
}
img.banner_bg {
    position: fixed;
    height: 100%;
}
.banner_right,
.banner_right img.banner_bg,
.banner_right .banner_content {
    right: 0;
}
.banner_side .banner_content {
    position: fixed;
    z-index: 100;
    border: 0;
    height: 100%;
    width: calc(50% - 615px);
}
.banner_content td {
    vertical-align: middle;
    padding: 0;
    border: 0;
}
.banner_side .banner_inner {
    max-width: 230px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
}
.banner_side .banner_text {
    font-weight: 700;
    padding: 10% 0;
}
.banner_btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #d43c37;
}
.banner_side img.banner_logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.banner_bottom {
    display: none;
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner_bottom img.banner_logo {
    height: 100%;
    padding: 0 50px;
}
.banner_bottom .banner_content {
    border: 0;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.banner_bottom .banner_content td {
    height: 100px;
    padding: 0;
}
.banner_bottom .banner_text {
    font-weight: 700;
}
.banner_bottom .banner_text p {
    margin-bottom: 0;
    line-height: inherit;
}
.x {
    position: absolute;
    right: 0;
    margin: 10px 15px;
    cursor: pointer;
    z-index: 10000;
}
.x div {
    width: 15px;
    height: 15px;
    font-size: 2rem;
    line-height: 1rem;
    cursor: pointer;
color: white;
}
.banner_bottom .banner_content td:first-child {
    min-width: 120px;
}
.banner_bottom .banner_content td:last-child {
    width: 160px;
}
.banner_bottom img.banner_logo {
    height: 80%;
    width: auto;
}


div#page {
    max-width: 75%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: #FFF;
}

.cs-container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.cs-header .cs-logo {
    transition: 0.25s;
    width: 225px;
}

.cs-header__col.cs-col-left:not(:only-child) {
    padding-right: 0;
}

.cs-header__col.cs-col-center {
    padding: 0 2rem !important;
}

.sub-side-menu p {
    margin: 0;
}

.sub-side-menu .style2 {
    position: relative;
    top: 0;
}

.checked--nothing i:after {
    left: 6px;
    position: relative;
}

.cs-header__inner.cs-header__inner-desktop .cs-header__col {
    flex: none;
}

.cs-header__inner.cs-header__inner-desktop {
    justify-content: normal;
}

.header__inner-mobile a.user-login {
    width: 25px;
}

i.fa-solid.fa-paw.fa-fw.fa-paw--empty {
    color: #CCC;
}

i.fa-solid.fa-paw {
    position: relative;
}

i.fa-solid.fa-paw.fa-fw.fa-paw--half:after {
    content: "\f1b0";
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 2;
    color: #CCC;
    width: 40%;
    overflow: hidden;
    transform: scaleX(-1);
}

.company-item-rate i.fa-solid.fa-paw.fa-fw.fa-paw--half:after {
    right: 2px;
}

.ui-tooltip, .ui-tooltip-arrow:after {
    background: rgba(57,68,79, 0.9);
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    background: rgba(57,68,79, 0.9);
    border-radius: 5px;
    box-shadow: none;
    border: none !important;
}

.ui-tooltip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.ui-tooltip-arrow.top {
    top: -16px;
    bottom: auto;
}

.ui-tooltip-arrow.left {
    left: 20%;
}

.ui-tooltip-arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-tooltip-arrow.top:after {
    bottom: -20px;
    top: auto;
}

i.star-icon {
    width: 24px;
    height: 24px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: #F7BA4F;
}

.company-badge {
    width: 64px;
    height: 64px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: var(--cs-color-secondary);
}

.badges--small .company-badge {
    width: 32px;
    height: 32px;
}

.company-feedbacks-count {
    align-items: center;
    justify-content: flex-end;
}

table .pk-zoom-icon-popup img {
    min-width: auto !important;
}

figure {
    max-width: 100%;
}

/* .entry-content figure {
    max-width: 100% !important;
    width: auto !important;
} */

.icon--paw {
    -webkit-mask-image: url(../static/icon-fonts/icon-paw-full.svg);
    mask-image: url(../static/icon-fonts/icon-paw-full.svg);
}

.icon--paw-half {
    -webkit-mask-image: url(../static/icon-fonts/icon-paw-half.svg);
    mask-image: url(../static/icon-fonts/icon-paw-half.svg);
}

.icon--paw-empty {
    -webkit-mask-image: url(../static/icon-fonts/icon-paw-empty.svg);
    mask-image: url(../static/icon-fonts/icon-paw-empty.svg);
}


.badge-affiliates {
    -webkit-mask-image: url(../static/icon-fonts/icon-affiliates.svg);
    mask-image: url(../static/icon-fonts/icon-affiliates.svg);
}

.badge-business-big {
    -webkit-mask-image: url(../static/icon-fonts/icon-business-big.svg);
    mask-image: url(../static/icon-fonts/icon-business-big.svg);
}

.badge-business-medium {
    -webkit-mask-image: url(../static/icon-fonts/icon-business-medium.svg);
    mask-image: url(../static/icon-fonts/icon-business-medium.svg);
}

.badge-business-small {
    -webkit-mask-image: url(../static/icon-fonts/icon-business-small.svg);
    mask-image: url(../static/icon-fonts/icon-business-small.svg);
}

.badge-naz {
    -webkit-mask-image: url(../static/icon-fonts/icon-naz.svg);
    mask-image: url(../static/icon-fonts/icon-naz.svg);
}

.badge-park {
    -webkit-mask-image: url(../static/icon-fonts/icon-park.svg);
    mask-image: url(../static/icon-fonts/icon-park.svg);
}

.badge-edo {
    -webkit-mask-image: url(../static/icon-fonts/icon-edo.svg);
    mask-image: url(../static/icon-fonts/icon-edo.svg);
}

.badge-plus100 {
    -webkit-mask-image: url(../static/icon-fonts/icon-plus100.svg);
    mask-image: url(../static/icon-fonts/icon-plus100.svg);
}

.badge-plus300 {
    -webkit-mask-image: url(../static/icon-fonts/icon-plus300.svg);
    mask-image: url(../static/icon-fonts/icon-plus300.svg);
}

.badge-production {
    -webkit-mask-image: url(../static/icon-fonts/icon-production.svg);
    mask-image: url(../static/icon-fonts/icon-production.svg);
}

.badge-recommendation {
    -webkit-mask-image: url(../static/icon-fonts/icon-recommendation.svg);
    mask-image: url(../static/icon-fonts/icon-recommendation.svg);
}

.badge-top100 {
    -webkit-mask-image: url(../static/icon-fonts/icon-top100.svg);
    mask-image: url(../static/icon-fonts/icon-top100.svg);
}

.badge-verified {
    -webkit-mask-image: url(../static/icon-fonts/icon-verified.svg);
    mask-image: url(../static/icon-fonts/icon-verified.svg);
}


.badge-inpromotion {
    -webkit-mask-image: url(../static/icon-fonts/icon-inpromotion.svg);
    mask-image: url(../static/icon-fonts/icon-inpromotion.svg);
}

.badge-morethanoneyear {
    -webkit-mask-image: url(../static/icon-fonts/icon-morethanoneyear.svg);
    mask-image: url(../static/icon-fonts/icon-morethanoneyear.svg);
}


.article-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article-meta span {
    font-size: .8rem;
    display: inline-flex;
    margin-right: 10px;
    color: var(--cs-color-secondary);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.article-meta span:last-child {
    color: #333;
    margin-right: 0;
}

.entry-content table {
    max-width: 100%;
}

@media screen and (max-width: 1400px) {

    .companies-list a.cs-button,
    .company-filter-toggles label,
    .company-filter-search input {
        font-size: .8rem;
    }

    .banner_left,
    .banner_right {
        display: none;
    }
    .banner_bottom {
        display: block;
    }

    /* img,figure {
      display: none;
    } */

    div#page {
        max-width: none;
    }

    .sub-side-menu {
        padding-left: 0;
    }

}

@media screen and (min-width: 1280px) {


    .cs-header__col.cs-col-left:not(:only-child) {
        padding-right: 0 !important;
    }

}


@media screen and (max-width: 1280px) {

    .company-buttons a.cs-button {
        font-size: .7rem;
        text-transform: uppercase;
        padding: 1rem;
    }

}

@media screen and (max-width: 768px) {

    .company-header {
        flex-direction: column;
    }

    .company-header h1 {
        font-size: 2.5rem;
    }

    .company-meta > div {
        flex-direction: column;
    }

    .company-meta {
        gap: 1.5rem;
    }

    .company-logo {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .company-header {
        flex-direction: column;
        align-items: center;
    }

    .company--subtitle {
        width: 100%;
        text-align: center;
    }

    .company-badges {
        gap: .5rem;
    }

    .company-badges .company-badge {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    .paywall-tariffs {
        flex-direction: column;
        margin: 3rem 0;
    }

    .paywall-tariff {
        width: 100%;
    }

    .paywall-subscribe {
        flex-direction: column;
    }

    .paywall-subscribe h3 {
        display: flex;
        gap: .5rem;
        flex-direction: column;
        align-items: center;
    }

    .paywall-subscribe > div {
        flex: 1;
        width: 100%;
    }

    .btn-login {
        width: 100%;
    }

    .feedback-new {
        font-size: 1rem !important;
        width: 100%;
    }

    .paywall-subscribe p br {
        display: none;
    }

    .company-buttons,
    .company-item,
    .company-item-rate,
    .company-item > div {
        flex-direction: column !important;
    }

    .badges--small .company-badge {
        font-size: 1rem;
        gap: 0 !important;
        width: 35px;
    }

    .company-badges.badges--small {
        gap: .5rem;
        width: auto;
    }

    .company-item {
        padding: .5rem;
    }

    .company-item a {
        font-weight: bold;
        text-decoration: underline;
        font-size: 1.2rem;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .company-buttons a.cs-button {
        width: 100%;
    }

    .companies-header {
        display: none;
    }

    .companies-count {
        font-size: 1rem;
        margin: 1.5rem;
        text-align: center;
    }

    .company-filter-toggles {
        flex-direction: column;
    }

    .company-filter-item.active {
        column-count: 2;
    }

    .company-filter-search,
    .company-filter > div, .company-filter-toggles > div {
        width: 100%;
    }

    .company-filter-search {
        margin: 1.5rem auto;
    }

    .company-filter-toggles label {
        width: calc(100% - 30px);
    }

    .filter-clear-wrap {
        justify-content: center;
    }

    .company-terms-list {
        column-count: 2;
    }

    .company-terms-list .filter-checkbox label {
        font-size: .8rem;
    }

    .cs-container .sub-side-menu {
        display: flex !important;
        order: 2;
    }

    nav.cs-header__nav.submenu {
        margin-left: 2rem;
        display: none;
    }

    .sub-side-menu, .side-checkbox {
        justify-content: space-around;
    }

}

@media screen and (max-width: 640px) {
.badges--small .company-badge {
        font-size: 1rem;
        gap: 0 !important;
        width: 25px;
    }
}

@media screen and (max-width: 540px) {
.badges--small .company-badge {
        font-size: 1rem;
        gap: 0 !important;
        width: 20px;
    }
}

.ss--link {
  color: var(--cs-color-accent);
}
span.calnk-link span.spiffy-popup{
  width: initial;
  background: #FAFAFA;
}
span.calnk-link span.spiffy-popup:after {
  border-bottom-color: #FAFAFA;
}

.cs-header__logo img {
  height: 26px;
}
.cnvs-block-core-group-1732631840056,
.cnvs-block-core-group-1731513247615{
  height: 100px;
}
.aioseo-breadcrumbs{
  font-size: 8px;
}