/* Dark premium Apple ID shop style for Typecho */

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --bg: #101216;
  --bg-soft: #15171c;
  --panel: #191b21;
  --panel-2: #1e1a13;
  --line: #343740;
  --line-gold: #5a4727;
  --text: #f7f4eb;
  --muted: #b3b8c2;
  --weak: #7d8490;
  --gold: #e3bf68;
  --gold-soft: #c89e50;
  --green: #12a36a;
  --orange: #df6c35;
  --purple: #7864d9;
  --shadow: 0 22px 60px rgba(0, 0, 0, .38);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 5%, rgba(227, 191, 104, .18), transparent 34rem),
    radial-gradient(circle at 14% 35%, rgba(53, 67, 88, .18), transparent 30rem),
    linear-gradient(180deg, #171512 0, var(--bg) 28rem, #0f1115 100%);
  color: var(--text);
  font: 15px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover,
a:active {
  color: #f0d58e;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(100%, 1380px);
  max-width: 1380px;
  padding-left: 40px;
  padding-right: 40px;
}

.site-alert {
  min-height: 32px;
  padding: 7px 14px;
  border-bottom: 1px solid rgba(227, 191, 104, .16);
  background: #1a160f;
  color: #d0a95c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

#header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 18, 22, .92);
  backdrop-filter: blur(16px);
}

.shop-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 76px;
}

.site-brand {
  min-width: 0;
}

#logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

#logo:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(214, 180, 106, .45);
}

#logo img {
  display: block;
  max-height: 42px;
  width: auto;
}

.logo-mark {
  display: none;
}

#nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

#nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

#nav-menu a:hover,
#nav-menu .current {
  color: var(--text);
}

.mobile-nav-search {
  position: relative;
  display: none;
  width: 220px;
  min-width: 0;
}

.mobile-nav-search input,
.side-search input {
  width: 100%;
  min-height: 38px;
  padding: 0 74px 0 13px;
  border: 1px solid #3a3d46;
  border-radius: 4px;
  background: #121419;
  color: var(--text);
  outline: none;
}

.mobile-nav-search input::placeholder,
.side-search input::placeholder {
  color: #575d66;
}

.mobile-nav-search input:focus,
.side-search input:focus,
input:focus,
textarea:focus {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 3px rgba(214, 180, 106, .12);
}

.mobile-nav-search button,
.side-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  min-height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background: var(--gold);
  color: #14100a;
  cursor: pointer;
  font-weight: 900;
}

.header-buy,
.btn,
.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.header-buy {
  padding: 0 26px;
  border: 1px solid var(--gold-soft);
  background: transparent;
  color: var(--gold);
}

.header-buy:hover {
  background: var(--gold);
  color: #12100b;
}

.hero {
  border-bottom: 1px solid var(--line);
  padding: 68px 0 76px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.eyebrow:before {
  content: "";
  width: 56px;
  height: 1px;
  background: var(--gold-soft);
}

.hero h1 {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 58px;
  line-height: 1.14;
  font-weight: 800;
}

.hero h1 span {
  color: var(--gold);
}

.hero p {
  max-width: 520px;
  margin: 22px 0 30px;
  color: #c3c7ce;
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 0 30px;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: #12100b;
}

.btn-primary:hover {
  background: #e4c67b;
  color: #12100b;
}

.btn-secondary {
  border-color: transparent;
  background: transparent;
  color: var(--muted);
}

.btn-secondary:hover {
  border-color: var(--line-gold);
  color: var(--gold);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(25, 27, 33, .78);
  box-shadow: var(--shadow);
}

.hero-stats div {
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
}

.hero-stats div + div {
  border-left: 1px solid var(--line);
}

.hero-stats strong {
  color: var(--text);
  font-size: 31px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.count-roll {
  display: inline-block;
  min-width: 5.2ch;
}

.hero-stats span {
  color: var(--weak);
  font-size: 13px;
  font-weight: 800;
}

#body {
  padding: 52px 0 70px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
}

.main-panel {
  min-width: 0;
}

.full-panel {
  grid-column: 1 / -1;
}

.section-block {
  margin-bottom: 46px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.section-heading:after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: #c5a45b;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(25, 27, 33, .86);
}

.product-card,
.post-card,
.detail-card,
.comments-card,
.post-near,
.widget,
.error-page {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(25, 27, 33, .92);
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 32px 32px 28px;
  border: 0;
  border-radius: 0;
}

.product-card + .product-card {
  border-left: 1px solid var(--line);
}

.badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 25px;
  padding: 0 11px;
  border-radius: 3px;
  color: var(--gold);
  background: rgba(214, 180, 106, .12);
  font-size: 12px;
  font-weight: 900;
}

.badge-blue {
  color: var(--gold);
  background: rgba(214, 180, 106, .13);
}

.badge-orange {
  color: #f0975c;
  background: rgba(223, 108, 53, .14);
}

.badge-purple {
  color: #b8adff;
  background: rgba(120, 100, 217, .18);
}

