body.single-post {
  background:
    radial-gradient(circle at top right, rgba(31,214,255,.06), transparent 24%),
    radial-gradient(circle at top left, rgba(0,123,255,.06), transparent 20%),
    #07101d;
  color: #dce6ff;
}

.cd-single-wrap,
.cd-single-bottom-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.cd-single-bottom-wrap {
  padding-bottom: 60px;
}

.cd-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
}

.cd-single-main {
  min-width: 0;
}

.cd-single-article,
.cd-comments,
.cd-single-sidebar .widget,
.cd-related-posts,
.cd-post-nav {
  background: linear-gradient(180deg, rgba(13,20,35,.96), rgba(9,14,28,.98));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.cd-single-article {
  padding: 26px;
}

.cd-single-thumb {
  margin-bottom: 24px;
}

.cd-single-thumb img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
}

.cd-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #8ea3cf;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.cd-single-meta a {
  color: #59e9ff;
  text-decoration: none;
}

.cd-single-meta a:hover {
  color: #fff;
}

.cd-single-meta-sep {
  opacity: .6;
}

.cd-single-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}

.cd-single-content {
  color: #d2def8;
  font-size: 18px;
  line-height: 1.9;
}

.cd-single-content p,
.cd-single-content li,
.cd-single-content td,
.cd-single-content span {
  color: #d2def8;
}

.cd-single-content strong,
.cd-single-content b {
  color: #fff;
}

.cd-single-content h2,
.cd-single-content h3,
.cd-single-content h4 {
  color: #fff;
}

.cd-single-content h2 {
  font-size: 34px;
  line-height: 1.18;
  margin: 42px 0 16px;
}

.cd-single-content h3 {
  font-size: 27px;
  line-height: 1.24;
  margin: 34px 0 14px;
}

.cd-single-content h4 {
  font-size: 21px;
  line-height: 1.3;
  margin: 28px 0 12px;
}

.cd-single-content a {
  color: #52e9ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(82,233,255,.28);
}

.cd-single-content a:hover {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.55);
}

.cd-single-content ul,
.cd-single-content ol {
  padding-left: 26px;
  margin: 0 0 24px;
}

.cd-single-content li {
  margin-bottom: 12px;
}

.cd-single-content ul li::marker,
.cd-single-content ol li::marker {
  color: #44e6ff;
}

.cd-single-content blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid #39e7ff;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16,25,44,.96), rgba(9,15,29,.98));
}

.cd-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 26px 0;
}

.cd-single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  border-radius: 18px;
  overflow: hidden;
  background: #0d1728;
  border: 1px solid rgba(255,255,255,.06);
}

.cd-single-content th,
.cd-single-content td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.cd-single-content th {
  background: rgba(44,231,255,.08);
  color: #fff;
  font-weight: 700;
}

.cd-single-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cd-single-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  color: #dce7ff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}

