.tep-footer {
  position: relative;
  border-top: 1px solid #b9dfea;
  color: #365461;
  background: linear-gradient(115deg, #e8f7fc, #f4fbff 48%, #eaf5fc);
  font-size: 12px;
  line-height: 1.55;
}
.tep-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #31caec, #90d9ec 38%, #b9b5ef 72%, #f0d3a2);
}

.tep-footer-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 30px clamp(16px, 2.2vw, 36px) 18px;
}

.tep-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
}
.tep-footer-columns > * {
  min-width: 0;
}

.tep-footer-recent,
.tep-footer-resources {
  border-left: 1px solid #cce4ed;
  padding-left: 28px;
}

.tep-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.tep-footer-brand img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.tep-footer-brand h2 {
  max-width: 220px;
  color: #234d61;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tep-footer-brand span {
  display: block;
  margin-top: 5px;
  color: #2285a2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.tep-footer-intro {
  max-width: 410px;
  color: #48636f;
  font-size: 12px;
  line-height: 1.75;
}

.tep-footer h3 {
  color: #2c5265;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.tep-footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.tep-footer-heading > h2 {
  color: #2c5265;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tep-footer-icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 8px;
  color: #1594b6;
  background: linear-gradient(145deg, #fff, #d8f5ff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(38, 109, 129, 0.0705882353);
}

.tep-footer-icon--violet {
  color: #8762b6;
  background: linear-gradient(145deg, #fff, #ede3ff);
}

.tep-footer-icon--amber {
  color: #b18028;
  background: linear-gradient(145deg, #fff, #fff0c9);
}

.tep-footer svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tep-footer-newsletter {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #bce0ec;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(224, 244, 255, 0.7215686275));
  box-shadow: inset 0 1px #fff, 0 4px 12px rgba(26, 105, 133, 0.062745098);
}

.tep-footer-newsletter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tep-footer-newsletter-title img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 9px;
}
.tep-footer-newsletter-title p {
  margin-top: 3px;
  color: #537281;
  font-size: 11px;
  line-height: 1.5;
}

.tep-footer-email-field {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}
.tep-footer-email-field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 37px;
  padding: 0 11px;
  border: 1px solid #b8dce9;
  border-radius: 7px;
  outline: none;
  color: #264b5d;
  background: rgba(255, 255, 255, 0.8509803922);
  font-size: 11px;
  box-shadow: inset 0 1px 3px rgba(33, 125, 165, 0.0392156863);
}
.tep-footer-email-field input::placeholder {
  color: #668592;
}
.tep-footer-email-field input:focus {
  border-color: #42b9dd;
  box-shadow: 0 0 0 3px rgba(39, 192, 236, 0.1254901961);
}
.tep-footer-email-field button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 37px;
  padding: 0 11px;
  border: 1px solid #20b6e4;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6117647059), 0 3px 6px rgba(26, 157, 205, 0.1019607843);
  font-size: 11px;
  font-weight: 650;
  text-shadow: 0 1px 1px rgba(7, 130, 166, 0.3333333333);
  cursor: pointer;
}
.tep-footer-email-field button svg {
  width: 13px;
  height: 13px;
}

.tep-footer-privacy {
  margin-top: 9px;
  color: #62808e;
  font-size: 10px;
}
.tep-footer-privacy a {
  color: #267b9e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tep-footer-status {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #c5e4ef;
  color: #476877;
  font-size: 11px;
}
.tep-footer-status[hidden] {
  display: none;
}

.tep-footer-apps {
  margin-top: 19px;
}

.tep-footer-app-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
}
.tep-footer-app-badges img {
  display: block;
  width: auto;
  height: 32px;
  max-width: 100%;
  object-fit: contain;
}

.tep-footer-posts {
  list-style: none;
  display: grid;
  gap: 0;
}

.tep-footer-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d5e8ef;
}
.tep-footer-post:first-child {
  padding-top: 0;
}
.tep-footer-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tep-footer-thumb {
  display: block;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9215686275);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #d8eff8);
  box-shadow: 0 0 0 1px #bedce8, 0 4px 7px rgba(32, 92, 119, 0.1098039216);
}
.tep-footer-thumb img {
  display: block;
  width: 64px;
  height: 49px;
  object-fit: cover;
  border-radius: 5px;
}

.tep-footer-post h3 {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.tep-footer-post h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tep-footer-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 9px;
  margin-top: 5px;
  color: #5d7886;
  font-size: 10px;
}
.tep-footer-post-meta a:first-of-type {
  color: #258bab;
}
.tep-footer-post-meta a:last-of-type {
  color: #80649e;
}

.tep-footer-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #1b88ac;
  font-size: 11px;
  font-weight: 650;
}
.tep-footer-all-posts svg {
  width: 13px;
  height: 13px;
}

