@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');








@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');




.vc-widget {
    background: #ffffff;
    font-family: 'Poppins';
    font-size: 16px;
    width: calc(100% - 16px);
    padding: 16px 8px;
    container-type: inline-size;
}

.vc-header {
    align-items: center;
    display: flex;
    gap: 12px;
}
.vc-header-org {
    align-items: center;
    display: flex;
    gap: 16px;
}
.vc-header-org-logo {
    background: white;
    box-sizing: border-box;
    height: 100px;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100px;
}
.vc-header-org-logo img {
    display: block;
    height: auto;
    left: 50%;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.vc-header-org-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.vc-header-org-name {
    font-size: 20px;
    font-weight: bold;
}
.vc-header-org-follow {
    background: #33b3ba;
    border-radius: 100px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    transition: all ease 0.25s;
}
.vc-header-org-follow:hover {
    background: #f56476;
}
.vc-header-link {
    background: white;
    border: 2px solid #d0d0d0;
    border-radius: 40px;
    color: #33b3ba;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 16px 7px;
    text-align: center;
    text-decoration: none !important;
    transition: all ease 0.25s;
}
.vc-header-link:hover {
    background: #f56476;
    border-color: #f56476;
    color: white;
}
.vc-header-logo {
    max-width: 180px;
    text-decoration: none !important;
    display: inline-block;
}
.vc-header-logo img {
    width: 100%;
}
.vc-header-logo-label {
    color: #606060;
    font-size: 12px;
    margin: 0 0 4px;
}
.vc-header-spacer {
    flex: 1;
}

.vc-intro {
    text-align: center;
    margin: 16px 0;
    color: #606060;
    font-size: 16px;
}

.vc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    margin: 24px 0;
}

.vc-opportunity {
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #ffffff;

    
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
    

    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    padding: 30px;
    text-decoration: none !important;
    transition: border-color ease 0.25s;
    width: calc(50% - 16px);
}
.vc-opportunity:hover {
    border: 2px solid #f56476;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.vc-media {
    display: flex;
    gap: 16px;
}
.vc-media-aside {
    flex: 0;
}
.vc-media-content {
    flex: 1;
}
.vc-org-logo {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    height: 128px;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 128px;
    box-sizing: border-box;
}
.vc-org-logo img {
    display: block;
    height: auto;
    left: 50%;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.vc-org-name {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0 0;
    text-align: center;
}
.vc-opp-title {
    color: #303030;
    font-size: 19px;
    font-weight: 600;
    margin: 0 16px 12px 0;
}
.vc-opp-activities {
    color: #606060;
    font-size: 12px;
    margin: 0 0 12px;
    opacity: 0.75;
}
.vc-opp-description {
    color: #606060;
    font-size: 13px;
    margin: 0 0 12px;
}
.vc-opp-remote,
.vc-opp-duration,
.vc-opp-dates {
    color: #606060;
    font-size: 12px;
    margin: 0 0 4px;
    opacity: 0.75;
}

.vc-pagination {
    display: flex;
    align-items: center;
}
.vc-pagination .vc-spacer {
    flex: 1;
    text-align: center;
}
.vc-pagination .vc-button-wrapper {
    min-width: 130px;
}
.vc-pagination .vc-button-wrapper-right {
    text-align: right;
}
.vc-pagination .vc-spacer .vc-logo {
    width: 100%;
    max-width: 240px;
    filter: grayscale(1);
}
.vc-pagination .vc-button {
    background: #ffffff;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    color: #909090;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    user-select: none;
    transition: all ease 0.25s;
    text-decoration: none !important;
}
.vc-pagination .vc-button:hover {
    background: #f56476;
    border-color: #f56476;
    color: white;
}

.vc-empty {
    align-items: center;
    background: white;
    border-radius: 20px;
    display: flex;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px;
}
.vc-empty .vc-pigeon {
    flex: 1;
}
.vc-empty .vc-pigeon img {
    width: 100%;
}
.vc-empty .vc-empty-message {
    flex: 1;
    color: #404040;
}
.vc-empty .vc-empty-message-title {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}
.vc-empty .vc-empty-message-body {
    font-weight: 300;
    font-size: 15px;
    margin: 0 0 12px;
}
.vc-empty .vc-empty-message-body strong {
    font-weight: 600;
}
.vc-empty .vc-empty-message-go {
    background: #1dabb3;
    border-radius: 32px;
    color: white;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none !important;
    transition: all ease 0.25s;
    display: inline-block;
    font-weight: 600;
}
.vc-empty .vc-empty-message-go:hover {
    background: #f56476;
}


@container (max-width: 1024px) {
    .vc-list {
        gap: 16px;
    }
    .vc-opportunity {
        width: 100%;
        padding: 20px;
    }
}
@container (max-width: 420px) {
    .vc-media {
        display: block;
    }
    .vc-media-aside {
        margin: 0 0 24px;
    }
    .vc-org-logo {
        width: 100%;
    }
    .vc-org-logo img {
        max-width: calc(100% - 60px);
    }
    .vc-org-name {
        font-size: 14px;
    }
    .vc-empty {
        display: block;
        text-align: center;
    }
}