.cd-single-tags a:hover {
  color: #041826;
  background: linear-gradient(135deg, #2be5ff, #66c8ff);
  border-color: transparent;
}

.cd-single-share {
  margin-top: 22px;
}

.cd-author-box {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 28px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.cd-author-avatar img {
  border-radius: 50%;
  display: block;
}

.cd-author-label {
  color: #8ea3cf;
  font-size: 13px;
  margin-bottom: 6px;
}

.cd-author-name {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.cd-author-bio {
  color: #c7d5f3;
  line-height: 1.75;
}

.cd-comments {
  margin-top: 28px;
  padding: 26px;
}

.cd-comments .comments-title,
.cd-comments .comment-reply-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(66,224,255,.16);
}

.cd-comments textarea,
.cd-comments input[type="text"],
.cd-comments input[type="email"],
.cd-comments input[type="url"] {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: #fff;
}

.cd-comments textarea {
  min-height: 180px;
}

.cd-comments input[type="submit"],
.cd-comments button[type="submit"] {
  height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f38b1f, #ff9d2f);
  color: #0b1220;
  font-weight: 800;
}

.cd-single-sidebar {
  min-width: 0;
  position: sticky;
  top: 24px;
}

.cd-single-sidebar .widget {
  padding: 22px;
  margin-bottom: 22px;
}

.cd-single-sidebar .widget-title,
.cd-single-sidebar .widget h2,
.cd-single-sidebar .widget h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(66,224,255,.16);
}

.cd-single-sidebar .widget ul,
.cd-single-sidebar .widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-single-sidebar .widget li {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.cd-single-sidebar .widget li:last-child {
  border-bottom: 0;
}

.cd-single-sidebar .widget a {
  color: #edf4ff;
  text-decoration: none;
  line-height: 1.5;
  font-size: 15px;
}

.cd-single-sidebar .widget a:hover {
  color: #4ce8ff;
}

.cd-single-sidebar .widget_search form,
.cd-single-sidebar .search-form {
  display: flex;
  width: 100%;
}

.cd-single-sidebar .widget_search label {
  flex: 1 1 auto;
  margin: 0;
}

.cd-single-sidebar .widget_search input[type="search"],
.cd-single-sidebar .search-form input[type="search"] {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 16px 0 0 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-right: 0;
  background: rgba(255,255,255,.04);
  color: #fff;
}

.cd-single-sidebar .widget_search input[type="submit"],
.cd-single-sidebar .search-form input[type="submit"],
.cd-single-sidebar .widget_search button,
.cd-single-sidebar .search-form button {
  height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, #f38b1f, #ff9d2f);
  color: #0b1220;
  font-weight: 800;
}

.cd-single-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cd-related-posts {
  padding: 26px;
}

.cd-block-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(66,224,255,.16);
}

.cd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cd-related-card {
  background: #0d1728;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  overflow: hidden;
}

.cd-related-thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cd-related-content {
  padding: 16px;
}

.cd-related-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.cd-related-title a {
  color: #fff;
  text-decoration: none;
}

.cd-related-title a:hover {
  color: #4ce8ff;
}

.cd-related-meta {
  color: #8ea3cf;
  font-size: 13px;
  line-height: 1.6;
}

.cd-related-meta a {
  color: #59e9ff;
  text-decoration: none;
}

.cd-post-nav {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cd-post-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.cd-post-nav a:hover {
  color: #4ce8ff;
}

@media (max-width: 1100px) {
  .cd-single-grid {
    grid-template-columns: 1fr;
  }

  .cd-single-sidebar {
    position: static;
    top: auto;
  }

  .cd-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .cd-single-wrap,
  .cd-single-bottom-wrap {
    padding: 20px 14px 0;
  }

  .cd-single-bottom-wrap {
    padding-bottom: 40px;
  }

  .cd-single-article,
  .cd-comments,
  .cd-single-sidebar .widget,
  .cd-related-posts,
  .cd-post-nav {
    padding: 18px;
    border-radius: 18px;
  }

  .cd-single-title {
    font-size: 30px;
  }

  .cd-single-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .cd-single-content h2 {
    font-size: 24px;
  }

  .cd-single-content h3 {
    font-size: 20px;
  }

  .cd-author-box {
    grid-template-columns: 1fr;
  }

  .cd-related-grid {
    grid-template-columns: 1fr;
  }

  .cd-post-nav {
    flex-direction: column;
  }

  .cd-single-sidebar .widget_search form,
  .cd-single-sidebar .search-form {
    flex-direction: column;
  }

  .cd-single-sidebar .widget_search input[type="search"],
  .cd-single-sidebar .search-form input[type="search"] {
    border-right: 1px solid rgba(255,255,255,.10);
    border-radius: 16px 16px 0 0;
  }

  .cd-single-sidebar .widget_search input[type="submit"],
  .cd-single-sidebar .search-form input[type="submit"],
  .cd-single-sidebar .widget_search button,
  .cd-single-sidebar .search-form button {
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
}
/* =========================================================
   CRYPTODROP SINGLE POST — FINAL POLISH
========================================================= */

/* content readability */
.cd-single-article {
  padding: 32px;
}

.cd-single-meta {
  margin-bottom: 18px;
  font-size: 14px;
}

.cd-single-title {
  font-size: 48px;
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 900px;
}

.cd-single-content {
  font-size: 19px;
  line-height: 1.95;
}

.cd-single-content p {
  margin: 0 0 22px;
}

.cd-single-content h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 46px 0 18px;
}

.cd-single-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 36px 0 16px;
}

.cd-single-content h4 {
  font-size: 22px;
  line-height: 1.28;
  margin: 30px 0 14px;
}

/* lists */
.cd-single-content ul,
.cd-single-content ol {
  margin: 0 0 26px;
  padding-left: 30px;
}

.cd-single-content li {
  margin-bottom: 14px;
}

/* article width feeling */
.cd-single-main {
  min-width: 0;
}

.cd-single-article,
.cd-comments {
  overflow: hidden;
}

/* sidebar polish */
.cd-single-sidebar {
  top: 18px;
}

.cd-single-sidebar .widget {
  padding: 24px;
}

.cd-single-sidebar .widget-title,
.cd-single-sidebar .widget h2,
.cd-single-sidebar .widget h3 {
  font-size: 22px;
}

.cd-single-sidebar .widget li {
  padding: 15px 0;
}

.cd-single-sidebar .widget a {
  font-size: 14px;
  line-height: 1.55;
  transition: color .25s ease, transform .25s ease;
}

.cd-single-sidebar .widget a:hover {
  transform: translateX(2px);
}

/* recent posts long titles */
.cd-single-sidebar .widget_recent_entries li a,
.cd-single-sidebar .widget_recent_entries a {
  display: inline-block;
  max-width: 100%;
}

/* search better proportions */
.cd-single-sidebar .widget_search input[type="search"],
.cd-single-sidebar .search-form input[type="search"] {
  font-size: 14px;
}

.cd-single-sidebar .widget_search input[type="submit"],
.cd-single-sidebar .search-form input[type="submit"],
.cd-single-sidebar .widget_search button,
.cd-single-sidebar .search-form button {
  min-width: 128px;
  letter-spacing: .03em;
}

/* featured image spacing */
.cd-single-thumb {
  margin-bottom: 28px;
}

/* tags polish */
.cd-single-tags {
  margin-top: 26px;
}

.cd-single-tags a {
  font-size: 12px;
  padding: 8px 12px;
}

/* author box */
.cd-author-box {
  margin-top: 32px;
  padding: 22px;
}

/* comments */
.cd-comments {
  margin-top: 32px;
  padding: 30px;
}

/* responsive */
@media (max-width: 991px) {
  .cd-single-title {
    font-size: 38px;
  }

  .cd-single-content {
    font-size: 17px;
    line-height: 1.85;
  }

  .cd-single-content h2 {
    font-size: 30px;
  }

  .cd-single-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .cd-single-article,
  .cd-comments,
  .cd-single-sidebar .widget,
  .cd-related-posts,
  .cd-post-nav {
    padding: 18px;
  }

  .cd-single-title {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .cd-single-meta {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .cd-single-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .cd-single-content h2 {
    font-size: 25px;
    margin: 34px 0 14px;
  }

  .cd-single-content h3 {
    font-size: 21px;
    margin: 28px 0 12px;
  }

  .cd-single-content h4 {
    font-size: 18px;
  }
}
.cd-table-wrap {
    width: 100% !important;
    margin: 30px 0 !important;
    overflow-x: auto !important;
}

.cd-table-wrap .cd-crypto-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #0b1220 !important;
    color: #eaf2ff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25) !important;
}

.cd-table-wrap .cd-crypto-table thead tr,
.cd-table-wrap .cd-crypto-table thead th {
    background: linear-gradient(135deg, #1b3d74, #244f96) !important;
}

.cd-table-wrap .cd-crypto-table th {
    color: #9fd0ff !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 16px 18px !important;
    font-size: 15px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.12) !important;
    vertical-align: middle !important;
}

.cd-table-wrap .cd-crypto-table th:last-child {
    border-right: none !important;
}

.cd-table-wrap .cd-crypto-table td {
    background: #0f1728 !important;
    color: #eaf2ff !important;
    padding: 16px 18px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
    vertical-align: middle !important;
}

.cd-table-wrap .cd-crypto-table td:last-child {
    border-right: none !important;
}

.cd-table-wrap .cd-crypto-table tbody tr {
    background: transparent !important;
}

.cd-table-wrap .cd-crypto-table tbody tr:hover td {
    background: #13203a !important;
}

.cd-table-wrap .cd-crypto-table tbody td:first-child {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.cd-table-wrap .cd-crypto-table tbody td:nth-child(2) {
    color: #2ec5ff !important;
}

.cd-table-wrap .cd-crypto-table tbody td:nth-child(3) {
    color: #9e9bff !important;
}

@media (max-width: 768px) {
    .cd-table-wrap .cd-crypto-table th,
    .cd-table-wrap .cd-crypto-table td {
        padding: 13px 14px !important;
        font-size: 14px !important;
    }
}
 