.gov-job-wrapper{
width:100%;
max-width:1400px;
margin:0 auto;
}

.gov-job-section{
margin-bottom:35px;
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.gov-job-heading-wrap{
display:flex;
justify-content:space-between;
align-items:center;
background:linear-gradient(90deg,#0037b3,#0b57d0);
padding:8px 15px;
}

.gov-job-heading{
color:#fff;
font-size:24px;
font-weight:600;
margin:0;
line-height:1.2;
}

.gov-job-table{
width:100%;
border-collapse:collapse;
}

.gov-job-table thead th{
background:#f1f5fb;
color:#1d2a57;
padding:5px 16px;
font-size:18px;
text-align:left;
}

.gov-job-table tbody td{
padding:18px 16px;
border-top:1px solid #ececec;
font-size:17px;
}

.expired-date{
color:#d40000;
font-weight:700;
}

.view-details-btn{
background:linear-gradient(90deg,#0047d6,#0b57d0);
color:#fff!important;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
display:inline-block;
font-size:15px;
font-weight:600;
}

@media(max-width:768px){

.gov-job-table,
.gov-job-table thead,
.gov-job-table tbody,
.gov-job-table th,
.gov-job-table td,
.gov-job-table tr{
display:block;
width:100%;
}

.gov-job-table thead{
display:none;
}

.gov-job-table tr{
background:#fff;
margin-bottom:18px;
border-radius:12px;
overflow:hidden;
box-shadow:0 2px 8px rgba(0,0,0,0.08);
border:1px solid #ececec;
padding:12px;
}

.gov-job-table td{
border:none;
padding:10px 0;
margin:0px;
font-size:15px;
line-height:1.5;
white-space:normal;
word-break:break-word;
}
	
.gov-job-table tbody td {
    padding: 5px 16px;
    border-top: 1px solid #ececec;
    font-size: 17px;
}

.gov-job-table td:before{
display:block;
font-weight:700;
color:#0037b3;
margin-bottom:4px;
font-size:14px;
}

.gov-job-table td:nth-of-type(1):before{
content:"Post Name";
}

.gov-job-table td:nth-of-type(2):before{
content:"Recruitment Board";
}

.gov-job-table td:nth-of-type(3):before{
content:"Qualification";
}

.gov-job-table td:nth-of-type(4):before{
content:"Last Date";
}

.gov-job-table td:nth-of-type(5):before{
content:"Action";
}

.gov-job-table td:nth-of-type(1){
font-size:18px;
font-weight:600;
line-height:1.5;
}

.view-details-btn{
display:inline-block;
font-size:13px;
padding:8px 14px;
margin-top:5px;
}

.gov-job-heading{
font-size:20px;
}

}
