
/* SENSOY24 Update 60 */

.hiring-center-hero,
.hiring-detail-hero {
    padding: 45px 0;
    border-bottom: 1px solid var(--line);
    background: #f7f8fa;
}

.hiring-center-hero h1,
.hiring-detail-hero h1 {
    margin: 5px 0 8px;
}

.hiring-center-hero p,
.hiring-detail-hero p {
    margin: 0;
    color: #65717c;
}

.hiring-center-section {
    background: #f8f9fa;
}

.hiring-case-list {
    display: grid;
    gap: 12px;
}

.hiring-case-list article {
    padding: 18px;
    display: grid;
    grid-template-columns: 96px minmax(0,1fr) auto;
    gap: 16px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.hiring-case-score {
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 2px solid #111;
    border-radius: 50%;
}

.hiring-case-score strong {
    font-size: 24px;
    line-height: 1;
}

.hiring-case-score span {
    margin-top: 4px;
    color: #6b7781;
    font-size: 9px;
}

.hiring-case-main h2 {
    margin: 4px 0;
}

.hiring-case-main p {
    margin: 0;
    color: #68747f;
}

.hiring-case-meta {
    margin-top: 9px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.hiring-case-meta span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #eef1f3;
    color: #5f6a74;
    font-size: 10px;
}

.hiring-progress {
    margin: 10px 0 5px;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7eaed;
}

.hiring-progress span {
    display: block;
    height: 100%;
    background: #111;
}

.hiring-case-actions {
    display: grid;
    gap: 7px;
}

.hiring-detail-hero-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.hiring-detail-score {
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 8px solid #111;
    border-radius: 50%;
    background: #fff;
}

.hiring-detail-score strong {
    font-size: 30px;
    line-height: 1;
}

.hiring-detail-score span {
    margin-top: 5px;
    color: #68747f;
    font-size: 10px;
}

.hiring-detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 320px;
    gap: 18px;
    align-items: start;
}

.hiring-detail-layout main,
.hiring-detail-layout aside,
.hiring-detail-form {
    display: grid;
    gap: 14px;
}

.hiring-card,
.hiring-savebar {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.hiring-card h2 {
    margin: 5px 0 10px;
}

.hiring-card p {
    color: #68747f;
    line-height: 1.5;
}

.hiring-card label {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
    font-weight: 800;
}

.hiring-card textarea {
    line-height: 1.55;
}

.hiring-checklist {
    display: grid;
    gap: 8px;
}

.hiring-checklist label {
    margin: 0;
    padding: 12px;
    grid-template-columns: 22px 1fr;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8f9fa;
}

.hiring-checklist label span {
    display: grid;
    gap: 3px;
}

.hiring-checklist small {
    color: #6b7781;
    font-weight: 400;
}

.hiring-savebar {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.hiring-savebar > div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 950px) {
    .hiring-detail-layout {
        grid-template-columns: 1fr;
    }

    .hiring-case-list article {
        grid-template-columns: 96px minmax(0,1fr);
    }

    .hiring-case-actions {
        grid-column: 2;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .hiring-case-list article {
        grid-template-columns: 1fr;
    }

    .hiring-case-actions {
        grid-column: auto;
    }

    .hiring-detail-hero-inner,
    .hiring-savebar {
        flex-direction: column;
        align-items: flex-start;
    }
}