.tep-footer-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.tep-footer-topic {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 8px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #3c6375;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(238, 248, 255, 0.6784313725));
  box-shadow: inset 0 1px #fff;
  font-size: 11px;
  line-height: 1.35;
}
.tep-footer-topic::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #39b5c5;
  box-shadow: 0 0 0 2px rgba(57, 181, 197, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+2)::before {
  background: #c980aa;
  box-shadow: 0 0 0 2px rgba(201, 128, 170, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+3)::before {
  background: #a18bd7;
  box-shadow: 0 0 0 2px rgba(161, 139, 215, 0.0784313725);
}
.tep-footer-topic:nth-child(4n)::before {
  background: #d1aa56;
  box-shadow: 0 0 0 2px rgba(209, 170, 86, 0.0784313725);
}

.tep-footer-contact {
  margin-top: 23px;
}
.tep-footer-contact .tep-footer-heading {
  margin-bottom: 10px;
}
.tep-footer-contact address {
  display: grid;
  gap: 6px;
  font-style: normal;
}
.tep-footer-contact address a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.tep-footer-contact address span {
  min-width: 43px;
  color: #718b97;
  font-size: 10px;
}

.tep-footer-skype {
  margin-top: 9px;
  color: #607f8f;
  font-size: 10px;
}
.tep-footer-skype strong {
  margin-left: 6px;
  color: #3f6c7e;
  font-size: 11px;
  font-weight: 500;
}

.tep-footer-community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #c6e1eb;
  border-bottom: 1px solid #c6e1eb;
}

.tep-footer-follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tep-footer-follow > span {
  color: #4c7384;
  font-size: 11px;
  font-weight: 600;
}

.tep-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tep-footer-social a {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #c4e0ec;
  border-radius: 9px;
  color: #397184;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9254901961), rgba(229, 243, 251, 0.831372549));
  box-shadow: inset 0 1px #fff, 0 3px 6px rgba(33, 104, 134, 0.062745098);
}
.tep-footer-social img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.tep-footer-social .tep-footer-x {
  color: #42566a;
}

.tep-footer-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #40788f;
  background: rgba(255, 255, 255, 0.6196078431);
  font-size: 11px;
}
.tep-footer-back svg {
  width: 12px;
  height: 12px;
}

.tep-footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 16px;
}
.tep-footer-bottom small {
  color: #5f7c89;
  font-size: 10px;
}

.tep-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 10px;
  color: #4f7182;
}

.tep-footer a:hover {
  color: #0989b6;
}

.tep-footer-topic:hover,
.tep-footer-social a:hover,
.tep-footer-back:hover {
  border-color: #7dc9e4;
  background: #fff;
}

.tep-footer-email-field button:hover {
  filter: brightness(1.04);
}

.tep-footer-email-field button:disabled {
  cursor: default;
  opacity: 0.65;
}

.tep-footer a:focus-visible,
.tep-footer button:focus-visible {
  outline: 2px solid #1aa5cf;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tep-footer-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 25px;
  }
  .tep-footer-recent {
    padding-left: 25px;
  }
  .tep-footer-resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    margin-top: 0;
    padding-left: 25px;
    border-left: 1px solid #cce4ed;
  }
}
@media (max-width: 640px) {
  .tep-footer-inner {
    padding-top: 25px;
  }
  .tep-footer-columns,
  .tep-footer-resources {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .tep-footer-recent {
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    border-left: 0;
    padding-left: 0;
  }
  .tep-footer-brand h2 {
    font-size: 17px;
  }
  .tep-footer-intro {
    max-width: none;
  }
  .tep-footer-community {
    gap: 15px;
  }
  .tep-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .tep-footer-legal {
    gap: 9px 14px;
  }
}
.widget-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-widget {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #bbdeea;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.937254902), #edf8fc);
  box-shadow: inset 0 1px #fff, 0 6px 16px rgba(13, 96, 124, 0.0862745098);
}

.widget-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 51px;
  padding: 10px 11px;
  border-bottom: 1px solid #c6e3ed;
  color: #264f61;
  background: linear-gradient(115deg, #e4f7ff, #f6fbff);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.widget-icon {
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  border-radius: 8px;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6745098039), 0 3px 7px rgba(51, 87, 125, 0.1254901961);
}
.widget-icon svg {
  width: 17px;
  height: 17px;
}