.product-card h3 {
  margin: 24px 0 8px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 25px;
  line-height: 1.25;
}

.product-card p {
  flex: 1 1 auto;
  margin: 0;
  color: #b9bec7;
  font-size: 15px;
  line-height: 1.75;
}

.stock-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.stock-line:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.product-footer strong {
  color: var(--text);
  font-size: 30px;
  line-height: 1;
}

.product-footer strong:after {
  content: "/个";
  margin-left: 3px;
  color: var(--weak);
  font-size: 13px;
}

.product-hot .product-footer strong {
  color: var(--gold);
}

.product-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: #c9ced6;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.product-footer a:hover,
.product-hot .product-footer a {
  border-color: var(--gold-soft);
  color: var(--gold);
}

.post-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(25, 27, 33, .92);
  counter-reset: postnum;
}

.post-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  border: 0;
  border-radius: 0;
  padding: 30px 36px 28px;
  counter-increment: postnum;
}

.post-card .post-title,
.post-card .post-meta,
.post-card .post-excerpt {
  grid-column: 2;
}

.post-card:before {
  content: counter(postnum, decimal-leading-zero);
  grid-row: 1 / span 3;
  color: #626a78;
  font-weight: 900;
}

.post-card + .post-card {
  border-top: 1px solid var(--line);
}

.post-title {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 23px;
  line-height: 1.38;
  font-weight: 800;
}

.post-title a {
  color: inherit;
}

.post-title a:hover {
  color: var(--gold);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 7px 0 0;
  padding: 0;
  color: #8f96a3;
  font-size: 13px;
  list-style: none;
}

.post-meta li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-meta a {
  color: var(--gold-soft);
}

.post-excerpt {
  margin-top: 14px;
  color: #b6bbc4;
  font-size: 15px;
}

.post-excerpt p {
  margin: 0;
}

.post-content {
  color: #cdd1d8;
  line-height: 1.9;
  word-wrap: break-word;
}

.post-content p {
  margin: 0 0 1em;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 1.55em 0 .72em;
  color: var(--text);
  line-height: 1.35;
}

.post-content h2 {
  font-size: 24px;
}

.post-content h3 {
  font-size: 20px;
}

.post-content blockquote {
  margin: 1.25em 0;
  padding: 14px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(214, 180, 106, .07);
  color: #d7d3c8;
}

.post-content pre,
.post-content code {
  border-radius: 4px;
  background: #07080a;
  color: #f0c978;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.post-content code {
  padding: 2px 5px;
}

.post-content pre {
  overflow: auto;
  padding: 14px;
  color: #d6d9de;
}

.post-content pre code {
  padding: 0;
  color: inherit;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
}

.post-content th,
.post-content td {
  padding: 10px 12px;
  border: 1px solid var(--line);
}

.post-content th {
  background: #111216;
  color: var(--text);
}

.more {
  margin-top: 12px;
  text-align: right;
}

.more a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.archive-title {
  width: auto;
}

.detail-card {
  padding: 38px 42px;
}

.detail-card .post-title {
  color: var(--text);
  font-size: 34px;
  line-height: 1.3;
}

.detail-card .post-meta {
  margin: 13px 0 28px;
}

.tags {
  margin: 26px 0 0;
  color: var(--muted);
}

.post-near {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
}

.near-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 104px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(25, 27, 33, .92);
  transition: border-color .18s ease, background .18s ease;
}

.near-item:hover {
  border-color: rgba(227, 191, 104, .48);
  background: rgba(29, 31, 38, .96);
}

.near-item span {
  display: block;
  margin-bottom: 8px;
  color: #9aa1ad;
  font-size: 12px;
  font-weight: 900;
}

.near-prev span:before {
  content: "← ";
}

.near-next span:after {
  content: " →";
}

.near-item a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--gold);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 900;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.near-item > :not(span):not(a) {
  color: var(--gold);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 900;
}

.near-next {
  text-align: left;
}

#secondary {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.widget {
  overflow: hidden;
  padding: 24px;
}

.widget-title {
  margin: 0 0 16px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.widget p {
  margin: 0 0 16px;
  color: #b6bbc4;
  font-size: 14px;
}

.side-search {
  position: relative;
}

.contact-card {
  padding: 26px 24px;
}

.contact-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px !important;
  color: #8f96a3 !important;
  font-size: 13px !important;
  font-weight: 900;
}

.contact-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(18, 163, 106, .55);
}

.side-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid var(--line-gold);
  border-radius: 3px;
  color: var(--gold);
  background: rgba(214, 180, 106, .04);
  font-size: 14px;
  font-weight: 900;
}

.telegram:before,
.wechat:before {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
}

.telegram:before {
  content: "✈";
}

.wechat:before {
  content: "◎";
}

.side-button:hover {
  color: #11100c;
  background: var(--gold);
}

.telegram {
  border-color: rgba(84, 169, 239, .45);
  color: #54a9ef;
  background: rgba(84, 169, 239, .1);
}

