.onexway-decree-box {
  --box-bg-start: #0b66b8;
  --box-bg-end: #030f2b;
  --box-border: #39a7ff;
  --box-text: #ffffff;
  --box-padding: 23px;
  --box-radius: 12px;

  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 100%;
  min-height: 100%;
  padding: var(--box-padding);
  border: 2px solid var(--box-border);
  border-radius: var(--box-radius);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, var(--box-bg-start) 0%, var(--box-bg-end) 100%);
  color: var(--box-text);
  text-decoration: none;
  box-shadow:
    0 18px 36px rgba(3, 15, 43, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.onexway-decree-box:hover,
.onexway-decree-box:focus {
  color: var(--box-text);
  text-decoration: none;
}

.onexway-decree-box__media {
  flex: 0 0 auto;
  width: 72px;
  min-width: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.onexway-decree-box__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.onexway-decree-box__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.onexway-decree-box__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.onexway-decree-box__title-line {
  display: block;
  font-size: clamp(28px, 3.1vw, 24px);
  color: var(--box-text);
}

.onexway-decree-box__title-number {
  font-size: clamp(24px, 3.4vw, 24px);
}

.onexway-decree-box__description {
  font-size: clamp(18px, 2.1vw, 18px);
  line-height: 1.3em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.97);
}

.onexway-decree-box__description p {
  margin: 0;
}

.onexway-decree-box__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s ease;
}

.onexway-decree-box__link:hover,
.onexway-decree-box__link:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .onexway-decree-box {
    gap: 18px;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .onexway-decree-box__media {
    width: 78px;
    min-width: 78px;
  }

  .onexway-decree-box__title {
    margin-bottom: 18px;
  }

  .onexway-decree-box__description {
    max-width: none;
  }

  .onexway-decree-box__link {
    margin-top: 14px;
  }
  .row-nghi-dinh .col:nth-of-type(2){
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {

  .onexway-decree-box__media {
    width: 72px;
    min-width: 72px;
  }

  .onexway-decree-box__content {
    width: 100%;
  }
}