.widget-icon--books {
  background: linear-gradient(145deg, #ffd773, #f2a038);
}

.widget-icon--categories {
  background: linear-gradient(145deg, #b299f5, #7f62da);
}

.widget-items {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.book {
  --book-tint: #e1f7f5;
  --book-edge: #a2d8da;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border: 1px solid #d5e8ef;
  border-radius: 9px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), #f0faff);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
}

.book--pi {
  --book-tint: #ffedf4;
  --book-edge: #e4bacd;
}

.book-cover {
  position: relative;
  display: block;
  width: 56px;
  height: 76px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9294117647);
  border-radius: 6px;
  background: linear-gradient(135deg, #fff, var(--book-tint));
  box-shadow: 0 0 0 1px var(--book-edge), 3px 4px 0 -1px var(--book-edge), 2px 7px 10px -5px rgba(49, 94, 119, 0.4);
  transform: perspective(350px) rotateY(-7deg);
  transition: transform 0.18s ease;
}
.book-cover::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 3px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1254901961), transparent 40%);
  pointer-events: none;
}
.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.book-info {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.book-info strong {
  color: #2c4c60;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.book-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
}

.book .stars {
  color: #e7a221;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-shadow: 0 1px #fff;
  white-space: nowrap;
}

.book-price {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid #efda9e;
  border-radius: 6px;
  color: #8b6010;
  background: linear-gradient(145deg, #fffaf0, #ffedc8);
  box-shadow: inset 0 1px #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .book:hover .book-cover {
    transform: perspective(350px) rotateY(0) translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .book-cover,
  .book:hover .book-cover {
    transform: none;
    transition: none;
  }
}
.category-arrow-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card:focus-visible {
  outline: 2px solid #15a8d7;
  outline-offset: 3px;
}

.category-card {
  --category-ink: #137f89;
  --category-tint: #e0f7f6;
  --category-edge: #bae1e1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid var(--category-edge);
  border-radius: 9px;
  color: #2c4c60;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), var(--category-tint));
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.category-card--pi {
  --category-ink: #ae4177;
  --category-tint: #ffedf5;
  --category-edge: #ecd0de;
}

.category-card--proteus {
  --category-ink: #7355b0;
  --category-tint: #f0ecff;
  --category-edge: #d7ccec;
}

.category-card--pic {
  --category-ink: #b04d4d;
  --category-tint: #fff0ed;
  --category-edge: #edccc5;
}

.category-card--visual-studio {
  --category-ink: #7751ac;
  --category-tint: #f4edff;
  --category-edge: #dcd0ee;
}

.category-card--8051 {
  --category-ink: #327b98;
  --category-tint: #e9f8ff;
  --category-edge: #bddfec;
}

.category-card--555 {
  --category-ink: #947018;
  --category-tint: #fff8df;
  --category-edge: #ebdda7;
}

.category-card--matlab {
  --category-ink: #aa5b26;
  --category-tint: #fff1e6;
  --category-edge: #efd3ba;
}

.category-card--labview {
  --category-ink: #90721b;
  --category-tint: #fffae4;
  --category-edge: #ebdfa8;
}

.category-card--components {
  --category-ink: #417d4f;
  --category-tint: #edf9ed;
  --category-edge: #cbe5cb;
}

.category-card--csharp {
  --category-ink: #86529b;
  --category-tint: #faefff;
  --category-edge: #e3cfeb;
}

.category-card--embedded {
  --category-ink: #376d9b;
  --category-tint: #edf5ff;
  --category-edge: #c7dced;
}

.category-card--seo {
  --category-ink: #277f78;
  --category-tint: #e8faf5;
  --category-edge: #bde3d8;
}

.category-icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.8901960784);
  border-radius: 9px;
  background: linear-gradient(145deg, #fff, var(--category-tint));
  box-shadow: 0 0 0 1px var(--category-edge), inset 0 1px #fff, 0 3px 6px rgba(23, 93, 112, 0.062745098);
}
.category-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.category-copy {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
.category-copy strong {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
.category-copy small {
  color: var(--category-ink);
  font-size: 10px;
  font-weight: 500;
}

.category-arrow-icon {
  display: grid;
  flex: 0 0 21px;
  place-items: center;
  width: 21px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 6px;
  color: var(--category-ink);
  background: rgba(255, 255, 255, 0.431372549);
  box-shadow: inset 0 1px #fff;
}
.category-arrow-icon svg {
  width: 13px;
  height: 13px;
}

.category-card:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(26, 99, 123, 0.0862745098);
}

@media (prefers-reduced-motion: reduce) {
  .category-card,
  .category-card:hover {
    transform: none;
    transition: none;
  }
}
#post-main .cmntCon.comment-section {
  --comment-inset: 20px;
  max-width: none;
  margin: 0;
  padding: 28px 0 0;
  scroll-margin-top: 24px;
}
#post-main .cmntCon.comment-section .comment-section-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 var(--comment-inset) 12px;
}
#post-main .cmntCon.comment-section .comment-section-heading h2 {
  color: #203e50;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
#post-main .cmntCon.comment-section .comment-heading-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #caeaf3;
  border-radius: 10px;
  background: linear-gradient(140deg, #fff, #c9f3ff);
  box-shadow: inset 0 1px #fff, 0 2px 4px rgba(33, 146, 183, 0.0705882353);
  color: #14a7d3;
}
#post-main .cmntCon.comment-section .comment-heading-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#post-main .cmntCon.comment-section .comment-count {
  padding: 3px 9px;
  border: 1px solid #cae7f2;
  border-radius: 20px;
  background: #eefaff;
  color: #277698;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
#post-main .cmntCon.comment-section .comment-composer,
#post-main .cmntCon.comment-section .comment-composer * {
  box-sizing: border-box;
}
#post-main .cmntCon.comment-section .comment-composer {
  margin: 0 var(--comment-inset);
  padding: 0;
  border: 1px solid #bce1ee;
  border-radius: 14px;
  background: radial-gradient(ellipse at 100% 0, rgba(214, 249, 255, 0.6), transparent 70%), linear-gradient(140deg, rgba(250, 253, 255, 0.9490196078), rgba(236, 248, 255, 0.9411764706) 70%, rgba(239, 251, 248, 0.9411764706));
  box-shadow: inset 0 1px #fff, 0 5px 18px rgba(39, 136, 176, 0.0941176471);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #274554;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
