.domainBox {
  padding: 12px;
  box-sizing: border-box;
  margin: 0 16px;
  border-radius: 4px;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  /* border: 0.5px solid #3E7DFF80; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.domainBox p {
  color: #bdbdbd;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  border-bottom: 1px dashed #333;
}

.domainBox a:not(.no-icon) {
  color: #3E7DFF;
  /* border: 0.5px solid #3E7DFF80; */
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 14px;
  text-decoration-line: none;
  /* background-color: #F1A8001A; */
  line-height: 2;
}

.domainBox a.freeProxy {
  color: #3E7DFF;
  border: none;
  background-color: transparent;
  font-weight: 600;
}

@media screen and (max-width: 824px) {
  .domainBox {
    padding: 12px;
  }

  .domainBox p {
    text-align: left;
  }
}
