
/* V415 - Chính sách lương theo tài khoản nội bộ */
.v415-template-link{
  display:inline-flex;align-items:center;min-height:34px;padding:0 10px;
  border:1px solid var(--border);border-radius:8px;background:var(--card);
  color:var(--foreground)!important;text-decoration:none;font-size:11.5px;font-weight:600;
}
.v415-policy-panel{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;
  padding:12px;margin-bottom:12px;border:1px solid var(--border);border-radius:10px;background:var(--muted);
}
.v415-policy-title{grid-column:1/-1;margin-bottom:2px}
.v415-policy-title strong{display:block;font-size:13px;color:var(--foreground)}
.v415-policy-title span{display:block;margin-top:3px;font-size:10.5px;line-height:1.4;color:var(--muted-foreground)}
.v415-policy-panel label>span{display:block;margin-bottom:5px;font-size:10px;color:var(--muted-foreground)}
.v415-policy-panel input,.v415-policy-panel select{
  width:100%;height:38px;border:1px solid var(--border);border-radius:7px;
  background:var(--card);padding:0 9px;color:var(--foreground);font-size:12px;
}
.v415-save-policy{
  grid-column:1/-1;justify-self:end;min-height:38px;padding:0 15px;border:1px solid var(--foreground);
  border-radius:8px;background:var(--foreground);color:var(--background);font-size:12px;font-weight:600;
}
.v415-save-policy:disabled{opacity:.45}
@media(max-width:1000px){.v415-policy-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
 .v415-policy-panel{grid-template-columns:1fr;padding:10px}
 .v415-save-policy{width:100%;justify-self:stretch}
 .v415-template-link{min-height:38px}
}
