/* Irie Recruit Listing Summary Widget Styles */

.irie-recruit-summary-table-wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.irie-recruit-summary-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    border: 1px solid #e2a093;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.irie-recruit-summary-table th.irie-recruit-summary-label {
    width: 110px;
    padding: 10px 14px;
    background-color: #fcf6f3;
    color: #a01212;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e2a093;
    border-right: 1px solid #e2a093;
    box-sizing: border-box;
    white-space: nowrap;
}

.irie-recruit-summary-table td.irie-recruit-summary-value {
    padding: 10px 14px;
    background-color: #ffffff;
    color: #333333;
    vertical-align: top;
    border-bottom: 1px solid #e2a093;
    box-sizing: border-box;
    word-break: break-word;
}

.irie-recruit-summary-table tr:last-child th,
.irie-recruit-summary-table tr:last-child td {
    border-bottom: none;
}

.irie-recruit-summary-empty-msg {
    padding: 16px;
    text-align: center;
    color: #888888;
    font-size: 13px;
    border: 1px dashed #cccccc;
    border-radius: 6px;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .irie-recruit-summary-table.irie-responsive-stack th.irie-recruit-summary-label {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: none;
        background-color: #f5ebe6;
        padding: 8px 12px;
    }

    .irie-recruit-summary-table.irie-responsive-stack td.irie-recruit-summary-value {
        width: 100%;
        display: block;
        padding: 8px 12px 12px 12px;
    }

    .irie-recruit-summary-table.irie-responsive-stack tr {
        display: block;
        border-bottom: 1px solid #e2a093;
    }

    .irie-recruit-summary-table.irie-responsive-stack tr:last-child {
        border-bottom: none;
    }
}
