body.tbs-fx-on section.content {
  margin-top: 136px !important;
}

#tbs-fx-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0;
  padding: 10px 18px 10px 24px;
  background: #e8f2e1;
  border: 0;
  border-bottom: 1px solid #c9ddb8;
  border-radius: 0;
  color: #1a3d32;
  font-size: 13px;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 1035;
}

#tbs-fx-bar.tbs-fx-foreign,
body.tbs-fx-foreign #tbs-fx-bar {
  background: #e7f0ff;
  border-bottom-color: #b7c9e8;
}

#tbs-fx-bar label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 600;
}

#tbs-fx-bar select,
#tbs-fx-bar input[type="number"] {
  height: 32px;
  border: 1px solid #c5d0c2;
  border-radius: 8px;
  padding: 0 8px;
  background: #fff;
  color: #1f2e28;
}

#tbs-fx-bar input[type="number"] {
  width: 110px;
}

#tbs-fx-bar .tbs-fx-convert {
  height: 32px;
  padding: 0 14px;
  background: #347433;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

#tbs-fx-bar .tbs-fx-convert:hover {
  background: #265c25;
}

.tbs-fx-hint {
  color: #5a6b63;
  font-weight: 500;
}

.tbs-fx-totals {
  margin-left: auto;
  font-weight: 700;
  color: #1a4338;
}

#tbs-fx-dialog {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0 0 10px;
  padding: 8px 10px;
  background: #e8f2e1;
  border-radius: 8px;
  font-size: 12px;
}

#tbs-fx-dialog .tbs-fx-convert {
  height: 28px;
  padding: 0 10px;
  background: #347433;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

#tbs-fx-dialog .tbs-fx-convert:hover {
  background: #265c25;
}

.tbs-dual-currency {
  margin: 16px 0 12px;
  padding: 12px 14px;
  background: #f0f7ff;
  border: 1px solid #b7d4f0;
  border-radius: 8px;
  color: #1a3d32;
  font-size: 13px;
  line-height: 1.5;
  max-width: 280px;
  margin-left: auto;
}

.tbs-dual-currency p {
  margin: 0 0 4px;
}

.tbs-dual-currency p:last-child {
  margin-bottom: 0;
}

.tbs-dual-currency strong {
  color: #0f4a7a;
  font-size: 14px;
}

@media print {
  .tbs-dual-currency {
    background: #f0f7ff !important;
    border: 1px solid #b7d4f0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
