.elementor-7156 .elementor-element.elementor-element-074299e{--display:flex;}.elementor-7156 .elementor-element.elementor-element-77aa2f7{margin:90px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7156 .elementor-element.elementor-element-8ace3ad{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-77aa2f7 */.payroll-container{
  max-width:900px;
  margin:30px auto;
  padding:0 14px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont;
}

.payroll-container h2{
  font-size:22px;
  font-weight:900;
  color:#0f172a;
  margin-bottom:14px;
}

.payroll-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:20px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  display:flex;
  gap:16px;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
}

.payroll-info{
  flex:1;
  min-width:240px;
}

.payroll-row{
  display:flex;
  gap:10px;
  margin:8px 0;
  color:#334155;
  font-size:14px;
  line-height:1.6;
}

.payroll-label{
  min-width:140px;
  font-weight:800;
  color:#0f172a;
}

.payroll-value{
  font-weight:700;
}

.salary-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:#e5e7eb;
  color:#0f172a;
}

.download-btn{
  background:linear-gradient(135deg,#0f172a,#000);
  color:#fff;
  border:none;
  padding:12px 16px;
  border-radius:14px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
  min-width:220px;
}

.download-btn:hover{
  transform:translateY(-2px);
  opacity:.95;
}

@media(max-width:520px){
  .download-btn{width:100%;}
  .payroll-label{min-width:120px;}
}/* End custom CSS */