.site-width {
    transform: translateX(-90px);
}
.site-width > .site-width {
    transform: translateX(0);
}
#content {
    padding-bottom: 76px;
}
.page-title-wrapper {
    align-items: center;
    gap: 10px;
    margin: 80px 0 130px;
    color: var(--blue);
}
.page-title-wrapper > img {
    margin-bottom: 14px;
}
.page-title-wrapper .page-title {
    font-size: 42px;
    font-weight: 700;
}
.page-title-wrapper .name-wrapper {
    align-items: center;
    gap: 24px;
    font-size: 32px;
    font-weight: 600;
}
.page-title-wrapper .name-wrapper .name span {
    font-weight: 400;
}
.page-title-wrapper .name-wrapper .name:has(.blurred-img) {
    display: flex;
    align-items: center;
}
.blurred-img img {
    display: block;
}
.type-wrapper .blurred-img img {
    width: 120px;
    height: auto;
}


.more-details {
    gap: 30px;
}
.more-details .two-cols {
    gap: 20px;
    width: 100%;
}
.details-row {
    width: 100%;
    height: 110px;
    padding: 20px 50px 20px 81px;
    background: var(--opacity-blue);
    border-radius: 20px;
}
.more-details .two-cols .details-row {
    width: 50%;
}
.details-row .inner {
    align-items: center;
    gap: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.more-details .details-row.spam-wrapper .inner:before,
.more-details .details-row.type-wrapper .inner:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-spam.svg') no-repeat center center / contain;
}
.more-details .details-row.spam-wrapper .inner .label {
    background: #FF2F01;
    color: #fff;
    padding: 2px 12px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
}
.more-details .details-row.spam-wrapper .inner .label.spam {
    background: #FF2F01;
}
.more-details .details-row.spam-wrapper .inner .label.no-spam {
    background: #FF9534;
}
.more-details .details-row.spam-wrapper .inner .label.unknown {
    background: #FF9534;
}
.more-details .details-row.type-wrapper .inner {
    gap: 15px;
}
.details-row .inner .value {
    font-size: 20px;
    font-weight: 400;
    color: var(--blue);
}
.more-details .details-row .inner .ca-view-btn {
    margin-left: auto;
    background: #effbfd;
}
.more-details .details-row .inner .ca-view-btn:hover {
    background: var(--ca-gradient);
}

.more-details .details-row.times-searched-wrapper .inner {
    gap: 15px;
}
.more-details .details-row.times-searched-wrapper .inner:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-searched.svg') no-repeat center center / contain;
}
.more-details .details-row.similar-wrapper .inner:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-list.svg') no-repeat center center / contain;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper {
    align-items: flex-end;
    position: relative;
    height: 49px;
    margin-left: auto;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines {
    display: flex;
    gap: 3px;
    position: relative;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line {
    width: 118px;
    height: 5px;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(1) {
    background: #FF2F01;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(2) {
    background: #FF9534;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(3) {
    background: #FFE790;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(4) {
    background: #95F5AA;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(5) {
    background: #51ED73;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line:nth-child(6) {
    background: #13E642;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .dot:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--ca-gradient);
    border-radius: 50%;
    z-index: -1;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .dot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}
.more-details .details-row.times-searched-wrapper .inner .colors-wrapper .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    font-weight: 400;
}
.more-details .details-row.similar-wrapper .inner .value {
    font-size: 16px;
    color: var(--ca-black);
}
.more-details .details-row.whose-number-wrapper .inner:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 19.5px;
    background: url('../img/icon-card.svg') no-repeat center center / contain;
}
.more-details .details-row.whose-number-wrapper .inner .name-link {
    color: var(--blue);
    text-decoration: underline;
}

.details-row.country-wrapper .inner:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-world.svg') no-repeat center center / contain;
}

.ca-banner.ca-img-banner {
    margin-top: 88px;
}
.details-row.country-wrapper {
    margin-top: 40px;
    margin-bottom: 28px;
}

