/* @charset "UTF-8";



.developer-info-wrap {
    border-bottom: 1px solid #e1e8ed;
    padding-bottom: 32px;
    padding-top: 24px
}

@media screen and (min-width:744px) {
    .developer-info-wrap {
        padding-bottom: 24px;
        padding-top: 48px
    }
}

@media screen and (min-width:1200px) {
    .developer-info-wrap {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 48px
    }

    .developer-info-wrap .developer-info-container {
        border-bottom: 1px solid #e1e8ed;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-bottom: 48px
    }
}

.developer-info-wrap .developer-info-container .img-section {
    padding: 18px 0 23px;
    width: 160px
}

@media screen and (min-width:744px) {
    .developer-info-wrap .developer-info-container .img-section {
        padding: 15px 0;
        width: 200px
    }
}

@media screen and (min-width:1200px) {
    .developer-info-wrap .developer-info-container .img-section {
        height: 110px;
        margin: 24px 0 24px 24px;
        padding: 0;
        width: 304px
    }
}

.developer-info-wrap .developer-info-container .img-section img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.developer-info-wrap .developer-info-container .content-section {
    margin-top: 16px;
    max-width: 752px
}

@media screen and (min-width:744px) {
    .developer-info-wrap .developer-info-container .content-section {
        margin-top: 32px
    }
}

@media screen and (min-width:1200px) {
    .developer-info-wrap .developer-info-container .content-section {
        margin-top: 0
    }
}

.developer-info-wrap .developer-info-container .content-section .name {
    color: #07234b;
    font-size: 24px;
    font-style: normal;
    font-weight: var(--font-weight-bold)
}

.developer-info-wrap .developer-info-container .content-section .description {
    margin-top: 16px
}



.listing-page-top {
    position: relative
}

.developer-listing-wrap {
    margin-bottom: 40px;
    position: relative;
    margin-top: 25px;
}

@media screen and (min-width:744px) {
    .developer-listing-wrap {
        margin-bottom: 64px
    }
}

@media screen and (min-width:1400px) {
    .developer-listing-wrap {
        margin-bottom: 88px
    }
}

.developer-listing-wrap .developer-listing-container {
    display: grid;
    position: relative
}

.developer-listing-wrap .developer-listing-container .search-section-wrap {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 100%
}

.developer-listing-wrap .developer-listing-container .search-section {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.developer-listing-wrap .developer-listing-container .search-section .search-input-wrap {
    align-items: center;
    background: var(--ffffff, #fff);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .16);
    display: flex;
    flex: 1 1;
    height: 44px;
    max-width: 496px
}

@media screen and (min-width:744px) {
    .developer-listing-wrap .developer-listing-container .search-section .search-input-wrap {
        height: 48px
    }
}

@media screen and (min-width:1200px) {
    .developer-listing-wrap .developer-listing-container .search-section .search-input-wrap {
        height: 52px
    }
}

.developer-listing-wrap .developer-listing-container .search-section .search-input-wrap input {
    padding: 0 16px;
    width: 100%
}

.developer-listing-wrap .developer-listing-container .search-section .search-input-wrap input:focus-visible {
    outline: none
}

.developer-listing-wrap .developer-listing-container .button {
    margin-left: 16px;
    max-width: 128px;
    width: 100%
}

.developer-listing-wrap .developer-listing-section {
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px
}

@media screen and (min-width:744px) {
    .developer-listing-wrap .developer-listing-section {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px
    }
}

@media screen and (min-width:1200px) {
    .developer-listing-wrap .developer-listing-section {
        column-gap: 18px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width:1400px) {
    .developer-listing-wrap .developer-listing-section {
        column-gap: 32px;
        row-gap: 48px
    }
}

.developer-listing-wrap .developer-listing-section .no-results {
    align-items: center;
    color: #07234b;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    grid-column: 1/-1;
    height: 100%;
    justify-content: center
}



.listing-wrap {
    align-items: center;
    display: flex;
    flex-direction: column
}

.category-section {
    margin: 0 auto;
    max-width: 1025px
}

.developer-card .img-section {
    border-radius: 8px;
    height: 150px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.developer-card .img-section img {
    height: 80%;
    object-fit: cover;
    width: 100%
}

.developer-card .img-section .logo-section {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 16px;
    padding: 12px;
    position: absolute;
    width: 140px
}

.developer-card .img-section .logo-section img {
    height: 100%;
    object-fit: contain;
    transform: scale(1) !important;
    width: 100%
}

.developer-card .img-section.logo-as-img {
    padding: 24px
}

.developer-card .img-section.logo-as-img img {
    object-fit: contain
}

.developer-card .name {
    align-items: center;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 160%;
    margin-bottom: 8px;
    transition: all .3s ease-in-out
}

.developer-card .name:hover {
    color: grey;
}

.developer-card .name:hover svg path {
    stroke: grey
}

.developer-card .name svg {
    height: 12px;
    margin-left: 12px;
    width: 12px
}

.developer-card .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}


 */
