.pcsoft-restored-guide {
  width: 100%;
  max-width: 1040px;
  min-width: 0;
  margin: 0 auto;
  color: #4b5f78;
  font-size: 17px;
  line-height: 1.78;
}

.pcsoft-restored-guide * {
  box-sizing: border-box;
}

.pcsoft-restored-guide > p {
  margin: 0 0 18px;
}

.pcsoft-restored-guide > p:first-of-type {
  margin: 4px 0 28px;
  padding: 24px 26px;
  border: 1px solid #d6e4f4;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
  color: #334a65;
  font-size: 19px;
  line-height: 1.68;
}

.pcsoft-restored-guide strong {
  color: #16273c;
}

.pcsoft-restored-guide > figure.pcsoft-article-hero {
  margin: 4px 0 30px;
  overflow: hidden;
  border: 1px solid #d6e4f4;
  border-radius: 20px;
  background: #f4f8ff;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
}

.pcsoft-restored-guide > figure.pcsoft-article-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.pcsoft-restored-guide > .pcsoft-guide-note {
  margin: 26px 0 30px;
  padding: 20px 22px;
  border: 1px solid #cbdcf5;
  border-left: 5px solid #2d6cdf;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff 0%, #edf4ff 100%);
  box-shadow: 0 10px 26px rgba(24, 88, 201, 0.06);
}

.pcsoft-restored-guide > .pcsoft-guide-note > strong {
  display: block;
  margin-bottom: 8px;
}

.pcsoft-restored-guide > .pcsoft-guide-note > :last-child {
  margin-bottom: 0;
}

