.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;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 28px 0 0;
  padding: 10px 12px;
  border: 1px solid #b1dfea;
  border-radius: 12px;
  color: #365e6c;
  background: linear-gradient(125deg, #f5fdff, #e8f7fd 60%, #f5faff);
  box-shadow: inset 0 1px #fff, 0 5px 14px rgba(10, 107, 136, 0.062745098);
}

.pagination-caption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  white-space: nowrap;
}
.pagination-caption > svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8549019608);
  border-radius: 8px;
  color: #1487ac;
  background: linear-gradient(145deg, #fff, #d5f3ff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(22, 121, 155, 0.0823529412);
}

.pagination-caption svg,
.page-arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pagination-caption strong {
  color: #087caa;
  font-weight: 700;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.page-control {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #c3e1ed;
  border-radius: 9px;
  color: #3d6778;
  background: linear-gradient(145deg, #fff, #eef9ff);
  box-shadow: inset 0 1px #fff, 0 3px 6px rgba(22, 105, 136, 0.062745098);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

a.page-control:hover {
  transform: translateY(-1px);
  border-color: #58c8e7;
  color: #087eaa;
  box-shadow: inset 0 1px #fff, 0 5px 9px rgba(7, 139, 200, 0.1137254902);
}

.page-control.is-current {
  border-color: #27b7e7;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.631372549), 0 4px 9px rgba(7, 139, 200, 0.1960784314);
  text-shadow: 0 1px 1px rgba(0, 115, 166, 0.4196078431);
}

.page-arrow {
  color: #1488b0;
}
.page-arrow svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.page-control:disabled {
  color: #9ab4c0;
  background: #f1f7fa;
  border-color: #d6e7ee;
  box-shadow: inset 0 1px #fff;
  cursor: default;
}

a.page-control:focus-visible {
  outline: 2px solid #15a8d7;
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .pagination {
    justify-content: center;
    padding: 10px;
    gap: 9px;
  }
  .pagination-caption {
    flex-basis: 100%;
    justify-content: center;
  }
  .pagination-list {
    gap: 5px;
  }
  .page-control {
    width: 32px;
    height: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  a.page-control,
  a.page-control:hover {
    transform: none;
    transition: none;
  }
}
/*# sourceMappingURL=blogLazy.css.map */