#post-main .cmntCon.comment-section .composer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid #c4e3ed;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(115deg, #ddf7ff, rgba(237, 245, 255, 0.9411764706) 65%, rgba(240, 234, 255, 0.8117647059));
  box-shadow: inset 0 1px #fff;
}
#post-main .cmntCon.comment-section .composer-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
#post-main .cmntCon.comment-section .composer-header-title > img {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
#post-main .cmntCon.comment-section .composer-header-title h3 {
  margin: 0;
  color: #294b60;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
#post-main .cmntCon.comment-section .composer-member-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  padding: 4px 8px;
  border: 1px solid #e5d7ba;
  border-radius: 9px;
  background: linear-gradient(rgba(255, 255, 255, 0.8588235294), rgba(255, 246, 228, 0.7490196078));
  box-shadow: inset 0 1px #fff;
  color: #82643c;
  font-size: 11px;
  line-height: 1.4;
}
#post-main .cmntCon.comment-section .composer-member-badge img {
  display: block;
  width: 22px;
  height: 22px;
}
#post-main .cmntCon.comment-section .composer-body {
  padding: 16px;
}
#post-main .cmntCon.comment-section .composer-reply-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 13px;
  padding: 0 0 11px;
  border-bottom: 1px solid #cbe5ef;
  color: #356378;
  font-size: 12px;
  overflow-wrap: anywhere;
}
#post-main .cmntCon.comment-section .composer-reply-context strong {
  font-weight: 600;
}
#post-main .cmntCon.comment-section .composer-reply-context button {
  flex-shrink: 0;
  padding: 5px 8px;
  border: 1px solid #cbe5ef;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.737254902);
  color: #356378;
  font: inherit;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .composer-reply-context button:hover {
  border-color: #5eb8d5;
}
#post-main .cmntCon.comment-section .composer-reply-context button:focus-visible {
  outline: 2px solid #168bae;
  outline-offset: 3px;
}
#post-main .cmntCon.comment-section .composer-reply-context button:disabled {
  opacity: 0.55;
  cursor: default;
}
#post-main .cmntCon.comment-section .composer-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
#post-main .cmntCon.comment-section .composer-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid #fff;
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #c8f2f5);
  box-shadow: 0 0 0 1px #c1e2ec, 0 3px 6px rgba(20, 120, 145, 0.0705882353);
  color: #137f89;
  font-size: 15px;
  font-weight: 600;
}
#post-main .cmntCon.comment-section .composer-avatar img {
  display: block;
  width: 40px;
  height: 40px;
}
#post-main .cmntCon.comment-section .composer-editor {
  flex: 1;
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid #d5e8ef;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8078431373);
  box-shadow: inset 0 1px 3px rgba(42, 113, 153, 0.0352941176);
}
#post-main .cmntCon.comment-section .composer-editor:focus-within {
  border-color: #4fc5e6;
  box-shadow: 0 0 0 3px rgba(72, 204, 235, 0.0823529412);
}
#post-main .cmntCon.comment-section .composer-editor-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}
#post-main .cmntCon.comment-section .composer-editor-heading label {
  font-size: 13px;
  font-weight: 600;
  color: #284957;
}
#post-main .cmntCon.comment-section .composer-counter {
  flex-shrink: 0;
  font-size: 11px;
  color: #607582;
  font-variant-numeric: tabular-nums;
}
#post-main .cmntCon.comment-section textarea {
  display: block;
  width: 100%;
  min-height: 78px;
  max-height: 260px;
  padding: 0;
  border: 0;
  outline: 0;
  resize: vertical;
  background: transparent;
  color: #152e3b;
  font-size: 16px;
  line-height: 1.6;
}
#post-main .cmntCon.comment-section textarea::placeholder {
  color: #667e8c;
  opacity: 1;
}
#post-main .cmntCon.comment-section textarea[readonly] {
  resize: none;
}
#post-main .cmntCon.comment-section .composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 13px 0 0 53px;
}
#post-main .cmntCon.comment-section .composer-login-hint {
  color: #5b7582;
  font-size: 12px;
}
#post-main .cmntCon.comment-section .composer-login-hint a {
  color: #107ca2;
  font-weight: 600;
  text-decoration: none;
}
#post-main .cmntCon.comment-section .composer-login-hint a:hover {
  text-decoration: underline;
}
#post-main .cmntCon.comment-section .composer-notify {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #4a6573;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .composer-notify input {
  appearance: auto;
  width: 14px;
  height: 14px;
  accent-color: #13add6;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .composer-button .composer-action-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