.map-wrapper {
    margin-bottom: 30px;
    border-radius: 20px;
}
.map-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.details-row.email-website-wrapper {
    padding: 0;
}
.details-row.email-website-wrapper .inner {
    position: relative;
}
.details-row.email-website-wrapper .inner:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--blue);
    opacity: 0.3;
}
.details-row.email-website-wrapper .email-wrapper,
.details-row.email-website-wrapper .website-wrapper {
    align-items: center;
    gap: 15px;
    width: 50%;
    padding: 20px 40px 20px 81px;
}
.details-row.email-website-wrapper .email-wrapper .inner-wrapper,
.details-row.email-website-wrapper .website-wrapper .inner-wrapper {
    align-items: center;
    gap: 15px;
}
.details-row.email-website-wrapper .website-wrapper {
    padding-right: 50px;
}
.details-row.email-website-wrapper .email-wrapper .inner-wrapper:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 19px;
    background: url('../img/icon-email.svg') no-repeat center center / contain;
}
.details-row.email-website-wrapper .email-wrapper a:hover {
    text-decoration: underline;
}
.details-row.email-website-wrapper .website-wrapper .inner-wrapper:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/icon-cursor.svg') no-repeat center center / contain;
}
.details-row.email-website-wrapper .email-wrapper .ca-view-btn,
.details-row.email-website-wrapper .website-wrapper .ca-view-btn {
    margin-left: auto;
    background: #effbfd;
}
.details-row.email-website-wrapper .email-wrapper .ca-view-btn:hover,
.details-row.email-website-wrapper .website-wrapper .ca-view-btn:hover {
    text-decoration: none;
    background: var(--ca-gradient);
}

.business-info {
    position: relative;
    margin-top: 28px;
    padding: 44px 161px 83px 80px;
    border-radius: 20px;
    background: var(--opacity-blue);
}
.business-info .reviews-wrapper .reviews-top {
    margin-bottom: 30px;
}
.business-info .reviews-wrapper .reviews-title {
    align-items: center;
    gap: 15px;
}
.business-info .reviews-wrapper .reviews-title:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-review.svg') no-repeat center center / contain;
}
.business-info .reviews-wrapper .reviews-title span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}
.business-info .reviews-wrapper .reviews-text {
    display: flex;
    gap: 10px;
    line-height: 1.4;
}
.business-info .reviews-wrapper .reviews-author {
    margin-left: 45px;
    padding: 17px 0;
    border-top: 1px solid #c0e4f4;
    border-bottom: 1px solid #c0e4f4;
}
.business-info .reviews-wrapper .reviews-author .pfp-and-name {
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #929292;
}
.business-info .reviews-wrapper .reviews-author .pfp-and-name img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.business-info .reviews-wrapper .reviews-author .pfp-and-name.blurred-img img {
    width: auto;
    height: auto;
    border-radius: 0;
}
.business-info .reviews-wrapper .reviews-author .pfp-and-name .position {
    font-size: 16px;
    color: var(--black);
}
.business-info .reviews-wrapper .reviews-author:after {
    content: '“ ”';
    display: inline-block;
    margin-left: auto;
    font-family: 'chaney', sans-serif;
    font-size: 54px;
    line-height: 1;
    transform: translateY(10px);
}
.business-info .reviews-wrapper .reviews-author:has(.blurred-img):after {
    filter: blur(10px);
}

.business-info .other-info {
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-top: 50px;
}
.business-info .other-info .hours-wrapper {
    align-items: flex-start;
    gap: 15px;
}
.business-info .other-info .text {
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 700;
}
.business-info .other-info .hours-wrapper .text:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url('../img/icon-suitcase.svg') no-repeat center center / contain;
}
.business-info .other-info .hours-wrapper .opening-hours {
    width: 235px;
}
.business-info .hours-wrapper .opening-hours.mobile-only {
    display: none;
}
.business-info .hours-wrapper .opening-hours .day-row {
    justify-content: space-between;
}
.business-info .hours-wrapper .opening-hours .day-row .hours.closed {
    color: #FF2F01;
}
.business-info .other-info .price-and-social {
    justify-content: space-between;
}
.business-info .other-info .price-and-social .price-wrapper {
    align-items: flex-start;
    gap: 7px;
}
.business-info .other-info .price-and-social .price-wrapper .price {
    font-size: 11px;
}
.business-info .other-info .price-and-social .price-wrapper .reports {
    font-size: 12px;
}
.business-info .other-info .price-and-social .social-wrapper {
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.business-info .other-info .price-and-social .social-wrapper .value {
    gap: 16px;
}
.business-info .ca-view-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #effbfd;
}
.business-info .ca-view-btn:hover {
    background: var(--ca-gradient);
}

