/* ===============================
Workfindr Sponsor Dashboard
=============================== */

.wf-sponsor-container{
max-width:900px;
margin:40px auto;
padding:30px;
background:#fff;
border-radius:8px;
box-shadow:0 4px 14px rgba(0,0,0,0.05);
}

.wf-sponsor-container h2{
margin-bottom:25px;
}

/* ===============================
FORM
=============================== */

.wf-sponsor-banner-form label{
display:block;
font-weight:600;
margin-bottom:6px;
}

.wf-sponsor-banner-form input,
.wf-sponsor-banner-form select{
padding:10px;
border:1px solid #ddd;
border-radius:4px;
font-size:14px;
}

/* ===============================
BANNER UPLOAD
=============================== */

.wf-banner-upload{
display:flex;
align-items:center;
gap:20px;
margin-bottom:25px;
}

.wf-banner-upload input{
flex:1;
}

.wf-banner-preview{
width:160px;
height:80px;
border:1px solid #ddd;
border-radius:4px;
display:flex;
align-items:center;
justify-content:center;
background:#fafafa;
}

.wf-banner-preview img{
max-width:100%;
max-height:100%;
display:none;
}

/* ===============================
FORM ROW
=============================== */

.wf-form-row{
display:flex;
gap:20px;
margin-bottom:20px;
}

.wf-form-col{
flex:1;
}

/* small input */

.wf-input-small{
width:160px;
}

/* ===============================
BUTTON
=============================== */

.wf-sponsor-banner-form button{
background:#111;
color:#fff;
padding:12px 20px;
border:none;
border-radius:4px;
cursor:pointer;
font-weight:600;
}

.wf-sponsor-banner-form button:hover{
opacity:0.9;
}

/* ===============================
DASHBOARD STATS
=============================== */

.wf-sponsor-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:30px;
}

.wf-stat-box{
background:#f8f8f8;
padding:15px;
border-radius:6px;
text-align:center;
transition:.2s;
}

.wf-stat-box strong{
font-size:22px;
display:block;
margin-bottom:5px;
}
/* ===============================
Sponsor banners table
=============================== */

.wf-sponsor-table{
width:100%;
border-collapse:collapse;
margin-top:30px;
}

.wf-sponsor-table th,
.wf-sponsor-table td{
padding:10px;
border-bottom:1px solid #eee;
text-align:left;
}

.wf-sponsor-table img{
width:80px;
border-radius:4px;
}

.wf-budget-bar{
width:120px;
height:8px;
background:#eee;
border-radius:4px;
overflow:hidden;
margin-bottom:5px;
}

.wf-budget-bar div{
height:8px;
background:#2d7ef7;
}
