﻿@font-face {
    font-family: "Noto Sans Hebrew"; /* one family name  */
    src: url("/styles/fonts/NotoSansHebrew.ttf") format("truetype");
    font-weight: 100 900; /* supports every weight */
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px !important;
    direction: rtl;
    /*font-family: 'Noto Sans Hebrew' !important;*/
    color: #2F3A40;
    position: relative;
}

.no-scroll {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden !important;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

}

.title {
    color: #2F3A40;
    margin-top: 89px;
}

.sub-title {
    color: #2F3A40;
    font-size: 20px;
    margin-top: 24px;
}



.company-card {
    width: 416px;
    height: 278px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 12px #2F3A401A;
    border: 1px solid #F0F0F0;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 32px 32px;
    justify-content: space-between;
    transition: box-shadow 50ms ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

    .company-card:hover {
        box-shadow: 0px 3px 16px #FF5D0038;
    }

.company-logo {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 5px;
    object-fit: contain; 
    object-position: center; 
    border: 1px solid #E6E7E8;
}

a {
    text-decoration: none;
    color: #2F3A40;
}

.company-link {
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
}

.company-title-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    align-items: start;
}

.company-name {
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    color: #2F3A40;
    font-size:18px;
}

.company-name.full {
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.titles-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    gap: 4px;
    box-sizing:border-box;
}

.name-and-job-count {
    width: 100%;
}

.company-industry {
    font-weight: 600;
    margin-left: 5px;
    color: #2F3A40;
    /*max-width: 50%;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.company-location {
    color: grey;
    font-size: 16px;
    /*width: 50%;*/
    /*max-width: 50%;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobs-count {
    color: #FF5D00;
    font-weight: 500;
    white-space: nowrap;
    font-size: 16px
}

.company-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    overflow: hidden;
    height: 88px;
    margin-top: 14px
}

.company-tag {
    background-color: #fff;
    color: #2F3A40;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    justify-content: flex-start;
    gap: 5px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
}

.load-more-btn {
    display: block;
    margin: 15px auto;
    background-color: #ff5d00;
    color: white;
    font-weight: 800;
    padding: 7px 60px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

.tag-icon {
    max-width: 18px;
    height: auto;
    object-fit: contain;
}

.company-page-btn {
    background-color: #FF5D00;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    padding: 10px 17px;
    font: normal normal 600 16px/16px Noto Sans Hebrew;
    color: #fff;
    height: 40px;
    width: 140px;
    transition: box-shadow 150ms ease-in-out;
}

.company-page-btn:hover {
    box-shadow: 0px 3px 6px #FF5D0038;
    transition: box-shadow 150ms ease-in-out;
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.filters-container {
    width: 360px;
    max-height: 1400px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 16px #2F3A4029;
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}



.filters-title {
    font-weight: 600 !important;
}

h3.filters-title {
    font-weight: 600 !important;
}

.search-city {
    border: none;
    width: 91%;
    font-size: 16px;
    font-family: 'Noto Sans Hebrew' !important;
    font-weight: 400;
}

    .search-city:focus {
        border-color: #FF5D00;
        caret-color: #FF5D00;
        outline: none;
        transition: all 50ms ease-in-out;
    }

.city-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin-top: 8px;
}

.input-and-result-container {
    width: 100%;
}

.city-search-result {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 87%;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: absolute;
    top: 121px;
    border-radius: 0px 0px 16px 16px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.city-result {
    cursor: pointer;
}

.city-tag {
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
    color: #596166;
    padding: 6px 12px 6px 6px;
    border-radius: 50px;
    position: relative;
    justify-content: space-between;
    box-sizing: border-box;
    height: 38px;
}

.city-tag:hover {
    border-color: #c0c0c0;
    cursor: default;
}

.remove-city-tag {
    width: 24px;
    height: 24px;
    cursor: pointer;
}


.city-tag-name {
    margin-left: 8px;
    font-size: 16px;
}

.left-side-container {
    position: relative;
}

.companies-from-industries-label {
    position: absolute;
    top: -35px;
    right: 10px;
    font-weight: 500;
    font-size:16px;
}

.by-industry-title {
    margin: 0;
    font-weight: 600;
}

.filter-by-industry-titles-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.industry-clean-all {
    color: #b8b8b8;
    cursor: default;
    font-size: 16px;
}

.checkbox-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkbox-item {
    cursor: pointer;
}

input[type="checkbox"] {
    accent-color: #2f3a40;
    width: 16px;
    height: 16px;
}

.industry-checkboxes-container {
    display: flex;
    gap: 25px;
    flex-direction: column;
    width: 100%;
    overflow-y: scroll;
    margin-top: 40px;
    padding-left: 55px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-button {
    display: none;
}

.main-container {
    display: flex;
    flex-direction: row;
    padding: 50px;
    padding-top: 70px;
    justify-content: center;
    align-items: start;
    gap: 56px;
    font-family: 'Noto Sans Hebrew' !important;
}

.companies-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: start;
    flex-direction: row;
    width: 900px;
}

.companies-from-industries {
    display: block;
    width: 100%;
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
   
}

.search-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #FFF1E6;
    height: 493px;
    font-family: 'Noto Sans Hebrew' !important;
}

.aj-header {
    position: sticky !important;
}

h1 {
    margin-top: 50px;
    font-weight: 900;
    font-size: 32px;
}

h3 {
    margin: 0px;
    font-weight: 500;
}

.search-box {
    margin-top: 32px;
    background-color: #fff;
    width: 560px;
    height: 42px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fcdcc4;
    box-shadow: 0px 4px 10px #fcdcc4;
    padding: 10px;
    padding-right: 30px;
    padding-left: 10px;
    overflow: hidden;
    transition: all 150ms ease-in-out;
}

    .search-box:hover {
        box-shadow: 0px 4px 20px 3px #fcdcc4;
        border: 1px solid #FF5D00DE
    }

.search-result-box {
    width: 93%;
    margin-top: 10px;
    position: relative;
    margin: 5px auto;
}

.city-search-result {
    z-index: 3;
}

.results-wrapper {
    margin: 12px 1px;
    max-height: 235px;
    overflow-y: scroll;
    scroll-behavior:smooth; 
}

.results {
    display: flex;
    gap: 2px;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 15;
}

/*.results > :first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.results > :last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}*/

.result {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    width: 100%;
    padding: 12px 14px 12px 12px;
    box-sizing: border-box;
}

.result:hover {
    background-color: #F5F5F5;
}

.result.active {
    background: #F5F5F5;
}


.company-search-input {
    border: none;
    width: 90%;
    font-size: 16px;
    font-family: 'Noto Sans Hebrew' !important;
    font-weight: 400;
    caret-color: #FF5D00;
}

    .company-search-input::placeholder {
        color: #BCC0C2;
    }


.selected-city {
    background-color: #f0f0f0; 
    color: #888;
    font-weight: bold;
    border-radius: 10px;
    pointer-events: none; 
}

.search-button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5D00;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
}

