.t1a-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.t1a-btn {
  appearance: none;
  border: 1px solid #1d2327;
  background: #1d2327;
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}

.t1a-btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.t1a-results {
  font-size: 14px;
}

.t1a-title {
  font-weight: 600;
}

.t1a-modal {
  display: none;
}

.t1a-modal.is-open {
  display: block;
}

.t1a-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}

.t1a-modal-panel {
  position: fixed;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 24px));
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 14px;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.t1a-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}

.t1a-modal-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.t1a-modal-links {
  display: flex;
  gap: 14px;
}

.t1a-share {
  text-decoration: underline;
}
.t1a-wrap {
    margin-top: 2em;
}
.t1a-btn {
    padding: 0.5em 1em !important;
}
.t1a-btn:hover {
    background: #fff !important;
    color: #000;
}
