.sk-fiscal-strip {
  width: 100%;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 15px;
  background: #fff;
  color: #17233c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,.13);
}
.sk-fiscal-brand { display:flex; align-items:center; gap:13px; }
.sk-fiscal-brand > span:last-child { display:grid; gap:2px; }
.sk-fiscal-brand strong { font-size:16px; letter-spacing:.04em; }
.sk-fiscal-brand small { font-size:12px; color:#647086; }
.sk-fiscal-brand__arca {
  padding-right:13px;
  border-right:1px solid #d8e1e8;
  color:#00a7d6;
  font-size:25px;
  font-weight:950;
  letter-spacing:-.04em;
}
.sk-fiscal-qr-button {
  width:72px;
  height:72px;
  padding:4px;
  border:1px solid #ccd7df;
  border-radius:7px;
  background:#fff;
  cursor:pointer;
}
.sk-fiscal-qr-button img { display:block; width:100%; height:100%; object-fit:contain; }
.sk-qr-official {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  padding:20px;
  border:1px solid var(--sk-border);
  border-radius:20px;
  background:var(--sk-soft);
  text-align:center;
}
.sk-qr-official img { width:min(320px,100%); height:auto; background:#fff; border:10px solid #fff; }
.sk-qr-official strong { color:var(--sk-purple); font-size:20px; }
.sk-qr-official small { color:#746a7d; }
@media (max-width:700px) {
  .sk-fiscal-strip { justify-content:space-between; gap:10px; padding:10px 12px; }
  .sk-fiscal-brand__arca { font-size:21px; }
  .sk-fiscal-brand small { display:none; }
  .sk-fiscal-qr-button { width:64px; height:64px; flex:0 0 64px; }
}
