.cc-translate-launch {
  position: fixed;
  right: 18px;
  top: 126px;
  z-index: 2147483000;
  width: 44px;
  height: 44px;
  border: 1px solid #55e8c0;
  border-radius: 50%;
  background: #081711;
  color: #fff;
  font-size: 22px;
}

.cc-translate-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: flex;
  flex-direction: column;
  background: #07100e;
  color: #f4fff9;
  font-family: Inter, sans-serif;
}

.cc-translate-overlay header {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 8px 16px;
  border-bottom: 1px solid #255646;
}

.cc-translate-overlay header button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
}

.cc-translate-overlay main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1;
  min-height: 0;
}

.cc-translate-overlay main section {
  overflow: auto;
  padding: 18px;
}

.cc-translate-overlay main section + section {
  border-left: 1px solid #255646;
  background: #0c171a;
}

.cc-translate-overlay [data-role="translate-status"] {
  margin: 0;
  padding: 8px 18px;
  color: #a9dacb;
}

.cc-translate-stop {
  min-height: 52px;
  margin: 10px 18px 18px;
  border: 1px solid #d26f78;
  border-radius: 6px;
  background: #7b2531;
  color: #fff;
  font-weight: 800;
}

.cc-translate-packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px 18px;
}

.cc-translate-packages button {
  min-height: 48px;
  border: 1px solid #55e8c0;
  border-radius: 6px;
  background: #0a241d;
  color: #fff;
}