#post-main .cmntCon.comment-section .composer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  margin-left: auto;
  padding: 7px 13px;
  border: 1px solid #6acbe6;
  border-radius: 8px;
  background: linear-gradient(#d6faff, #9be7ff 55%, #7ad7f4);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(22, 135, 174, 0.1019607843);
  color: #15495f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .composer-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#post-main .cmntCon.comment-section .composer-button:hover:not(:disabled) {
  border-color: #35afd3;
  box-shadow: inset 0 1px #fff, 0 4px 9px rgba(22, 135, 174, 0.1490196078);
}
#post-main .cmntCon.comment-section .composer-button:disabled {
  opacity: 0.55;
  cursor: default;
}
#post-main .cmntCon.comment-section .composer-status {
  margin: 12px 0 0 53px;
  font-size: 13px;
  line-height: 1.5;
  color: #2a647d;
}
#post-main .cmntCon.comment-section .composer-status[data-error=true] {
  color: #a33939;
}
@media (max-width: 768px) {
  #post-main .cmntCon.comment-section {
    --comment-inset: 8px;
  }
}
@media (max-width: 600px) {
  #post-main .cmntCon.comment-section {
    --comment-inset: 0px;
  }
  #post-main .cmntCon.comment-section .composer-header {
    padding: 11px 12px;
    gap: 8px;
  }
  #post-main .cmntCon.comment-section .composer-header-title {
    gap: 8px;
  }
  #post-main .cmntCon.comment-section .composer-header-title h3 {
    font-size: 14px;
  }
  #post-main .cmntCon.comment-section .composer-header-title > img {
    width: 32px;
    height: 32px;
  }
  #post-main .cmntCon.comment-section .composer-body {
    padding: 12px;
  }
  #post-main .cmntCon.comment-section .composer-row {
    gap: 8px;
  }
  #post-main .cmntCon.comment-section .composer-avatar {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }
  #post-main .cmntCon.comment-section .composer-avatar img {
    width: 32px;
    height: 32px;
  }
  #post-main .cmntCon.comment-section .composer-editor {
    padding: 10px;
  }
  #post-main .cmntCon.comment-section .composer-footer,
  #post-main .cmntCon.comment-section .composer-status {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  #post-main .cmntCon.comment-section .composer-member-badge {
    padding: 4px;
  }
  #post-main .cmntCon.comment-section .composer-member-badge span {
    display: none;
  }
}