.graph-wrapper {
    margin-top: 60px;
}
.graph-wrapper .graph-title {
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 1.5;
    color: var(--blue);
}
.other-numbers-wrapper {
    margin-top: 52px;
    padding: 44px 80px;
    border-radius: 20px;
    background: var(--opacity-blue);
}
.other-numbers-wrapper .other-numbers-title {
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.5;
    color: var(--blue);
}
.other-numbers-wrapper .other-numbers-content {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 44px 0;
    padding-left: 24px;
    padding-right: 12px;
}
/*.other-numbers-wrapper .other-numbers-content .inner-section + .inner-section {*/
/*    margin-top: 44px;*/
/*}*/
.other-numbers-wrapper .other-numbers-content .inner-section .title {
    align-items: center;
    gap: 8px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}
.other-numbers-wrapper .other-numbers-content .inner-section.searched .title:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-searched.svg') no-repeat center center / contain;
}
.other-numbers-wrapper .other-numbers-content .inner-section.similar .title:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../img/icon-similar.svg') no-repeat center center / contain;
}
.other-numbers-wrapper .other-numbers-content .inner-section.recently-viewed .title:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../img/icon-searched.svg') no-repeat center center / contain;
}
.other-numbers-wrapper .other-numbers-content .inner-section.recently-added .title:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../img/icon-add.svg') no-repeat center center / contain;
}
.other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols {
    gap: 30px;
}
.other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols .numbers-col .number {
    display: block;
    padding: 13px 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #c0e4f4;
}
.other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols .numbers-col .number:last-child {
    border-bottom: none;
}

#pre-footer {
    margin-top: 0;
}
#pre-footer .site-width,
#footer .site-width {
    transform: translateX(0);
}

