* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  background: #f4f6f8;
}

body.message-portal {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--mp-ink);
  background: #f4f6f8;
  font-family: var(--mp-font);
  font-size: 14px;
  letter-spacing: 0;
}

body.message-portal a {
  color: inherit;
  text-decoration: none;
}

body.message-portal img {
  display: block;
  max-width: 100%;
}

body.message-portal button,
body.message-portal input,
body.message-portal select,
body.message-portal textarea {
  font: inherit;
  letter-spacing: 0;
}

.mp-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.mp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mp-topbar {
  color: #667085;
  background: #f7f8fa;
  border-bottom: 1px solid #e4e7ec;
}

.mp-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 20px;
  font-size: 12px;
}

.mp-account {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mp-account a:hover,
.mp-account a:focus-visible {
  color: var(--mp-brand);
}

.mp-header {
  background: #fff;
  border-bottom: 1px solid #dde2e8;
}

.mp-header-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 520px) auto;
  align-items: center;
  gap: 36px;
  min-height: 112px;
}

.mp-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

.mp-brand img {
  flex: 0 0 auto;
  width: 148px;
  height: 58px;
  object-fit: contain;
}

.mp-brand-copy {
  min-width: 0;
  padding-left: 16px;
  border-left: 1px solid #d9dee5;
}

.mp-brand-copy strong,
.mp-brand-copy small {
  display: block;
}

.mp-brand-copy strong {
  color: var(--mp-ink);
  font-size: 17px;
  line-height: 26px;
}

.mp-brand-copy small {
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.mp-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  height: 44px;
  border: 2px solid var(--mp-brand);
  background: #fff;
}

.mp-search input {
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  color: #273142;
  background: #fff;
  border: 0;
  outline: 0;
}

.mp-search input::placeholder {
  color: #98a2b3;
}

.mp-search button {
  height: 40px;
  color: #fff;
  font-weight: 700;
  background: var(--mp-brand);
  border: 0;
  cursor: pointer;
}

.mp-search button:hover,
.mp-search button:focus-visible {
  background: var(--mp-brand-strong);
}

.mp-service-line {
  min-width: 124px;
  text-align: right;
}

.mp-service-line span,
.mp-service-line strong {
  display: block;
}

.mp-service-line span {
  color: #667085;
  font-size: 12px;
}

.mp-service-line strong {
  margin-top: 5px;
  color: var(--mp-brand);
  font-size: 18px;
}

.mp-nav {
  background: var(--mp-ink);
  border-top: 3px solid var(--mp-brand);
}

.mp-nav-inner {
  position: relative;
}

.mp-nav-links {
  display: flex;
  align-items: stretch;
  min-height: 50px;
}

.mp-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 0 20px;
  color: #f3f5f8 !important;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.mp-nav-links a:hover,
.mp-nav-links a:focus-visible,
.mp-nav-links a.is-active {
  background: var(--mp-brand);
}

.mp-nav-links .mp-mall-link {
  margin-left: auto;
  color: #fff !important;
  background: rgba(255, 255, 255, .09);
}

.mp-nav-toggle {
  display: none;
}

.mp-page {
  padding: 24px 0 56px;
}

.mp-crumbs {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  gap: 8px;
  color: #667085;
  font-size: 13px;
}

.mp-crumbs a:hover,
.mp-crumbs a:focus-visible {
  color: var(--mp-brand);
}

.mp-hero {
  position: relative;
  min-height: 210px;
  padding: 38px 42px 36px;
  overflow: hidden;
  color: #fff;
  background: var(--mp-ink);
  border-bottom: 5px solid var(--mp-brand);
}

.mp-hero::after {
  display: none;
  content: "";
}

.mp-hero-copy {
  position: relative;
  z-index: 1;
}

.mp-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--mp-brand-accent);
  font-size: 13px;
  font-weight: 800;
}

.mp-hero h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.35;
}

.mp-hero p {
  max-width: 650px;
  margin: 14px 0 0;
  color: #d4dae3;
  font-size: 15px;
  line-height: 1.9;
}