#post-main .cmntCon.comment-section .cmntsCon {
  padding-top: 28px;
}
#post-main .cmntCon.comment-section .allCmnts {
  --comment-ink: #247f9f;
  --comment-tint: #e7f8ff;
  --comment-edge: #c5e5ef;
  display: grid;
  gap: 28px;
  margin: 0 var(--comment-inset);
  text-align: left;
}
#post-main .cmntCon.comment-section .allCmnts > .comment-thread:nth-of-type(3n + 2) {
  --comment-ink: #328679;
  --comment-tint: #ecfaf5;
  --comment-edge: #cde8de;
}
#post-main .cmntCon.comment-section .allCmnts > .comment-thread:nth-of-type(3n + 3) {
  --comment-ink: #8b64a6;
  --comment-tint: #f6f0fe;
  --comment-edge: #e4d8ef;
}
#post-main .cmntCon.comment-section .comment-thread {
  min-width: 0;
}
#post-main .cmntCon.comment-section .comment-entry,
#post-main .cmntCon.comment-section .comment-entry * {
  box-sizing: border-box;
}
#post-main .cmntCon.comment-section .comment-entry {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--comment-edge);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9803921569), rgba(251, 253, 255, 0.9803921569));
  box-shadow: inset 0 1px #fff, 0 5px 15px rgba(40, 133, 160, 0.062745098);
  color: #203a49;
  scroll-margin-top: 24px;
}
#post-main .cmntCon.comment-section .comment-entry-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 16px;
  border-bottom: 1px solid var(--comment-edge);
  border-radius: 13px 13px 0 0;
  background: linear-gradient(115deg, var(--comment-tint), rgba(255, 255, 255, 0.8509803922));
  box-shadow: inset 0 1px #fff;
}
#post-main .cmntCon.comment-section .comment-entry-avatar {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(140deg, #fff, var(--comment-tint));
  box-shadow: 0 0 0 1px var(--comment-edge), 0 3px 6px rgba(34, 123, 145, 0.0784313725);
  color: var(--comment-ink);
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}
#post-main .cmntCon.comment-section .comment-entry-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
#post-main .cmntCon.comment-section .comment-entry-avatar {
  text-decoration: none;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .comment-entry-avatar:hover {
  box-shadow: 0 0 0 2px var(--comment-edge), 0 3px 8px rgba(34, 123, 145, 0.1490196078);
}
#post-main .cmntCon.comment-section .comment-entry-number {
  position: absolute;
  top: 0;
  right: 36px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 18px;
  background: linear-gradient(#535960, #292e34 58%, #1e2329);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2509803922), 0 3px 7px rgba(34, 56, 76, 0.1490196078);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-decoration: none;
}
#post-main .cmntCon.comment-section .comment-entry-number:hover {
  background: linear-gradient(#606973, #303943);
}
#post-main .cmntCon.comment-section .comment-entry-identity {
  flex: 1;
  min-width: 0;
}
#post-main .cmntCon.comment-section .comment-entry-author {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #254758;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .comment-entry-author:hover {
  color: var(--comment-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
#post-main .cmntCon.comment-section .comment-entry-permalink,
#post-main .cmntCon.comment-section .comment-entry-preview-time {
  display: inline-block;
  margin-top: 3px;
  color: #587482;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: none;
}
#post-main .cmntCon.comment-section .comment-entry-permalink:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#post-main .cmntCon.comment-section .comment-entry-body {
  margin: 0;
  padding: 15px 16px;
  color: #203a49;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
