/* Header Job Info (BEM) */
.xc-single-recruitment {
    margin-top: 30px;
    text-align: center;
}

.xc-single-recruitment__title {
    font-size: 28px;
    font-weight: bold;
    color: #263c97;
    margin-bottom: 10px;
}

.xc-single-recruitment__location {
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.xc-single-recruitment__location i {
    color: #29abe2;
}

/* Sidebar Job Info */
.tprecumebm {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.itrecumebm {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.itrecumebm:last-child {
    border-bottom: none;
}

.itrecumebm .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 15px;
    text-align: center;
    padding-top: 3px;
}

.itrecumebm .icon i {
    font-size: 20px;
    color: #29abe2;
    /* Blue from image */
}

.itrecumebm .text {
    flex: 1;
}

.itrecumebm .tm {
    font-size: 15px;
    color: #0b1432;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.itrecumebm .th {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* Application Form Wrapper (BEM) */
.xc-fom-ung-tuyen {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.xc-fom-ung-tuyen__title {
    font-size: 24px;
    color: #263c97;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid #263c97;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
}

.xc-fom-ung-tuyen__group {
    margin-bottom: 15px;
}

.xc-fom-ung-tuyen__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xc-fom-ung-tuyen__label-col {
    width: 180px;
    min-width: 180px;
    padding-right: 15px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

/* Red Asterisk */
.xc-fom-ung-tuyen__label span {
    color: red;
}

.xc-fom-ung-tuyen__input-col {
    flex: 1;
    min-width: 250px;
    /* Ensure input doesn't get too small */
}

/* Inputs styling targeting BEM classes and CF7 wrappers */
.xc-fom-ung-tuyen__input,
.xc-fom-ung-tuyen__textarea,
.xc-fom-ung-tuyen__input-col input[type="text"],
.xc-fom-ung-tuyen__input-col input[type="email"],
.xc-fom-ung-tuyen__input-col input[type="tel"],
.xc-fom-ung-tuyen__input-col input[type="date"],
.xc-fom-ung-tuyen__input-col textarea,
.xc-fom-ung-tuyen__input-col select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px;
    min-height: 40px;
    box-shadow: none;
    background: #fff;
    color: #333;
}

.xc-fom-ung-tuyen__textarea {
    min-height: 100px;
}

/* Button text center wrapper */
.xc-fom-ung-tuyen__submit-group {
    text-align: center;
    margin-top: 20px;
}

.xc-fom-ung-tuyen__btn-submit,
input.xc-fom-ung-tuyen__btn-submit[type="submit"] {
    background-color: #29abe2;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
    margin-top: 10px;
    display: inline-block;
}

.xc-fom-ung-tuyen__btn-submit:hover,
input.xc-fom-ung-tuyen__btn-submit[type="submit"]:hover {
    background-color: #263c97;
    color: #fff;
    box-shadow: 0 4px 10px rgba(38, 60, 151, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .xc-fom-ung-tuyen__row {
        display: block;
    }

    .xc-fom-ung-tuyen__label-col {
        width: 100%;
        margin-bottom: 5px;
    }

    .xc-fom-ung-tuyen {
        padding: 15px;
    }
}

/* Content Customization for Single Tuyen Dung */
.single-tuyen_dung .entry-content {
    padding-top: 0;
}

.single-tuyen_dung .entry-content h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #2f3790;
    /* As requested */
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}