.mp-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 24px;
  margin-top: 24px;
}

.mp-panel,
.mp-side-panel,
.mp-article,
.mp-form-panel,
.mp-rules-panel,
.mp-state-card {
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 4px;
}

.mp-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 70px;
  padding: 18px 22px 14px;
  gap: 20px;
  border-bottom: 1px solid #e4e7ec;
}

.mp-panel-head h2 {
  margin: 0;
  padding-left: 12px;
  color: var(--mp-ink);
  font-size: 21px;
  line-height: 30px;
  border-left: 4px solid var(--mp-brand);
}

.mp-panel-head span {
  color: #7b8493;
  font-size: 12px;
}

.mp-article-list {
  margin: 0;
  padding: 0 22px;
  list-style: none;
}

.mp-list-item {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #e9ecf0;
}

.mp-list-item:last-child {
  border-bottom: 0;
}

.mp-list-image {
  width: 176px;
  height: 112px;
  overflow: hidden;
  background: #edf1f5;
  border-radius: 3px;
}

.mp-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.mp-list-item:hover .mp-list-image img {
  transform: scale(1.025);
}

.mp-list-body {
  min-width: 0;
}

.mp-list-meta,
.mp-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #77808f;
  font-size: 12px;
  line-height: 20px;
}

.mp-list-category {
  color: var(--mp-brand);
  font-weight: 800;
}

.mp-list-item h3 {
  margin: 7px 0 8px;
  color: #172033;
  font-size: 19px;
  line-height: 29px;
}

.mp-list-item h3 a:hover,
.mp-list-item h3 a:focus-visible {
  color: var(--mp-brand);
}

.mp-list-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  overflow: hidden;
  color: #5f6978;
  font-size: 13px;
  line-height: 23px;
}

.mp-empty {
  padding: 70px 24px;
  color: #667085;
  text-align: center;
}

.mp-side-stack {
  display: grid;
  gap: 18px;
}

.mp-side-panel {
  padding: 20px;
}

.mp-side-panel h2,
.mp-side-panel h3 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: var(--mp-ink);
  font-size: 17px;
  line-height: 25px;
  border-bottom: 2px solid var(--mp-brand);
}

.mp-category-list,
.mp-latest-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-category-list li + li,
.mp-latest-list li + li {
  border-top: 1px solid #edf0f3;
}

.mp-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  color: #344054;
}

.mp-category-list a:hover,
.mp-category-list a:focus-visible,
.mp-category-list a.is-active {
  color: var(--mp-brand);
  font-weight: 700;
}

.mp-category-list em {
  color: #98a2b3;
  font-style: normal;
  font-size: 12px;
}

.mp-latest-list a {
  display: block;
  padding: 12px 0;
  color: #344054;
  line-height: 22px;
}

.mp-latest-list a:hover,
.mp-latest-list a:focus-visible {
  color: var(--mp-brand);
}

.mp-latest-list time {
  display: block;
  margin-top: 5px;
  color: #98a2b3;
  font-size: 11px;
}

.mp-trust-panel {
  color: #eff3f8;
  background: var(--mp-ink);
  border-color: var(--mp-ink);
}

.mp-trust-panel h3 {
  color: #fff;
  border-color: var(--mp-brand-accent);
}

.mp-trust-panel p {
  margin: 0;
  color: #c8d0da;
  line-height: 1.8;
}

.mp-trust-list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
}

.mp-trust-list span::before {
  margin-right: 8px;
  color: var(--mp-brand-accent);
  content: "✓";
}

.mp-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 24px;
}

.mp-article {
  min-width: 0;
  padding: 38px 48px 48px;
}

.mp-article-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e6eb;
}

.mp-article-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--mp-brand);
  font-size: 13px;
  font-weight: 800;
}

.mp-article h1 {
  margin: 0;
  color: #111827;
  font-size: 31px;
  line-height: 1.45;
}

.mp-detail-meta {
  margin-top: 18px;
}