.hidden {
    display: none !important;
    transition: all 3s ease-in-out;
}

.search-button:hover {
    background: transparent linear-gradient(219deg, #FF8000 0%, #FF5D00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #F9681599;
}



.search-icon {
    padding: 13px;
    object-fit: contain;
}

.company-search-input:focus {
    outline: none;
    border: none; 
    box-shadow: none; 
}

.companies-section {
    margin-top: 40px;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    margin: auto;
}

.carousel {
    overflow: hidden;
    width: 70%;
    cursor: grab;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease-in-out;
    user-select: none;
}

    .carousel-track img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

.carousel-arrow {
    background-color: orange;
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.carousel-arrow:hover {
    background-color: #e69500;
}

.left {
    left: 5%;
}

.right {
    right: 5%;
}

.pagination-bar {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.page-number-btn {
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 22px;
    color: #878f8f !important;
    cursor: pointer
}

.page-number-btn:hover {
    color: #2f3a40 !important; 
}

.page-number-btn.active {
    color: #FF5D00 !important;
}

.checkbox-label {
    color: #4A5459;
}

.arrow-left {
}

.arrow-right-disabled {
    cursor:default !important; 
}

.arrow-right-enabled {
    transform:rotate(180deg)
}

.arrow-left-enabled {
    /*transform: rotate(180deg);*/
}
.arrow-left-disabled {
    transform: rotate(180deg);
    cursor:default !important;
}

.arrow-pages {
    cursor: pointer;
    height: 40px;
    width: 40px;
}

.filter-btn-mobile {
    display: none;
    z-index: 10;
}

.max-cities-error {
    display: none;
    margin: 0px;
    font-size: 14px;
    padding: 3px 3px;
    margin-right: 16px;
    color: #DB0404;
    transition: all 300ms ease-in-out;
}

.input-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
}

.mobile-filter-button {
    display: none
}

.not-found {
    justify-content: center;
    text-align: center;
    flex-direction: column;

}

.not-found-title {
    color: #2F3A40;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;

}

.not-found-para {
    color: #596166;
    font-size: 16px;
}

#goToTopBtn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: none;
    font-size: 16px;
    border: 0.18px solid #f7f2ef;
    color: white;
    cursor: pointer;
    z-index: 1000;
}


.swiper {
    width: 90%;
    margin: auto;
    position: relative;
    padding: 5px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 8px #2F3A4017;
    height: 72px;
}

.company-logo-swiper {
    width: 128px;
    height: 72px;
    object-fit: contain;
    box-sizing: border-box;
    padding: 6px;
}

.swiper-wrapper > .swiper-slide > span > a > img {
    width: 128px;
    height: 60px;
    object-fit: contain;
    box-sizing: border-box;
    padding: 6px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
}


.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.next-icon {
    transform: rotate(180deg);
}

.next-icon, .prev-icon {
    cursor: pointer;
}

.popular-companies-title {
    margin: 0px;
    margin-top: 68px;
    color: #596166;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 17px;
    scroll-margin-top: -42px;
}

.leading-companies-container {
    width: 80%;
}

.swiper-slide a {
    display: block;
    margin: 0;
    padding: 0;
}

.swiper-slide img {
    display: block;
}

.mobileHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    background-color: #464646;
    position: relative;
}

.logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo {
    width: 80%;
}

.companies-login-icon {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}

.prev-and-next-companies {
    display: none;
}

.full, .full-benefit {
    display: block;
}

.truncated {
    display: none
}

.truncated-benefit {
    display: none
}

.company-tag > span {
    white-space: nowrap;
}

.filter-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 58%);
    z-index: 5;
}

.filter-overlay.open {
    display: block;
    transition: all 200ms ease-in-out
}

.desktop-clean-all-btn-enabled {
    color: #FF5D00 !important;
    pointer-events: auto;
    cursor: pointer;
}

.clear-icon {
    font-weight: 600;
    color: #4A5459;
}

.arrow-to-top {
    width: 43px;
    height: 43px;
    padding: 5px;
    background: rgba(255,255,255,.35);
    border-radius: 50%;
    backdrop-filter: blur(20px);
    display:flex;
    justify-content:center;
    align-items:center;
}

.divide-filter-btns {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drawer-btn-enabled {
    color: #FF5D00 !important;
    transition: all 200ms ease-in-out;
}

.input-icon-wrapper {
    position: relative;
    padding: 10px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border-bottom: 1px solid #BCC0C2;
    transition: all 50ms ease-in-out;
    color: #BCC0C2;
}

    .input-icon-wrapper:hover {
        border-bottom: 1px solid #FF5D00;
    }
.input-icon-wrapper img {
    height: 24px;
    width: 24px;
    pointer-events: none;
    z-index: 2;
}

.industry-location-wrapper {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    box-sizing:border-box;
}

.company-lobby-breadcrumbs {
    position: absolute;
    right: 132px;
    top: 114px;
    font: normal normal normal 12px / 14px Arial;
}

.breadcrumb-link, .breadcrumb-link:visited, .breadcrumb-link:hover {
    text-decoration: underline;
}

.autocomplete-x-wrapper {
    display: flex; /* keep it in the DOM */
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.autocomplete-x-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.x-divider {
    height: 28px;
    width: 1px;
    background-color: #BCC0C2;
    margin-left: 12px;
    margin-right: 6px;
}

.autocomplete-x {
    box-sizing: border-box;
    padding: 6px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.autocomplete-x:hover {
    box-sizing: border-box;
    padding: 6px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #F5F6F8;
}
.hide-filter-btn-mobile, .hide-filters-container {
    display: none !important;
}

@supports (-webkit-touch-callout: none) {
    @media screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
        .city-search-result {
            top: 160px !important;
        }
    }
}


/* =========== CSS For Mobile View ========== */
@media (max-width: 768px) {

    .skeleton-card {
        width: 88dvw !important;
        margin: 10px 20px !important;
    }

    .company-lobby-breadcrumbs {
        display: flex;
        background-color: #ffffff;
        justify-content: flex-start;
        width: 100%;
        position: unset;
        height: 24px;
        align-items: center;
        padding-right: 22px;
        box-sizing: border-box;
    }

    .result:hover {
        background-color: transparent !important;
    }

    .company-industry {
        max-width: 90%;
    }

    .company-location {
        /*max-width: 70%;*/
        /*overflow: unset;*/
    }

    .city-search-result {
        top: 121px;
        width: 86%;
    }
    .title {
        margin-top:50px;
    }
    .swiper-slide {
        border-radius: 8px;
        height: 58px;
    }

    .swiper {
        padding: 5px;
        margin: 0px 25px;
    }

    .left-side-container {
        margin-top: 50px;
    }

    .search-section {
        padding-top: 0px;
        /*height: 450px;*/
        height: unset;
    }

    .companies-container {
        width: 100%;
        justify-content: center;
    }

    .title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .sub-title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .search-box {
        width: 85%;
        margin-top: 0px;
        height: 48px;
        box-sizing: border-box;
    }

    .search-result-box {
        width: 75%;
    }

    .search-bar-wrapper {
        box-sizing: border-box;
        /*margin: auto;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .main-container {
        width: 100%;
        padding: 0px;
        font-family: 'Noto Sans Hebrew' !important;
    }

    .company-card {
        width: 88dvw;
        margin: 10px 20px;
        padding-bottom: 25px;
        /*box-sizing: unset;*/
    }

    .pagination-bar {
        display: none;
    }

    .company-page-btn {
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;

        white-space: nowrap;
    }

    .filters-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: #fff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow:none;
        padding: 24px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease-in-out;
        transform: translateY(100%);
    }
    
    /* When the drawer should be visible, add the "open" class */
    .filters-container.open {
        box-sizing: border-box;
        transform: translateY(0);
        height: 80vh; /* fallback for dvh*/
        height: 92dvh;
        width: 100%;
        padding-bottom: 75px;
        z-index: 500;
        box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.24);
    }

    .filters-clear {
        color: #82898C;
        text-decoration: underline;
    }

    .filter-btn-mobile.open {
        position: fixed;
        bottom: 0px;
        z-index: 107159;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-shadow: 0px -3px 6px #2F3A400F;
        background-color: #fff;
        padding: 10px;
        box-sizing:border-box;
    }

    .desktop-clean-all-btn {
        display: none;
    }

    .industry-checkboxes-container {
        height: 70vh;
    }

    .companies-from-industries-label {
        right: 25px;
    }

    .label-and-filter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 28px;
        margin: 6px auto;
        padding-right:22px;
    }

    .mobile-filter-button {
        display: block
    }

    .companies-from-industries-label {
        position: unset;
        right: 0;
        top: 0;
        padding-left: 15px;
    }

    .left-side-container {
        margin-top: 10px;
    }

    .not-found {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

    .mobile-filter-icon {
        width: 24px;
    }

    #goToTopBtn {
        /*display: none !important;*/
    }

    .not-found-title {
        padding: 0px 15px;
        margin: 10px;
    }

    .not-found-para {
        padding: 0px 25px;
        margin: 10px;
    }

    .popular-companies-title {
        color: #FF5D00;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 5px;
        scroll-margin-top: -179px;
    }

    .leading-companies-container {
        width: 100%;
    }

    .companies-login-icon {
        display: inline-block;
    }

    .prev-and-next-companies {
        display: flex;
        justify-content: space-around;
        margin: 20px;
        box-sizing:border-box;
    }

    .prev-next-companies-link {
        text-decoration: underline;
        color: #2F3A40;
    }

    .truncated {
        display: block
    }

    .full {
        display: none;
    }

    .search-button {
        width: 32px;
        height: 32px;
        padding:13px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .search-icon {
        width: 18px;

    }
}