#post-main .cmntCon.comment-section .comment-reply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  min-height: 34px;
  margin-left: auto;
  padding: 6px 10px;
  border: 1px solid var(--comment-edge);
  border-radius: 9px;
  background: linear-gradient(#fff, var(--comment-tint));
  box-shadow: inset 0 1px #fff, 0 2px 4px rgba(40, 133, 160, 0.0470588235);
  color: var(--comment-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
#post-main .cmntCon.comment-section .comment-reply-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#post-main .cmntCon.comment-section .comment-reply-link:hover {
  border-color: var(--comment-ink);
  box-shadow: inset 0 1px #fff, 0 3px 7px rgba(40, 133, 160, 0.1019607843);
}
#post-main .cmntCon.comment-section .comment-demo-label {
  flex-shrink: 0;
  padding: 3px 7px;
  border: 1px solid var(--comment-edge);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7019607843);
  color: #587482;
  font-size: 10px;
  line-height: 1.5;
}
#post-main .cmntCon.comment-section .comment-replies {
  --reply-guide-offset: 94px;
  margin: 12px 0 0 min(var(--reply-guide-offset), 28%);
  padding: 0 0 0 18px;
  border: 0;
  border-left: 1px solid var(--comment-edge);
}
#post-main .cmntCon.comment-section .comment-replies > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 30px;
  padding: 2px 5px;
  list-style: none;
  cursor: pointer;
  color: var(--comment-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
#post-main .cmntCon.comment-section .comment-replies > summary::-webkit-details-marker {
  display: none;
}
#post-main .cmntCon.comment-section .comment-replies > summary::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
}
#post-main .cmntCon.comment-section .comment-replies > summary:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#post-main .cmntCon.comment-section .comment-replies[open] > summary {
  margin-bottom: 20px;
}
#post-main .cmntCon.comment-section .comment-replies[open] > summary::before {
  transform: rotate(45deg);
}
#post-main .cmntCon.comment-section .comment-replies-list {
  display: grid;
  gap: 26px;
  min-width: 0;
}
#post-main .cmntCon.comment-section .comment-parent-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 12px 16px 0;
  color: var(--comment-ink);
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration: none;
}
#post-main .cmntCon.comment-section .comment-parent-link + .comment-entry-body {
  padding-top: 8px;
}
#post-main .cmntCon.comment-section .comment-parent-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#post-main .cmntCon.comment-section .comment-replies .comment-replies .comment-replies {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#post-main .cmntCon.comment-section .comment-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 16px;
  padding: 11px 0 13px;
  border-top: 1px solid var(--comment-edge);
}
#post-main .cmntCon.comment-section .comment-reaction {
  --reaction-ink: #a95e75;
  --reaction-tint: #fff0f5;
  --reaction-edge: #eed6df;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid var(--reaction-edge);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9490196078), var(--reaction-tint));
  box-shadow: inset 0 1px #fff;
  color: var(--reaction-ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
#post-main .cmntCon.comment-section .comment-reaction img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
#post-main .cmntCon.comment-section .comment-reaction--bless {
  --reaction-ink: #967132;
  --reaction-tint: #fff6df;
  --reaction-edge: #ebdfbb;
}
#post-main .cmntCon.comment-section .comment-reaction--impress {
  --reaction-ink: #327d6f;
  --reaction-tint: #eaf8ef;
  --reaction-edge: #cce7d8;
}
#post-main .cmntCon.comment-section .comment-reaction--sad {
  --reaction-ink: #357f9c;
  --reaction-tint: #e9f7ff;
  --reaction-edge: #c7e1ed;
}
#post-main .cmntCon.comment-section .comment-reaction--angry {
  --reaction-ink: #ae6749;
  --reaction-tint: #fff0e8;
  --reaction-edge: #edd9cd;
}
#post-main .cmntCon.comment-section .comment-entry-avatar:focus-visible,
#post-main .cmntCon.comment-section .comment-entry-author:focus-visible,
#post-main .cmntCon.comment-section .comment-reply-link:focus-visible,
#post-main .cmntCon.comment-section .comment-entry-permalink:focus-visible,
#post-main .cmntCon.comment-section .comment-entry-number:focus-visible,
#post-main .cmntCon.comment-section .comment-parent-link:focus-visible,
#post-main .cmntCon.comment-section .comment-replies > summary:focus-visible {
  outline: 2px solid #168bae;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  #post-main .cmntCon.comment-section .allCmnts {
    gap: 26px;
  }
  #post-main .cmntCon.comment-section .comment-entry-header {
    padding: 18px 12px 13px;
    gap: 8px;
  }
  #post-main .cmntCon.comment-section .comment-entry-avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  #post-main .cmntCon.comment-section .comment-entry-number {
    right: 30px;
  }
  #post-main .cmntCon.comment-section .comment-entry-author {
    font-size: 13px;
  }
  #post-main .cmntCon.comment-section .comment-reply-link {
    gap: 4px;
    padding: 6px 8px;
    min-height: 36px;
  }
  #post-main .cmntCon.comment-section .comment-entry-body {
    padding: 13px 12px;
  }
  #post-main .cmntCon.comment-section .comment-parent-link {
    margin-left: 12px;
    margin-right: 12px;
  }
  #post-main .cmntCon.comment-section .comment-replies {
    --reply-guide-offset: 80px;
    padding-left: 12px;
  }
  #post-main .cmntCon.comment-section .comment-replies .comment-replies {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #post-main .cmntCon.comment-section .comment-reactions {
    margin: 0 12px;
    gap: 5px;
  }
  #post-main .cmntCon.comment-section .comment-reaction {
    padding: 4px 6px;
  }
}