.mp-article-cover {
  width: 100%;
  height: 360px;
  margin: 28px 0;
  object-fit: contain;
  background: #f7f8fa;
  border-radius: 3px;
}

.mp-article-content {
  color: #263244;
  font-size: 16px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.mp-article-content p {
  margin: 0 0 18px;
}

.mp-article-content h1,
.mp-article-content h2,
.mp-article-content h3,
.mp-article-content h4 {
  margin: 30px 0 14px;
  color: #172033;
  line-height: 1.5;
}

.mp-article-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.mp-article-content blockquote {
  margin: 20px 0;
  padding: 14px 18px;
  color: #475467;
  background: #f7f8fa;
  border-left: 4px solid var(--mp-brand);
}

.mp-article-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.mp-article-content th,
.mp-article-content td {
  padding: 10px 12px;
  border: 1px solid #dfe4ea;
}

.mp-source-card dl {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  line-height: 22px;
}

.mp-source-card dt {
  color: #7b8493;
}

.mp-source-card dd {
  min-width: 0;
  margin: 0;
  color: #273142;
  overflow-wrap: anywhere;
}

.mp-source-badge {
  margin-bottom: 16px;
  padding: 11px 12px;
  color: var(--mp-success);
  font-weight: 700;
  background: #eff8f2;
  border-left: 3px solid var(--mp-success);
}

.mp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e4e7ec;
}

.mp-tag {
  padding: 5px 9px;
  color: #596273;
  background: #f2f4f7;
  border: 1px solid #e4e7ec;
  border-radius: 3px;
  font-size: 12px;
}

.mp-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: start;
  gap: 24px;
}

.mp-form-panel {
  min-width: 0;
  padding: 0;
  overflow: visible;
  box-shadow: none;
}

.mp-form-heading {
  padding: 26px 30px 22px;
  background: #f8f9fb !important;
  border-bottom: 1px solid #e2e6eb;
}

.mp-form-heading h1 {
  margin: 0;
  color: #172033;
  font-size: 25px;
  line-height: 34px;
}

.mp-form-heading p {
  margin: 8px 0 0;
  color: #667085;
  line-height: 23px;
}

.mp-form {
  padding: 28px 30px 34px;
}

.mp-form-grid,
.publish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.mp-form-item,
.form-item {
  min-width: 0;
}

.mp-form-item.is-full,
.form-item.full {
  grid-column: 1 / -1;
}

.mp-form label,
.mp-form .file-label,
.publish-form label,
.publish-form .file-label {
  display: block;
  margin: 0 0 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.required {
  color: var(--mp-error);
}

.mp-form input[type="text"],
.mp-form input[type="search"],
.mp-form select,
.mp-form textarea,
.publish-form input[type="text"],
.publish-form select,
.publish-form textarea {
  width: 100%;
  color: #273142;
  background: #fff;
  border: 1px solid #cfd5dd;
  border-radius: 3px !important;
  outline: 0;
  box-shadow: none !important;
}

.mp-form input[type="text"],
.mp-form input[type="search"],
.mp-form select,
.publish-form input[type="text"],
.publish-form select {
  height: 44px;
  padding: 0 12px;
}

.mp-form textarea,
.publish-form textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.mp-form input:focus,
.mp-form select:focus,
.mp-form textarea:focus,
.publish-form input:focus,
.publish-form select:focus,
.publish-form textarea:focus {
  border-color: var(--mp-brand);
  box-shadow: 0 0 0 3px var(--mp-brand-soft) !important;
}

.field-tip {
  display: block;
  margin-top: 7px;
  color: #7b8493;
  font-size: 12px;
  line-height: 20px;
}

.field-tip.is-error,
.popup-message {
  color: var(--mp-error);
}

.upload-box {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 12px 14px;
  background: #f8f9fb !important;
  border: 1px dashed #bac2cc !important;
  border-radius: 3px !important;
}

.current-image {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  color: #667085;
  font-size: 12px;
}

.current-image img {
  width: 96px;
  height: 68px;
  object-fit: cover;
  border: 1px solid #dfe4ea;
  border-radius: 3px !important;
}

.rich-editor-wrap {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd5dd !important;
  border-radius: 3px !important;
}

.rich-editor-toolbar {
  border-bottom: 1px solid #dfe4ea !important;
}

.rich-editor-content,
.rich-editor-content .w-e-text-container {
  min-height: 340px !important;
  height: 340px !important;
}

.rich-editor-wrap .w-e-bar,
.rich-editor-wrap .w-e-bar-item button {
  color: #344054 !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.rich-editor-wrap .w-e-bar-item button:hover,
.rich-editor-wrap .w-e-bar-item .active {
  color: var(--mp-brand) !important;
  background: var(--mp-brand-soft) !important;
}

.rich-editor-fallback {
  display: none;
}

.rich-editor-fallback.is-visible {
  display: block;
}

.publish-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e4e7ec;
}

.publish-submit,
.mp-primary-button,
.popup-submit,
.mp-price-cta {
  min-width: 148px;
  height: 44px;
  padding: 0 22px;
  color: #fff !important;
  font-weight: 700;
  background: var(--mp-brand) !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  cursor: pointer;
}

.publish-submit:hover,
.mp-primary-button:hover,
.popup-submit:hover,
.mp-price-cta:hover {
  background: var(--mp-brand-strong) !important;
  transform: none !important;
}

.mp-form-side {
  display: grid;
  gap: 18px;
}

.mp-form-side .mp-side-panel {
  line-height: 1.8;
}

.mp-step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-step-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #475467;
}