/* handles wide benefit tags */
@media (max-width: 390px) {

    .full-benefit {
        display: none;
    }

    .truncated-benefit {
        display: block;
    }

    .title {
        margin-top: 20px;
    }

    .titles-container {
        width: 85%;
    }

    .company-industry {
        max-width: 95%
    }
}

/* ---------- shimmer animation ---------- */
@keyframes shimmer-slide {
    0%

{
    transform: translateX(-100%);
}

100% {
    transform: translateX(250%);
}
/* long enough to fully cross */
}

/* ---------- skeleton building block ---------- */
.skel {
    position: relative;
    overflow: hidden; /* hide the overlay that sticks out   */
    background-color: #f0f0f0; /* constant base colour               */
}

    /* shimmering overlay */
    .skel::after {
        content: "";
        position: absolute;
        inset: 0; /* top:0; right:0; bottom:0; left:0   */
        transform: translateX(-100%);
        background: linear-gradient( 90deg, transparent 0%, rgba(255,255,255,0.7) 50%, transparent 100%);
        animation: shimmer-slide 1.4s ease-in-out infinite;
    }

/* ---------- keep your previous sizing rules ---------- */
.skel-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.skel-line {
    height: 16px;
    width: 100%;
    border-radius: 4px;
}

    .skel-line.sm {
        width: 60%;
    }

.skel-tag {
    width: 80px;
    height: 24px;
    border-radius: 20px;
}

.skel-btn {
    width: 140px;
    height: 40px;
    border-radius: 20px;
}

.skeleton-card { /* unchanged – only aesthetics & layout */
    width: 416px;
    height: 278px;
    background: #fff;
    box-shadow: 0 3px 12px #2F3A401A;
    border: 1px solid #F0F0F0;
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 32px 32px;
    pointer-events: none;
}

.skel-tags-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.skel-header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.skel-titlebox {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}