.dvcc-page.ast-separate-container .ast-article-single {
  padding-left: 0;
  padding-right: 0;
}

.dvcc-page.ast-separate-container .ast-article-single .entry-content {
  margin-top: 0;
}

.dvcc {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 0 32px;
}

.dvcc__header {
  margin-bottom: 28px;
}

.dvcc__title {
  margin: 0 0 12px;
  color: #0d91d8;
  font-size: 2.4rem;
  line-height: 1.15;
}

.dvcc__intro {
  margin: 0;
  color: #2f2f2f;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 700;
}

.dvcc-form {
  margin-bottom: 28px;
}

.dvcc-grid {
  display: grid;
  gap: 18px 22px;
  margin-bottom: 18px;
}

.dvcc-grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dvcc-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dvcc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dvcc-field span {
  color: #393939;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.dvcc-field em {
  color: #d71920;
  font-style: normal;
}

.dvcc-field input,
.dvcc-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  color: #2e2e2e;
  font-size: 1rem;
  padding: 10px 12px;
  box-shadow: none;
}

.dvcc-field input::placeholder {
  color: #8a8a8a;
}

.dvcc-submit {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 1px solid #1383cc;
  border-radius: 4px;
  background: linear-gradient(180deg, #1ea4ed 0%, #1488cf 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
}

.dvcc-submit:hover {
  background: linear-gradient(180deg, #1598df 0%, #127ec0 100%);
}

.dvcc-result {
  margin-top: 18px;
}

.dvcc-error {
  margin: 0;
  color: #ff0000;
  font-size: 1.1rem;
  font-weight: 700;
}

.dvcc-result__html h3 {
  margin: 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #2e2e2e;
}

.dvcc-result__html table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.dvcc-result__html th,
.dvcc-result__html td {
  border: 1px solid #d8d8d8;
  padding: 12px 14px;
  color: #2f2f2f;
  font-size: 0.98rem;
  line-height: 1.5;
}

.dvcc-result__html th {
  background: #f5f5f5;
  font-weight: 700;
}

.dvcc-result__html .tieude_table td {
  background: #f5f5f5;
  font-weight: 700;
}

.dvcc-result__html .textright {
  text-align: right;
}

.dvcc-result__html .textcenter {
  text-align: center;
}

@media (max-width: 1080px) {
  .dvcc-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .dvcc {
    padding-top: 8px;
  }

  .dvcc__title {
    font-size: 2rem;
  }

  .dvcc-grid--6,
  .dvcc-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 544px) {
  .dvcc-grid--6,
  .dvcc-grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvcc__title {
    font-size: 1.7rem;
  }
}
