.tag-text {
    background-color: #4c4c4d;
    color: #c5c5c5;
    border-radius: 6px;
    margin: 0.5%;
    padding: 12px;
}

.division {
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid #656667;
}

.job-company-name {
    font-family: Sarabun;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    /* Headline text */
    color: #E8E8E8;
}

.job-company-title {
    padding-left: 3%;
    border-left: 1px solid #505050;
}

.job-logo {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: white;
    object-fit: contain;
}

.job-title {
    font-family: Sarabun;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    /* Headline text */
    color: #E8E8E8;
}

.created-on {
    font-family: Sarabun;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    /* Main text */
    color: #98999A;
}

.job-more {
    font-family: Sarabun;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Headline text */
    color: #E8E8E8;
}

.search-result {
    background-color: #2B2B2B;
    margin-bottom: 16px;
    padding: 3%;
    border-radius: 6px;
}

.icon-svg {
    vertical-align: sub;
}

.btn.btn-dark.job-more {
    color: #fff;
    background-color: #343a4000;
    border-color: #ffffff;
    box-shadow: none;
}

.btn.btn-dark.job-more:hover {
    border-color: #1E75FF;
    color: blue;
}

.btn.btn-info {
    background-color: #1E75FF;
    width: 166px;
    height: 56px;
    padding: 16px;
    font-size: medium;
    border-radius: 8px;
    font-weight: 600;
    border: #1E75FF;
}