html, body {
    padding: 0;
    margin: 0;
}

.c1-widget * {
    box-sizing: border-box;
}
.c1-widget {
    display: flex;
    flex-direction: column;
    border: solid 1px var(--light700);
    box-sizing: border-box;
}

.c1-widget.c1-widget-banner {
    width: 952px;
    height: 248px;
}

.c1-widget.c1-widget-small-banner {
    width: 640px;
    height: 248px;
}

.c1-widget.c1-widget-slim-banner {
    width: 640px;
    height: 157px;
}
.c1-widget.c1-widget-half {
    width: 298px;
    height: 598px;
}

.c1-widget.c1-widget-medium {
    width: 298px;
    height: 248px;
}

.c1-widget.c1-widget-leaderboard {
    flex-direction: row;
    width: 728px;
    height: 90px;
}

.c1-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary500);
    padding: 0 6px 0 15px;
    height: 42px;
}

.c1-widget-leaderboard .c1-widget-header {
    width: 160px;
    height: auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
}

.c1-widget-header-title-link img {
    max-height: 40px;
}

.c1-widget-header-title {
    color: var(--white);
    display: flex;
    align-items: center;
    line-height: 18px;
}

.c1-widget-header-title-link {
    text-decoration: none;
    color: var(--bs-body-color);
}

.c1-widget-leaderboard .c1-widget-header-title {
    margin-bottom: 10px;
}

.c1-widget-header-title .c1-widget-right-arrow-icon {
    margin-left: 10px;
}

.c1-widget-button {
    display: flex;
    align-items: center;
    font-family: var(--font-family-2);
    font-size: 1rem;
    text-overflow: ellipsis;
    line-height: normal;
    text-decoration: none;
}

.c1-widget-button-default {
    border: solid 1px transparent;
    border-color: var(--light600);
    background-color: var(--white);
    color: var(--dark500);
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.c1-widget-job:hover .c1-widget-button-default,
.c1-widget-button-default:hover {
    border-color: var(--secondary500);
    background-color: var(--secondary500);
    color: var(--white);
}

.c1-widget-location {
    background-color: var(--light400);
    height: 26px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.c1-widget-location-label {
    margin: 0 1rem 0 0.3rem;
    text-decoration: none;
    color: var(--bs-body-color);
}

.c1-widget-link {
    color: var(--primary500);
    text-decoration: none;
}

.c1-widget-leaderboard .c1-widget-body {
    width: 568px;
}

.c1-widget-jobs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c1-widget-half .c1-widget-jobs,
.c1-widget-medium .c1-widget-jobs {
    flex-direction: column;
}

.c1-widget-job {
    width: 30%;
    height: 91px;
    flex-grow: 1;
    display: flex;
    padding: 0 15px;
    align-items: center;
}
.c1-widget-small-banner .c1-widget-job {
    width: 45%;
    height: 91px;
    flex-grow: 1;
    display: flex;
    padding: 0 15px;
    align-items: center;
}
.c1-widget-slim-banner .c1-widget-job {
    width: 45%;
    height: 91px;
    flex-grow: 1;
    display: flex;
    padding: 0 15px;
    align-items: center;
}

.c1-widget-job:hover {
    background-color: var(--light400);
}

.c1-widget-half .c1-widget-job,
.c1-widget-medium .c1-widget-job {
    width: 100%;
}

.c1-widget-leaderboard .c1-widget-job {
    height: 88px;
}

.c1-widget-half .c1-widget-job {
    height: 106px;
    padding: 20px 15px;
}

.c1-widget-half .c1-widget-job:not(:last-child),
.c1-widget-medium .c1-widget-job:not(:last-child) {
    border-bottom: 1px solid var(--light600);
}

.c1-widget-banner .c1-widget-job:nth-child(-n+3) {
    border-bottom: 1px solid var(--light600);
}

.c1-widget-banner .c1-widget-job {
    border-right: 1px solid var(--light600);
}

.c1-widget-banner .c1-widget-job:nth-child(3n),
.c1-widget-banner .c1-widget-job:last-child {
    border-right: none;
}


.c1-widget-small-banner .c1-widget-job:nth-child(-n+2) {
    border-bottom: 1px solid var(--light600);
}

.c1-widget-small-banner .c1-widget-job {
    border-right: 1px solid var(--light600);
}

.c1-widget-small-banner .c1-widget-job:nth-child(2n),
.c1-widget-small-banner .c1-widget-job:last-child {
    border-right: none;
}

.c1-widget-slim-banner .c1-widget-job:first-child {
    border-right: 1px solid var(--light600);
}

.c1-widget-leaderboard .c1-widget-job:first-child {
    border-right: 1px solid var(--light600);
}

.c1-widget-job-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    border-radius: 6px;
    border: solid 1px var(--light700);
    padding: 2px;
    margin-right: 8px;
}

.c1-widget-job-logo img {
    width: 100%;
    height: 100%;
    max-width: 56px;
    max-height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    padding: 2px;
}

.c1-widget-job-content {
    width: 100%;
}

.c1-widget-job-content * {
    text-decoration: none;
}

.c1-widget-job-title {
    color: var(--primary500);
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c1-widget-job-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--dark500);
}

.c1-widget-job-desc {
    height: 29px;
    margin-top: 4px;
    margin-right: 8px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
