﻿.RecruitmentInfo {
    line-height: 20px;
}

    .RecruitmentInfo dt, .RecruitmentInfo dd {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .RecruitmentInfo dt {
        color: var(--theme-color);
    }

        .RecruitmentInfo dt:before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: var(--theme-color);
            margin-right: 10px;
        }

    .RecruitmentInfo dd {
        margin-left: 20px;
    }
