
/*
Theme Name: Daily Job Update Theme v6 (Freshershunt Style)
Theme URI: https://dailyjobs.codexadigitech.com/
Author: Daily Job Update
Description: Freshershunt-style job alert blog layout with job cards, sidebar widgets, schema, ads, telegram popup
Version: 6.0
*/

body{
font-family: Arial, sans-serif;
background:#f1f3f5;
}

.site-header{
background:#ffffff;
border-bottom:1px solid #e5e5e5;
}

.logo{
font-size:28px;
font-weight:700;
color:#0d6efd;
}

.navbar-nav li{
margin-right:15px;
}

.job-card{
background:#fff;
border-radius:8px;
padding:16px;
margin-bottom:18px;
border:1px solid #eee;
}

.job-card h3{
font-size:20px;
margin-bottom:10px;
}

.meta{
font-size:13px;
color:#777;
margin-bottom:10px;
}

.apply-btn{
background:#0d6efd;
color:#fff;
padding:6px 14px;
border-radius:5px;
text-decoration:none;
font-size:14px;
}

.sidebar-widget{
background:#fff;
padding:15px;
border-radius:8px;
margin-bottom:20px;
border:1px solid #eee;
}

.job-table{
width:100%;
border-collapse:collapse;
background:#fff;
}

.job-table td{
border:1px solid #ddd;
padding:10px;
}

.ad-box{
background:#fafafa;
border:1px dashed #bbb;
padding:18px;
text-align:center;
margin:20px 0;
}

.telegram-popup{
position:fixed;
bottom:20px;
right:20px;
background:#0088cc;
color:#fff;
padding:14px;
border-radius:8px;
z-index:999;
}