.pcsoft-restored-guide > h2 {
  margin: 50px 0 18px;
  padding-top: 34px;
  border-top: 1px solid #e2eaf4;
  color: #102033;
  font-size: clamp(25px, 2.05vw, 31px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  scroll-margin-top: 112px;
  text-wrap: balance;
}

.pcsoft-restored-guide > h2:first-of-type {
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.pcsoft-restored-guide > h3 {
  margin: 32px 0 14px;
  color: #172a42;
  font-size: clamp(20px, 1.5vw, 23px);
  line-height: 1.3;
  letter-spacing: -0.025em;
  scroll-margin-top: 112px;
  text-wrap: balance;
}

.pcsoft-restored-guide a:not(.pcsoft-button) {
  color: #1858c9;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(24, 88, 201, 0.28);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.pcsoft-restored-guide a:not(.pcsoft-button):hover {
  color: #0d47bd;
  text-decoration-color: currentColor;
}

.pcsoft-restored-guide blockquote {
  margin: 28px 0 32px;
  padding: 20px 22px;
  border: 1px solid #fed7aa;
  border-left: 5px solid #f08a35;
  border-radius: 16px;
  background: #fff7ed;
  box-shadow: 0 10px 26px rgba(154, 79, 19, 0.06);
  color: #46566a;
}

.pcsoft-restored-guide blockquote > :last-child {
  margin-bottom: 0;
}

.pcsoft-restored-guide > ul,
.pcsoft-restored-guide > ol {
  display: grid;
  gap: 0;
  margin: 22px 0 30px;
  padding: 4px 20px;
  border: 1px solid #dbe5f2;
  border-radius: 16px;
  background: #f8fbff;
}

.pcsoft-restored-guide > ul {
  list-style: none;
}

.pcsoft-restored-guide > ul > li {
  position: relative;
  padding: 13px 8px 13px 30px;
}

.pcsoft-restored-guide > ul > li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6cdf;
  box-shadow: 0 0 0 5px rgba(45, 108, 223, 0.1);
}

.pcsoft-restored-guide > ol {
  padding: 8px 20px;
  list-style-position: outside;
  counter-reset: pcsoft-restored-step;
  list-style: none;
}

.pcsoft-restored-guide > ol > li {
  position: relative;
  min-height: 72px;
  padding: 15px 8px 15px 52px;
  counter-increment: pcsoft-restored-step;
}

.pcsoft-restored-guide > ol > li::before {
  content: counter(pcsoft-restored-step);
  position: absolute;
  top: 15px;
  left: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2d6cdf;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.pcsoft-restored-guide > ul > li + li,
.pcsoft-restored-guide > ol > li + li {
  border-top: 1px solid #e1e9f3;
}

.pcsoft-restored-guide code {
  padding: 0.12em 0.42em;
  border: 1px solid #dbe8fb;
  border-radius: 8px;
  background: #edf4ff;
  color: #1450ba;
  font-size: 0.93em;
  overflow-wrap: anywhere;
}

.pcsoft-restored-guide pre {
  position: relative;
  margin: 24px 0 30px;
  padding: 22px 24px;
  overflow-x: auto;
  border: 1px solid #263854;
  border-radius: 18px;
  background: #0f1b31;
  box-shadow: 0 14px 34px rgba(15, 27, 49, 0.16);
  color: #e8effc;
  font-size: 15px;
  line-height: 1.65;
  white-space: pre;
}

.pcsoft-restored-guide pre code {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  overflow-wrap: normal;
}

.pcsoft-restored-table {
  width: 100%;
  margin: 24px 0 32px;
  overflow: hidden;
  border: 1px solid #d7e3f1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
}

.pcsoft-restored-guide > figure.wp-block-table {
  width: 100%;
  margin: 24px 0 32px;
  overflow: visible;
}

.pcsoft-restored-guide > figure.wp-block-table > .pcsoft-restored-table {
  margin: 0;
}

.pcsoft-restored-table table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #3f526a;
  font-size: 15px;
  line-height: 1.55;
}

.pcsoft-restored-table th,
.pcsoft-restored-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.pcsoft-restored-table th {
  border-bottom: 1px solid #d7e3f1;
  background: linear-gradient(180deg, #f2f7ff 0%, #eaf2ff 100%);
  color: #14263e;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.pcsoft-restored-table td {
  border-bottom: 1px solid #e1e9f3;
  background: #ffffff;
}

.pcsoft-restored-table th + th,
.pcsoft-restored-table td + td {
  border-left: 1px solid #e1e9f3;
}

.pcsoft-restored-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.pcsoft-restored-table tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 760px) {
  .pcsoft-restored-guide {
    font-size: 16px;
    line-height: 1.72;
  }

  .pcsoft-restored-guide > p:first-of-type {
    padding: 20px;
    border-radius: 17px;
    font-size: 17px;
  }

  .pcsoft-restored-guide > figure.pcsoft-article-hero {
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .pcsoft-restored-guide > .pcsoft-guide-note {
    padding: 18px;
    border-radius: 14px;
  }

  .pcsoft-restored-guide > h2 {
    margin-top: 40px;
    padding-top: 28px;
    font-size: 25px;
  }

  .pcsoft-restored-guide > h3 {
    margin-top: 28px;
    font-size: 20px;
  }

  .pcsoft-restored-guide > ul,
  .pcsoft-restored-guide > ol {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 14px;
  }

  .pcsoft-restored-guide pre {
    margin-left: -4px;
    margin-right: -4px;
    padding: 18px;
    border-radius: 14px;
    font-size: 13px;
  }

  .pcsoft-restored-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pcsoft-restored-table table,
  .pcsoft-restored-table thead,
  .pcsoft-restored-table tbody,
  .pcsoft-restored-table tr,
  .pcsoft-restored-table th,
  .pcsoft-restored-table td {
    display: block;
    width: 100%;
  }

  .pcsoft-restored-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .pcsoft-restored-table tbody {
    display: grid;
    gap: 14px;
  }

  .pcsoft-restored-table tr {
    overflow: hidden;
    border: 1px solid #d7e3f1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 32, 51, 0.07);
  }

  .pcsoft-restored-table td,
  .pcsoft-restored-table td + td {
    display: grid;
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    gap: 12px;
    padding: 13px 15px;
    border: 0;
    border-bottom: 1px solid #e1e9f3;
    background: #ffffff;
  }

  .pcsoft-restored-table td::before {
    content: attr(data-label);
    color: #172a42;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }

  .pcsoft-restored-table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .pcsoft-restored-table td,
  .pcsoft-restored-table td + td {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
