@import url("about.css");


/*============================== job listing ================================*/

main > .wrapper > section.card-info > .details {
    width: 95%;
    margin: 22px auto;
    display: block;
}

#hiringthing-jobs {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2;    /* Firefox */
    column-count: 2;         /* standard syntax */

    -webkit-column-gap: 44px; /* Chrome, Safari, Opera */
    -moz-column-gap: 44px;    /* Firefox */
    column-gap: 44px;         /* standard syntax */
}
#hiringthing-jobs .ht-title-link {
    font-weight: 700;
    color: var(--global-color-2);
}
#hiringthing-jobs .ht-location {
    font-size: 1.0em !important;
    margin-bottom: 0.8em;
}
#hiringthing-jobs .ht-summary {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
#hiringthing-jobs .ht-apply-link {
    text-decoration: none;
    padding: 16px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: var(--global-color-2);
    color: black;
    text-align: center;
    margin-right: 50%;
    min-width: 55px;
}
#hiringthing-jobs .ht-apply-link:hover {
    background-color: var(--global-color-1);
    color: var(--global-color-2);
}
main > .wrapper > section.corp-housing > .layer-2 .detail-cards {
    display: block
}