/* InformationLayout for the blue clean theme. No mall components belong here. */

body.message-portal.custom_style10 {
  --mp-brand: #1268d5;
  --mp-brand-strong: #084caa;
  --mp-brand-soft: #edf5ff;
  --mp-brand-accent: #31a4f5;
  --mp-ink: #17263a;
  --mp-line: #dce5ef;
  --mp-canvas: #f5f7fa;
  --mp-muted: #68778a;
  min-width: 0;
  color: var(--mp-ink);
  background: var(--mp-canvas);
}

body.message-portal.custom_style10 *,
body.message-portal.custom_style10 *::before,
body.message-portal.custom_style10 *::after { box-sizing: border-box; }

body.message-portal.custom_style10 .mp-container { width: min(1180px, calc(100% - 36px)); }

body.message-portal.custom_style10 .mp-topbar {
  height: 38px;
  border-bottom: 1px solid #e7edf4;
  color: #657386;
  background: #f8fafc;
}

body.message-portal.custom_style10 .mp-topbar-inner { height: 38px; }
body.message-portal.custom_style10 .mp-account { gap: 20px; }
body.message-portal.custom_style10 .mp-account a { color: #526176; }
body.message-portal.custom_style10 .mp-account a:hover { color: var(--mp-brand); }

body.message-portal.custom_style10 .mp-header {
  border: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(24,48,79,.08);
}

body.message-portal.custom_style10 .mp-header-main {
  min-height: 104px;
  display: grid;
  grid-template-columns: 330px minmax(320px,1fr) 185px;
  align-items: center;
  gap: 34px;
}

body.message-portal.custom_style10 .mp-brand { min-width: 0; gap: 14px; }
body.message-portal.custom_style10 .mp-brand img { max-width: 138px; max-height: 54px; object-fit: contain; }
body.message-portal.custom_style10 .mp-brand-copy { min-width: 0; padding-left: 14px; border-left: 1px solid #d8e2ed; }
body.message-portal.custom_style10 .mp-brand-copy strong { color: var(--mp-brand-strong); font-size: 19px; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-brand-copy small { max-width: 160px; margin-top: 3px; color: #758397; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

body.message-portal.custom_style10 .mp-search {
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 84px;
  border: 1px solid #a9c7eb;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

body.message-portal.custom_style10 .mp-search input { min-width: 0; height: 40px; padding: 0 14px; border: 0; color: var(--mp-ink); background: #fff; }
body.message-portal.custom_style10 .mp-search button { height: 40px; border: 0; color: #fff; background: var(--mp-brand); font-weight: 700; }
body.message-portal.custom_style10 .mp-search button:hover { background: var(--mp-brand-strong); }

body.message-portal.custom_style10 .mp-service-line { padding-left: 18px; border-left: 3px solid var(--mp-brand-accent); }
body.message-portal.custom_style10 .mp-service-line span { color: #758397; }
body.message-portal.custom_style10 .mp-service-line strong { color: var(--mp-brand-strong); font-size: 17px; }

body.message-portal.custom_style10 .mp-nav {
  min-height: 50px;
  border-top: 1px solid #eef2f6;
  border-bottom: 2px solid var(--mp-brand);
  background: #fff;
}

body.message-portal.custom_style10 .mp-nav-inner { min-height: 50px; }
body.message-portal.custom_style10 .mp-nav-links { min-height: 50px; align-items: stretch; gap: 0; }
body.message-portal.custom_style10 .mp-nav-links a {
  min-width: 118px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #26384e !important;
  background: transparent;
  font-size: 14px;
  font-weight: 650;
}

body.message-portal.custom_style10 .mp-nav-links a:hover,
body.message-portal.custom_style10 .mp-nav-links a.is-active { color: #fff !important; background: var(--mp-brand); }
body.message-portal.custom_style10 .mp-nav-links .mp-mall-link { margin-left: auto; color: var(--mp-brand) !important; background: var(--mp-brand-soft); }
body.message-portal.custom_style10 .mp-nav-links .mp-mall-link:hover { color: #fff !important; background: var(--mp-brand-strong); }

body.message-portal.custom_style10 .mp-page { padding: 0 0 54px; background: var(--mp-canvas); }
body.message-portal.custom_style10 .mp-crumbs { min-height: 48px; margin: 0; color: #7b8898; font-size: 12px; }
body.message-portal.custom_style10 .mp-crumbs a { color: #607188; }

body.message-portal.custom_style10 .mp-hero {
  min-height: 230px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  padding: 38px 48px;
  overflow: hidden;
  border: 0;
  border-left: 6px solid var(--mp-brand-accent);
  border-radius: 3px;
  color: #fff;
  background: #125eae;
  box-shadow: none;
}

body.message-portal.custom_style10 .mp-hero::after {
  content: "";
  width: 320px;
  height: 160px;
  position: absolute;
  right: 38px;
  bottom: -54px;
  border: 30px solid rgba(255,255,255,.1);
  border-radius: 50%;
}

body.message-portal.custom_style10 .mp-hero-copy { max-width: 720px; position: relative; z-index: 2; }
body.message-portal.custom_style10 .mp-kicker { color: #8ddaff; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
body.message-portal.custom_style10 .mp-hero h1 { margin-top: 10px; color: #fff; font-size: 34px; line-height: 1.3; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-hero p { max-width: 680px; margin-top: 12px; color: #dceeff; font-size: 14px; line-height: 1.85; }

body.message-portal.custom_style10 .mp-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 18px; align-items: start; }
body.message-portal.custom_style10 .mp-panel,
body.message-portal.custom_style10 .mp-side-panel,
body.message-portal.custom_style10 .mp-article,
body.message-portal.custom_style10 .mp-form-panel {
  border: 1px solid var(--mp-line);
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

body.message-portal.custom_style10 .mp-panel-head {
  min-height: 72px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--mp-line);
  border-left: 4px solid var(--mp-brand);
  background: #fff;
}
body.message-portal.custom_style10 .mp-panel-head h2 { color: var(--mp-ink); font-size: 20px; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-panel-head p { color: var(--mp-muted); }

body.message-portal.custom_style10 .mp-article-list { padding: 0 20px; }
body.message-portal.custom_style10 .mp-list-item {
  min-height: 150px;
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: 20px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #e9eef4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.message-portal.custom_style10 .mp-list-item:last-child { border-bottom: 0; }
body.message-portal.custom_style10 .mp-list-item:hover { transform: none; box-shadow: none; }
body.message-portal.custom_style10 .mp-list-image { width: 190px; height: 112px; border-radius: 2px; overflow: hidden; background: #edf2f7; }
body.message-portal.custom_style10 .mp-list-image img { width: 100%; height: 100%; object-fit: cover; }
body.message-portal.custom_style10 .mp-list-body { min-width: 0; }
body.message-portal.custom_style10 .mp-list-meta { display: flex; align-items: center; gap: 12px; color: #7a8796; font-size: 12px; }
body.message-portal.custom_style10 .mp-list-category { padding: 3px 8px; border: 1px solid #bdd4ef; border-radius: 2px; color: var(--mp-brand); background: var(--mp-brand-soft); }
body.message-portal.custom_style10 .mp-list-title { margin-top: 10px; color: var(--mp-ink); font-size: 18px; line-height: 1.45; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-list-title:hover { color: var(--mp-brand); }
body.message-portal.custom_style10 .mp-list-excerpt { margin-top: 8px; color: #65758a; font-size: 13px; line-height: 1.75; }

body.message-portal.custom_style10 .mp-side-panel { padding: 20px; }
body.message-portal.custom_style10 .mp-side-panel h2 { margin: -20px -20px 14px; padding: 16px 18px; border-bottom: 1px solid var(--mp-line); color: var(--mp-ink); font-size: 17px; }
body.message-portal.custom_style10 .mp-category-list a { border-radius: 2px; color: #465970; background: #f6f8fb; }
body.message-portal.custom_style10 .mp-category-list a:hover,
body.message-portal.custom_style10 .mp-category-list a.is-active { color: #fff; background: var(--mp-brand); }
body.message-portal.custom_style10 .mp-latest-list a { color: #34475e; }
body.message-portal.custom_style10 .mp-latest-list a:hover { color: var(--mp-brand); }
body.message-portal.custom_style10 .mp-trust-panel { border-top: 3px solid var(--mp-brand-accent); }
body.message-portal.custom_style10 .mp-trust-list span { color: #315477; background: var(--mp-brand-soft); }

/* Article detail prioritizes reading and source trust. */
body.message-portal.custom_style10 .mp-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 18px; align-items: start; }
body.message-portal.custom_style10 .mp-article { overflow: hidden; }
body.message-portal.custom_style10 .mp-article-header { padding: 34px 42px 28px; border-bottom: 1px solid var(--mp-line); text-align: left; }
body.message-portal.custom_style10 .mp-article-label { display: inline-flex; padding: 4px 9px; border-radius: 2px; color: var(--mp-brand); background: var(--mp-brand-soft); font-size: 12px; }
body.message-portal.custom_style10 .mp-article-header h1 { max-width: 780px; margin: 16px 0 0; color: #14243a; font-size: 30px; line-height: 1.45; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-detail-meta { margin-top: 16px; color: #748295; }
body.message-portal.custom_style10 .mp-article-cover { width: calc(100% - 84px); max-height: 440px; margin: 28px 42px 0; border-radius: 2px; object-fit: cover; }
body.message-portal.custom_style10 .mp-article-content { padding: 32px 42px 46px; color: #273950; font-size: 16px; line-height: 2; }
body.message-portal.custom_style10 .mp-article-content h2,
body.message-portal.custom_style10 .mp-article-content h3 { margin-top: 1.8em; color: #172b45; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-article-content img { max-width: 100%; height: auto; }
body.message-portal.custom_style10 .mp-source-card { border-top: 3px solid var(--mp-brand); }

/* Enterprise publishing form. */
body.message-portal.custom_style10 .mp-form-shell { display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 18px; align-items: start; }
body.message-portal.custom_style10 .mp-form-panel { overflow: hidden; }
body.message-portal.custom_style10 .mp-form-heading { padding: 28px 34px; border: 0; border-bottom: 1px solid var(--mp-line); border-left: 5px solid var(--mp-brand); border-radius: 0; color: var(--mp-ink); background: #fff; }
body.message-portal.custom_style10 .mp-form-heading h1 { color: var(--mp-ink); font-size: 25px; letter-spacing: 0; }
body.message-portal.custom_style10 .mp-form-heading p { color: var(--mp-muted); }
body.message-portal.custom_style10 .mp-form { padding: 28px 34px 34px; }
body.message-portal.custom_style10 .publish-grid { gap: 18px 20px; }
body.message-portal.custom_style10 .form-item label { color: #293b52; font-weight: 650; }
body.message-portal.custom_style10 .form-item input,
body.message-portal.custom_style10 .form-item select,
body.message-portal.custom_style10 .form-item textarea,
body.message-portal.custom_style10 .rich-editor-wrap {
  border: 1px solid #cfdbe8 !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.message-portal.custom_style10 .form-item input:focus,
body.message-portal.custom_style10 .form-item select:focus,
body.message-portal.custom_style10 .form-item textarea:focus { border-color: var(--mp-brand) !important; box-shadow: 0 0 0 3px rgba(18,104,213,.1) !important; }
body.message-portal.custom_style10 .publish-submit,
body.message-portal.custom_style10 .mp-primary-button { border: 1px solid var(--mp-brand) !important; border-radius: 2px !important; color: #fff !important; background: var(--mp-brand) !important; }
body.message-portal.custom_style10 .publish-submit:hover,
body.message-portal.custom_style10 .mp-primary-button:hover { background: var(--mp-brand-strong) !important; }

body.message-portal.custom_style10 .mp-footer { border-top: 3px solid var(--mp-brand); color: #b9c7d8; background: #163552; }
body.message-portal.custom_style10 .mp-footer h2,
body.message-portal.custom_style10 .mp-footer h3 { color: #fff; }
body.message-portal.custom_style10 .mp-footer a { color: #bfd0e1; }
body.message-portal.custom_style10 .mp-footer-bottom { border-top-color: rgba(255,255,255,.12); background: #102c46; }

@media (max-width: 980px) {
  body.message-portal.custom_style10 .mp-header-main { grid-template-columns: 280px minmax(260px,1fr); }
  body.message-portal.custom_style10 .mp-service-line { display: none; }
  body.message-portal.custom_style10 .mp-nav-links a { min-width: auto; padding: 0 13px; }
}

@media (max-width: 760px) {
  body.message-portal.custom_style10 { padding-bottom: 0; }
  body.message-portal.custom_style10 .mp-container { width: calc(100% - 24px); }
  body.message-portal.custom_style10 .mp-topbar { display: none; }
  body.message-portal.custom_style10 .mp-header-main { min-height: 116px; display: grid; grid-template-columns: 1fr; gap: 10px; padding: 12px 0; }
  body.message-portal.custom_style10 .mp-brand { justify-content: flex-start; }
  body.message-portal.custom_style10 .mp-brand img { max-width: 110px; max-height: 38px; }
  body.message-portal.custom_style10 .mp-brand-copy strong { font-size: 15px; }
  body.message-portal.custom_style10 .mp-brand-copy small { display: none; }
  body.message-portal.custom_style10 .mp-search { width: 100%; height: 40px; }
  body.message-portal.custom_style10 .mp-search input,
  body.message-portal.custom_style10 .mp-search button { height: 38px; }
  body.message-portal.custom_style10 .mp-nav { min-height: 46px; }
  body.message-portal.custom_style10 .mp-nav-inner { min-height: 46px; }
  body.message-portal.custom_style10 .mp-nav-toggle { width: 42px; height: 38px; border-radius: 2px; color: #fff; background: var(--mp-brand); }
  body.message-portal.custom_style10 .mp-nav-links { top: 46px; border: 1px solid var(--mp-line); border-top: 3px solid var(--mp-brand); border-radius: 0; background: #fff; box-shadow: 0 14px 30px rgba(22,61,104,.14); }
  body.message-portal.custom_style10 .mp-nav-links a,
  body.message-portal.custom_style10 .mp-nav-links .mp-mall-link { width: 100%; min-height: 44px; justify-content: flex-start; margin: 0; padding: 0 16px; color: #31455d !important; background: #fff; }
  body.message-portal.custom_style10 .mp-nav-links a:hover,
  body.message-portal.custom_style10 .mp-nav-links a.is-active { color: #fff !important; background: var(--mp-brand); }

  body.message-portal.custom_style10 .mp-crumbs { min-height: 42px; }
  body.message-portal.custom_style10 .mp-hero { min-height: 190px; padding: 28px 22px; }
  body.message-portal.custom_style10 .mp-hero h1 { font-size: 27px; }
  body.message-portal.custom_style10 .mp-hero::after { right: -150px; }
  body.message-portal.custom_style10 .mp-content-grid,
  body.message-portal.custom_style10 .mp-detail-grid,
  body.message-portal.custom_style10 .mp-form-shell { grid-template-columns: 1fr; }
  body.message-portal.custom_style10 .mp-sidebar { display: grid; grid-template-columns: 1fr; gap: 12px; }

  body.message-portal.custom_style10 .mp-panel-head { padding: 13px 14px; }
  body.message-portal.custom_style10 .mp-article-list { padding: 0 14px; }
  body.message-portal.custom_style10 .mp-list-item { min-height: 0; grid-template-columns: 108px minmax(0,1fr); gap: 12px; padding: 14px 0; }
  body.message-portal.custom_style10 .mp-list-image { width: 108px; height: 78px; }
  body.message-portal.custom_style10 .mp-list-title { margin-top: 7px; font-size: 15px; }
  body.message-portal.custom_style10 .mp-list-excerpt { display: none; }
  body.message-portal.custom_style10 .mp-list-meta { gap: 7px; font-size: 10px; }

  body.message-portal.custom_style10 .mp-article-header { padding: 24px 20px 20px; }
  body.message-portal.custom_style10 .mp-article-header h1 { font-size: 23px; }
  body.message-portal.custom_style10 .mp-article-cover { width: calc(100% - 40px); margin: 20px 20px 0; }
  body.message-portal.custom_style10 .mp-article-content { padding: 24px 20px 34px; font-size: 15px; line-height: 1.9; }

  body.message-portal.custom_style10 .mp-form-heading,
  body.message-portal.custom_style10 .mp-form { padding: 22px 18px; }
  body.message-portal.custom_style10 .publish-grid { grid-template-columns: 1fr; }
  body.message-portal.custom_style10 .publish-submit { width: 100%; }
}