@media (max-width: 1699px) {
    .site-width {
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .details-row,
    .details-row.email-website-wrapper .email-wrapper, 
    .details-row.email-website-wrapper .website-wrapper {
        height: auto;
        min-height: 90px;
        padding: 15px 30px;
    }
    .details-row.email-website-wrapper .email-wrapper, 
    .details-row.email-website-wrapper .website-wrapper {
        gap: 10px;
    }
    .details-row .inner {
        gap: 12px;
        font-size: 17px;
    }
    .details-row .inner .value {
        font-size: 18px;
    }
    .more-details .details-row.times-searched-wrapper .inner:before,
    .more-details .details-row.spam-wrapper .inner:before,
    .more-details .details-row.type-wrapper .inner:before,
    .more-details .details-row.similar-wrapper .inner:before,
    .more-details .details-row.whose-number-wrapper .inner:before,
    .more-details .details-row.country-wrapper .inner:before,
    .details-row.email-website-wrapper .email-wrapper:before {
        flex-shrink: 0;
    }
    .more-details .details-row.spam-wrapper .inner .label {
        font-size: 18px;
    }
    .more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line {
        width: 100px;
    }
    .business-info {
        padding: 44px 80px 83px 30px;
    }
    .other-numbers-wrapper {
        padding: 40px 30px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols {
        gap: 15px;
    }
}

@media (max-width: 1023px) {
    .ca-view-btn {
        gap: 6px;
        font-size: 20px;
    }
    .page-title-wrapper {
        margin: 50px 0 80px;
    }
    .page-title-wrapper > img {
        width: 140px;
        height: auto;
    }
    .page-title-wrapper .page-title {
        font-size: 36px;
    }
    .page-title-wrapper .name-wrapper {
        font-size: 28px;
    }
    .details-row, 
    .details-row.email-website-wrapper .email-wrapper, 
    .details-row.email-website-wrapper .website-wrapper {
        padding: 15px 20px;
    }
    .details-row.email-website-wrapper .email-wrapper, 
    .details-row.email-website-wrapper .website-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .details-row.email-website-wrapper .email-wrapper .ca-view-btn, 
    .details-row.email-website-wrapper .website-wrapper .ca-view-btn {
        margin-left: 0;
    }
    .details-row .inner {
        font-size: 16px;
    }
    .more-details .details-row.type-wrapper .inner {
        gap: 12px;
    }
    .more-details .details-row.times-searched-wrapper .inner .colors-wrapper .colors-lines .color-line {
        width: 70px;
    }
    .business-info {
        padding-right: 30px;
    }
    .business-info .other-info .text {
        gap: 12px;
        font-size: 16px;
    }
    .business-info .other-info .hours-wrapper .opening-hours {
        width: 195px;
    }

    .other-numbers-wrapper .other-numbers-content .inner-section .title {
        font-size: 16px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols .numbers-col .number {
        padding: 10px 0;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .site-width > .site-width {
        padding: 0;
    }
    .ca-view-btn,
    .details-row.email-website-wrapper .email-wrapper .ca-view-btn, 
    .details-row.email-website-wrapper .website-wrapper .ca-view-btn,
    .business-info .ca-view-btn {
        padding: 6px 9px;
        font-size: 16px;
        border-radius: 6px;
        background: var(--ca-gradient);
        color: #fff;
    }
    .ca-view-btn:before {
        width: 20px;
        height: 14px;
        filter: brightness(0) invert(1);
    }
    .ca-view-btn:after {
        border-radius: 6px;
    }
    .ca-banner.ca-img-banner {
        margin-top: 72px;
        margin-bottom: 30px;
    }
    .page-title-wrapper {
        margin: 30px 0 50px;
    }
    .page-title-wrapper > img {
        width: 120px;
        margin-bottom: 10px;
    }
    .page-title-wrapper .page-title {
        font-size: 30px;
    }
    .page-title-wrapper .name-wrapper {
        margin-top: 7px;
        font-size: 20px;
    }
    .page-title-wrapper .name-wrapper span {
        font-size: 15px;
    }
    .page-title-wrapper .name-wrapper .name .blurred-img img {
        width: 100px;
        height: auto;
    }
    .details-row {
        border-radius: 6px;
    }
    .details-row .blurred-img img {
        width: 100px;
        height: auto;
    }
    /* .details-row.times-searched-wrapper {
        order: 1;
    }
    .more-details .two-cols {
        order: 2;
    }
    .details-row.similar-wrapper {
        order: 3;
    }
    .details-row.whose-number-wrapper {
        order: 4;
    } */
    .more-details .details-row.times-searched-wrapper .inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .more-details .details-row.times-searched-wrapper .inner:before,
    .more-details .details-row.similar-wrapper .inner:before {
        width: 24px;
        height: 24px;
        background-position: center left;
    }
    .more-details .details-row.times-searched-wrapper .inner:before {
        /* width: 100%; */
    }
    .more-details .details-row.spam-wrapper .inner:before {
        width: 24px;
        height: 24px;
    }
    .more-details .details-row.type-wrapper .inner:before,
    .details-row.country-wrapper .inner:before {
        width: 24px;
        height: 24px;
    }
    .more-details .details-row.whose-number-wrapper .inner:before {
        width: 24px;
        height: 20px;
    }
    .details-row, 
    .details-row.email-website-wrapper .email-wrapper, 
    .details-row.email-website-wrapper .website-wrapper {
        padding: 13px 18px;
    }
    .details-row .inner {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
    }
    .details-row.email-website-wrapper .inner {
        flex-wrap: nowrap;
    }
    .details-row .inner .text {
        max-width: calc(100% - 38px);
    }
    .details-row .inner .value {
        font-size: 15px;
    }
    .more-details .details-row .inner .ca-view-btn,
    .more-details .details-row.times-searched-wrapper .inner .colors-wrapper {
        display: none;
    }
    .more-details .details-row.spam-wrapper .inner .label {
        font-size: 15px;
    }
    .more-details .details-row.similar-wrapper .inner .value {
        font-size: 14px;
    }
    .details-row.email-website-wrapper .inner {
        flex-direction: row;
    }
    .more-details .details-row.times-searched-wrapper .inner {
        gap: 8px;
    }
    .more-details .details-row.times-searched-wrapper .value[data-times-searched="more-then-9999"] {
        color: #00D12E;
    }
    .more-details .details-row.times-searched-wrapper .value[data-times-searched="more-then-999"] {
        color: #FF8A01;
    }
    .more-details .details-row.times-searched-wrapper .value[data-times-searched="zero-or-more"] {
        color: #FF2F01;
    }
    .details-row.similar-wrapper .inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .more-details .details-row.similar-wrapper .inner .value {
        margin-left: 32px;
    }
    .details-row.email-website-wrapper .email-wrapper .inner-wrapper, 
    .details-row.email-website-wrapper .website-wrapper .inner-wrapper {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }
    .details-row.email-website-wrapper .email-wrapper .inner-wrapper:before {
        width: 24px;
        height: 17.5px;
    }
    .details-row.email-website-wrapper .website-wrapper .inner-wrapper:before {
        width: 22px;
        height: 22px;
    }
    .details-row.email-website-wrapper .email-wrapper .inner-wrapper .value {
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .business-info {
        border-radius: 6px;
        padding: 22px 20px 60px;
    }
    .business-info .reviews-wrapper .review-text,
    .business-info .reviews-wrapper .review-text span {
        font-size: 14px;
    }
    .business-info .reviews-wrapper .reviews-title {
        align-items: flex-start;
        gap: 6px;
        font-size: 14px;
    }
    .business-info .reviews-wrapper .reviews-title:before {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
    }
    .business-info .reviews-wrapper .reviews-author {
        margin-left: 0;
    }
    .business-info .reviews-wrapper .reviews-author:after {
        font-size: 40px;
    }
    .business-info .reviews-wrapper .reviews-author .pfp-and-name {
        gap: 12px;
    }
    .business-info .reviews-wrapper .reviews-author .pfp-and-name.blurred-img img {
        width: 200px;
        height: auto;
    }
    .business-info .other-info {
        flex-direction: column;
        margin-top: 30px;
    }
    .business-info .other-info .hours-wrapper {
        gap: 10px;
    }
    .business-info .other-info .text {
        gap: 6px;
        font-size: 14px;
    }
    .business-info .other-info .hours-wrapper .text:before {
        flex-shrink: 0;
        width: 24px;
        height: 21px;
    }
    .business-info .other-info .hours-wrapper .opening-hours {
        width: 145px;
        font-size: 13px;
    }
    .business-info .other-info .hours-wrapper .opening-hours {
        display: none;
    }
    .business-info .other-info .hours-wrapper .opening-hours.mobile-only {
        display: block;
    }
    .business-info .other-info .price-and-social {
        gap: 30px;
    }
    .business-info .other-info .price-and-social .price-wrapper,
    .business-info .other-info .price-and-social .social-wrapper {
        justify-content: space-between;
    }
    .business-info .other-info .price-and-social .price-wrapper .value,
    .business-info .other-info .price-and-social .social-wrapper .value {
        min-width: 145px;
    }
    .business-info .ca-view-btn {
        right: 20px;
        bottom: 20px;
    }
    .graph-wrapper {
        margin-top: 40px;
    }
    .graph-wrapper .graph-title {
        margin-bottom: 32px;
        font-size: 15px;
    }
    .other-numbers-wrapper {
        padding: 20px;
    }
    .other-numbers-wrapper .other-numbers-title {
        padding-left: 0;
        font-size: 15px;
    }
    .other-numbers-wrapper .other-numbers-content {
        flex-direction: column;
        padding: 0;
    }
    .other-numbers-wrapper .other-numbers-content .main-col + .main-col,
    .other-numbers-wrapper .other-numbers-content .inner-section + .inner-section {
        margin-top: 30px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .title {
        gap: 6px;
        font-size: 14px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section.searched .title:before,
    .other-numbers-wrapper .other-numbers-content .inner-section.recently-viewed .title:before {
        width: 24px;
        height: 24px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section.similar .title:before {
        width: 24px;
        height: 24px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section.recently-added .title:before {
        width: 24px;
        height: 24px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols {
        gap: 26px;
        padding-left: 30px;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols .numbers-col:nth-child(2) {
        display: none;
    }
    .other-numbers-wrapper .other-numbers-content .inner-section .numbers-cols .numbers-col .number {
        font-size: 14px;
    }
}


/* DEBUG */
body.debug > * {
    opacity: 0.7;
}
body.debug {
    background: url('../debug/page-1.jpg') no-repeat top center;
}

@media (max-width: 767px) {
    body.debug {
        background-image: url('../debug/page-1-mobile.jpg');
    }
}
