.rand-blog-post .content-fallback {
  padding: clamp(72px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 163, 193, 0.12), transparent 30%),
    linear-gradient(180deg, #0a1128 0%, #101f3f 100%);
}

.rand-blog-post .content-fallback > .container {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
}

.rand-blog-post .content-fallback article {
  color: #d9e2f2;
}

.rand-blog-post .content-fallback article > h1 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.rand-blog-content {
  font-size: 1.075rem;
  line-height: 1.82;
}

.rand-blog-content > p:first-child {
  margin-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(125, 170, 230, 0.24);
  color: #aebdd4;
}

.rand-blog-content h2,
.rand-blog-content h3 {
  color: #fff;
  letter-spacing: -0.025em;
}

.rand-blog-content h2 {
  margin: 54px 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.rand-blog-content h3 {
  margin: 34px 0 12px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.rand-blog-content p,
.rand-blog-content ul,
.rand-blog-content ol,
.rand-blog-content table {
  margin: 0 0 22px;
}

.rand-blog-content ul,
.rand-blog-content ol {
  padding-left: 1.4rem;
}

.rand-blog-content li {
  margin-bottom: 9px;
  padding-left: 4px;
}

.rand-blog-content li::marker {
  color: #ff5a00;
}

.rand-blog-content a {
  color: #62d9e9;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rand-blog-content a:hover {
  color: #fff;
}

.rand-blog-content strong {
  color: #fff;
}

.rand-blog-content .rand-emergency-callout {
  margin: 32px 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 90, 0, 0.52);
  border-left: 4px solid #ff5a00;
  border-radius: 14px;
  background: rgba(255, 90, 0, 0.08);
}

.rand-blog-content .rand-emergency-callout p:last-child {
  margin-bottom: 0;
}

.rand-blog-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(125, 170, 230, 0.28);
  border-radius: 12px;
  background: rgba(17, 36, 72, 0.72);
}

.rand-blog-content th,
.rand-blog-content td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(125, 170, 230, 0.2);
  text-align: left;
  vertical-align: top;
}

.rand-blog-content th {
  color: #fff;
  background: rgba(35, 58, 112, 0.92);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rand-blog-content tr:last-child td {
  border-bottom: 0;
}

.rand-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(125, 170, 230, 0.3);
}

.rand-blog-content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #00a3c1;
  background: rgba(0, 163, 193, 0.08);
  color: #fff;
}

@media (max-width: 700px) {
  .rand-blog-post .content-fallback > .container {
    width: min(100% - 28px, 960px);
  }

  .rand-blog-content {
    font-size: 1rem;
    line-height: 1.72;
  }

  .rand-blog-content table {
    display: block;
    overflow-x: auto;
  }

  .rand-blog-content th,
  .rand-blog-content td {
    min-width: 180px;
  }
}