.mp-step-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--mp-brand);
  border-radius: 50%;
  font-size: 12px;
}

.pay-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 7px;
  color: var(--mp-brand);
  background: var(--mp-brand-soft);
  border-radius: 3px !important;
  font-size: 12px;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(17, 24, 39, .58) !important;
}

.popup {
  width: min(420px, 100%);
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 4px !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, .22) !important;
}

.popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  border-bottom: 1px solid #e4e7ec;
}

.popup-close {
  width: 32px;
  height: 32px;
  color: #667085;
  background: #f2f4f7 !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  cursor: pointer;
}

.popup-body {
  padding: 24px;
  text-align: center;
}

.popup-body img {
  width: 190px;
  height: 190px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.price {
  color: var(--mp-brand);
  font-size: 18px;
  font-weight: 800;
}

.pay-tip {
  color: #667085;
  line-height: 1.8;
}

.mp-rules-panel {
  padding: 34px 38px;
}

.mp-rules-panel h1 {
  margin: 0;
  color: #172033;
  font-size: 28px;
}

.mp-rules-lead {
  margin: 12px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
}

.mp-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.mp-rule-section {
  padding: 22px;
  background: #f8f9fb;
  border-top: 3px solid var(--mp-brand);
}

.mp-rule-section h2 {
  margin: 0 0 14px;
  color: #273142;
  font-size: 17px;
}

.mp-rule-section ul {
  margin: 0;
  padding-left: 18px;
  color: #596273;
  line-height: 1.9;
}

.mp-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 22px 24px;
  color: #fff;
  background: var(--mp-ink);
  border-left: 5px solid var(--mp-brand);
}

.mp-price-value {
  color: var(--mp-brand-accent);
  font-size: 27px;
  font-weight: 800;
}

.mp-state-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.mp-state-card {
  width: min(520px, 100%);
  padding: 34px;
  text-align: center;
  border-top: 4px solid var(--mp-brand);
}

.mp-state-card h1 {
  margin: 0 0 10px;
  color: #172033;
  font-size: 23px;
}

.mp-state-card p {
  margin: 0 0 24px;
  color: #667085;
  line-height: 1.8;
}

.mp-footer {
  color: #cdd3dc;
  background: #192333;
  border-top: 4px solid var(--mp-brand);
}

.mp-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 54px;
  padding: 42px 0 38px;
}

.mp-footer h2,
.mp-footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.mp-footer h2 {
  font-size: 17px;
}

