/* Custom Styles */
.custom-field-group {
    margin: 20px 0;
    padding: 15px;
}

.acf-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border: 2px solid #004085; /* Unified border for the entire table */
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.acf-table th, .acf-table td {
    padding: 12px 15px;
    text-align: left;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
}

.acf-table tr:nth-child(even) {
    background-color: #F9F9F9;
}

/* Notification Title */
.acf-table .notification-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #004085; /* Dark Blue */   
    padding-bottom: 10px;
}

/* Job Location */
.acf-table .job-location {
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    color: #721C24; /* Dark Red */
    border-bottom: 2px solid #004085; /* Border after job location */
    padding-bottom: 10px;
}

.acf-table .content-row td:first-child {
    width: 30%;
    font-weight: 600;
    background-color: #F0F0F0;
    color: #333;
}

.acf-table .content-row td:last-child {
    width: 70%;
    color: #495057;
    background-color: #FFF;
    padding-left: 20px;
}