.download-content .dl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 21px;
}
.download-content .dl-board-strip + .dl-actions {
  margin-top: 36px;
}
.download-content .dl-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid var(--icon-border);
  border-radius: 8px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.8705882353), var(--icon-tint));
  color: var(--icon-ink);
  box-shadow: inset 0 1px #fff, 0 2px 4px rgba(41, 110, 124, 0.0431372549);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.download-content .dl-action .dl-icon {
  width: 17px;
  height: 17px;
}
.download-content .dl-action:hover:not(:disabled) {
  text-decoration: none;
  filter: saturate(1.4);
  border-color: var(--icon-ink);
}
.download-content .dl-action:disabled {
  cursor: default;
}
.download-content .dl-share-status {
  flex-basis: 100%;
  color: #267859;
  font-size: 12px;
}
.download-content .dl-share-status:empty {
  display: none;
}
.download-content .dl-share-fallback {
  width: 100%;
  padding: 8px;
  border: 1px solid #bfdfe9;
  border-radius: 6px;
  font-size: 12px;
}
.download-content .dl-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 16px 0 28px;
}
.download-content .dl-tags > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 3px;
  color: #526f7e;
  font-size: 11px;
}
.download-content .dl-tags > span .dl-icon {
  width: 15px;
  height: 15px;
}
.download-content .dl-tags > a {
  padding: 4px 8px;
  border: 1px solid #d5e6ee;
  border-radius: 6px;
  background: linear-gradient(#fff, #edf8fd);
  color: #547a8f;
  font-size: 10px;
}
.download-content .dl-tags > a:hover {
  text-decoration: none;
  background: #ddf4ff;
  border-color: #aad6e7;
}
.download-content .dl-membership {
  padding-top: 26px;
  border-top: 1px solid #d9e9ef;
}
.download-content .dl-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.download-content .dl-plan {
  --plan-tint: #fff6e7;
  --plan-border: #eadfc6;
  --plan-ink: #987029;
  padding: 19px;
  border: 1px solid var(--plan-border);
  border-radius: 12px;
  background: radial-gradient(ellipse at 100% 0, var(--plan-tint), transparent 75%), linear-gradient(rgba(255, 255, 255, 0.9607843137), #fbfdff);
  box-shadow: inset 0 1px #fff, 0 4px 15px rgba(24, 79, 108, 0.0392156863);
}
.download-content .dl-plan--cyan {
  --plan-tint: #dff8ff;
  --plan-border: #b9e0ec;
  --plan-ink: #097d9f;
}
.download-content .dl-plan--violet {
  --plan-tint: #f0e9ff;
  --plan-border: #d9d2e9;
  --plan-ink: #7f5ba5;
}
.download-content .dl-plan-top {
  display: flex;
  align-items: center;
  gap: 9px;
}
.download-content .dl-plan-top h3 {
  color: var(--plan-ink);
  font-size: 17px;
  font-weight: 650;
}
.download-content .dl-price {
  display: flex;
  align-items: baseline;
  gap: 1px;
  margin: 14px 0;
  color: #284b60;
  font-size: 34px;
  font-weight: 650;
  line-height: 1.25;
}
.download-content .dl-price > span {
  font-size: 19px;
  align-self: start;
  margin: 5px 2px 0 0;
}
.download-content .dl-price sup {
  font-size: 20px;
  align-self: start;
  margin-top: 3px;
}
.download-content .dl-price small {
  margin-left: 6px;
  color: #7f92a0;
  font-size: 11px;
  font-weight: 400;
}
.download-content .dl-plan ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.download-content .dl-plan ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #526c7c;
  font-size: 12px;
}
.download-content .dl-plan ul li .dl-icon {
  width: 14px;
  height: 14px;
  color: var(--plan-ink);
}
.download-content .dl-plan-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding-top: 12px;
  border-top: 1px solid var(--plan-border);
  color: var(--plan-ink);
  font-size: 11px;
  font-weight: 600;
}
.download-content .dl-plan-link .dl-icon {
  width: 14px;
  height: 14px;
}
.download-content .dl-help {
  margin-bottom: 12px;
}
.download-content .dl-faq {
  border-bottom: 1px solid #d5e6ee;
}
.download-content .dl-faq > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 6px;
  color: #32576a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}
.download-content .dl-faq > summary .dl-icon {
  width: 15px;
  height: 15px;
  color: #69a4bd;
  transform: rotate(90deg);
}
.download-content .dl-faq > summary::-webkit-details-marker {
  display: none;
}
.download-content .dl-faq > summary:hover {
  background: #f3faff;
}
.download-content .dl-faq[open] > summary {
  background: linear-gradient(110deg, #e7f8ff, #f5fbff);
  color: #0b7a9e;
}
.download-content .dl-faq[open] > summary .dl-icon {
  transform: rotate(-90deg);
}
.download-content .dl-faq > p {
  padding: 13px 15px 17px;
  color: #4d6a7a;
  font-size: 13px;
  line-height: 1.85;
}
.download-content .dl-empty-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  color: #526f7e;
  font-size: 12px;
}
.download-content .dl-empty-comments strong {
  display: block;
  color: #3e687d;
  font-weight: 600;
}
.download-content .dl-empty-comments span {
  display: block;
  margin-top: 3px;
}
.download-content .comment-section:has([data-comment-list] .comment-thread) .dl-empty-comments {
  display: none;
}

#post-main.download-content .cmntCon.comment-section {
  --comment-inset: 0px;
  padding-top: 32px;
}

@media (max-width: 600px) {
  .download-content .dl-plans {
    grid-template-columns: 1fr;
  }
  .download-content .dl-plan {
    padding: 18px;
  }
  .download-content .dl-action {
    flex: 1 1 auto;
    padding-inline: 12px;
  }
  .download-content .dl-section-heading > p {
    margin-left: 0;
  }
  .download-content .dl-faq > summary {
    padding-inline: 8px;
  }
  .download-content .dl-faq > p {
    padding-inline: 8px;
  }
  .download-content .dl-empty-comments {
    align-items: start;
    padding-inline: 8px;
  }
}
/*# sourceMappingURL=downloadLazy.css.map */