.mp-footer h3 {
  font-size: 14px;
}

.mp-footer p,
.mp-footer a {
  display: block;
  margin: 7px 0;
  color: #b5bdc8;
  font-size: 13px;
  line-height: 1.7;
}

.mp-footer a:hover,
.mp-footer a:focus-visible {
  color: #fff;
}

.mp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.mp-footer-bottom .mp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  gap: 20px;
  color: #9fa8b5;
  font-size: 12px;
}

.mp-footer-bottom a {
  display: inline;
  margin: 0;
}

@media (max-width: 1080px) {
  .mp-header-main {
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
    gap: 24px;
  }

  .mp-service-line {
    display: none;
  }

  .mp-nav-links a {
    min-width: 0;
    padding: 0 15px;
  }

  .mp-content-grid,
  .mp-detail-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .mp-footer-grid {
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .mp-header-main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }

  .mp-search {
    width: 100%;
  }

  .mp-content-grid,
  .mp-detail-grid,
  .mp-form-shell {
    grid-template-columns: 1fr;
  }

  .mp-side-stack,
  .mp-form-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-rule-grid {
    grid-template-columns: 1fr;
  }

  .mp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mp-container {
    width: calc(100% - 24px);
  }

  .mp-topbar-inner {
    min-height: 38px;
  }

  .mp-topbar-inner > span {
    display: none;
  }

  .mp-account {
    width: 100%;
    justify-content: flex-end;
  }

  .mp-brand img {
    width: 112px;
    height: 46px;
  }

  .mp-brand-copy {
    padding-left: 12px;
  }

  .mp-brand-copy strong {
    font-size: 15px;
  }

  .mp-brand-copy small {
    max-width: 210px;
    line-height: 18px;
  }

  .mp-search {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .mp-nav-inner {
    min-height: 48px;
  }

  .mp-nav-toggle {
    display: grid;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    width: 40px;
    height: 32px;
    padding: 8px 9px;
    gap: 4px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 3px;
  }

  .mp-nav-toggle span {
    display: block;
    height: 2px;
    background: #fff;
  }

  .mp-nav-links {
    display: none;
    flex-direction: column;
    padding: 48px 0 10px;
  }

  .mp-nav-links.is-open {
    display: flex;
  }

  .mp-nav-links a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 14px;
  }

  .mp-nav-links .mp-mall-link {
    width: 100%;
    margin-left: 0;
  }

  .mp-page {
    padding: 16px 0 38px;
  }

  .mp-crumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .mp-crumbs strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mp-hero {
    min-height: 190px;
    padding: 28px 24px;
  }

  .mp-hero h1 {
    font-size: 25px;
  }

  .mp-content-grid {
    margin-top: 16px;
  }

  .mp-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
  }

  .mp-article-list {
    padding: 0 16px;
  }

  .mp-list-item {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .mp-list-image {
    width: 110px;
    height: 86px;
  }

  .mp-list-item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 4px 0 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
  }

  .mp-list-excerpt {
    display: none;
  }

  .mp-list-meta span:nth-child(n+3) {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mp-side-stack,
  .mp-form-side {
    grid-template-columns: 1fr;
  }

  .mp-article {
    padding: 24px 20px 32px;
  }

  .mp-article h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .mp-article-cover {
    height: auto;
    max-height: 300px;
    margin: 20px 0;
  }

  .mp-article-content {
    font-size: 15px;
    line-height: 1.9;
  }

  .mp-form-heading,
  .mp-form,
  .publish-hero,
  .publish-form {
    padding: 22px 18px !important;
  }

  .mp-form-grid,
  .publish-grid {
    grid-template-columns: 1fr;
  }

  .upload-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .publish-actions {
    align-items: stretch !important;
  }

  .publish-submit {
    width: 100%;
  }

  .mp-rules-panel {
    padding: 24px 18px;
  }

  .mp-price-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .mp-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0;
  }

  .mp-footer-bottom .mp-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    gap: 4px;
  }
}