.telegram:hover {
  color: #06121f;
  background: #54a9ef;
}

.wechat {
  border-color: rgba(18, 163, 106, .45);
  color: var(--green);
  background: rgba(18, 163, 106, .06);
}

.wechat:hover {
  color: #07110c;
  background: var(--green);
}

.contact-note {
  display: grid;
  gap: 5px;
  margin: 18px auto 0 !important;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #858b96 !important;
  font-size: 12px !important;
  line-height: 1.6;
  text-align: center;
}

.check-list,
.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.widget-list li {
  margin: 10px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.check-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--green);
  box-shadow: 0 0 0 2px rgba(18, 163, 106, .18);
}

.widget-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.widget-list li:last-child {
  border-bottom: 0;
}

.widget-list a {
  color: var(--muted);
}

.widget-list a:hover {
  color: var(--gold);
}

.page-navigator {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.page-navigator li {
  display: inline-flex;
}

.page-navigator a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
}

.page-navigator a:hover,
.page-navigator .current a {
  border-color: var(--gold-soft);
  color: var(--gold);
}

.comments-card {
  margin-top: 18px;
  padding: 26px;
}

.comments-card h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 20px;
}

.comment-list,
.comment-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list li {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0b0c0e;
}

.comment-author {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
}

.comment-author cite {
  font-style: normal;
  font-weight: 900;
}

.comment-author .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.comment-meta a {
  color: var(--weak);
  font-size: 12px;
}

.comment-content {
  color: #cdd1d8;
  line-height: 1.75;
}

.comment-reply {
  text-align: right;
  font-size: 13px;
}

.respond {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cancel-comment-reply {
  float: right;
  font-size: 13px;
}

#comment-form p {
  margin: 0 0 14px;
}

#comment-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-weight: 900;
}

.required:after {
  content: " *";
  color: var(--orange);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #121419;
  color: var(--text);
  outline: none;
}

.mobile-nav-search input[type="search"],
.side-search input[type="search"] {
  min-height: 38px;
  padding: 0 74px 0 13px;
}

textarea {
  resize: vertical;
}

.submit {
  padding: 0 24px;
  border: 1px solid var(--gold-soft);
  background: var(--gold);
  color: #12100b;
}

.submit:hover {
  background: #e4c67b;
}

.error-page {
  margin: 26px auto;
  max-width: 680px;
}

.error-page p {
  color: var(--muted);
}

.error-search {
  display: grid;
  gap: 12px;
}

#footer {
  border-top: 1px solid var(--line);
  background: #101113;
  color: var(--weak);
}

.footer-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 44px clamp(40px, 6vw, 140px);
  text-align: center;
}

.footer-promises > div {
  min-width: 0;
}

.footer-promises strong,
.footer-promises span {
  display: block;
}

.footer-promises strong {
  color: #d7dbe2;
  font-size: 15px;
  font-weight: 900;
}

.footer-promises span {
  margin-top: 4px;
  color: var(--weak);
  font-size: 13px;
  font-weight: 800;
}

.footer-meta {
  padding: 18px 42px 26px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  text-align: center;
}

#footer a {
  color: var(--text);
  font-weight: 900;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.invisible {
  visibility: hidden;
}

@media (max-width: 1180px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shop-header {
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  #nav-menu {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  #nav-menu::-webkit-scrollbar {
    display: none;
  }

  .mobile-nav-search {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-buy {
    grid-column: 2;
    grid-row: 1;
  }

  .hero {
    padding: 56px 0 62px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero p {
    max-width: 620px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card + .product-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-card {
    min-height: 0;
  }

  .search-card {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-alert {
    font-size: 12px;
  }

  #logo {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
  }

  .header-buy {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  #nav-menu a {
    min-height: 34px;
    font-size: 14px;
  }

  .hero {
    padding: 42px 0 48px;
  }

  .eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 14px;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn {
    min-height: 40px;
    padding: 0 18px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: 84px;
  }

  .hero-stats div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  #body {
    padding: 38px 0 52px;
  }

  .section-block {
    margin-bottom: 38px;
  }

  .product-card,
  .post-card,
  .detail-card,
  .comments-card,
  .post-near,
  .widget {
    border-radius: 5px;
  }

  .product-card {
    padding: 26px 22px 24px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .product-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 20px;
  }

  .post-card .post-title,
  .post-card .post-meta,
  .post-card .post-excerpt {
    grid-column: 1;
  }

  .post-card:before {
    grid-row: auto;
    font-size: 13px;
  }

  .post-title {
    font-size: 19px;
  }

  .more {
    text-align: left;
  }

  .detail-card,
  .comments-card {
    padding: 22px;
  }

  .detail-card .post-title {
    font-size: 27px;
  }

  .post-near {
    grid-template-columns: 1fr;
  }

  .near-next {
    text-align: left;
  }

  .footer-promises {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 16px;
  }

  .footer-meta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
