Jump to content

Main Page.css: Difference between revisions

From Consumer Rights Wiki
No edit summary
Tag: Manual revert
No edit summary
 
(63 intermediate revisions by the same user not shown)
Line 1: Line 1:
.header-box a.external {
.crw-hero {
   background-image: none;
  background: #004080;
  border-radius: 8px;
  padding: 48px 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
 
.crw-hero-eyebrow {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
 
.crw-hero-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #ffffff;
}
 
.crw-hero-title a {
   color: #ffffff;
  text-decoration: none;
}
}


.header-box p {
.crw-hero-sub {
   font-size: inherit;
   font-size: 17px;
   margin: 0.25em 0;
  color: #cce0ff;
   margin: 0 auto 24px;
  max-width: 640px;
  line-height: 1.6;
  display: block;
}
}


.header-box {
.crw-hero-stats {
   background: #f7f9fc;
   display: table;
   border: 1px solid #004080;
   width: auto;
   border-left-width: 4px;
   margin: 0 auto 28px;
  padding: 0.75em 1em;
}
   color: #111;
 
.crw-hero-stat {
   display: table-cell;
   text-align: center;
   text-align: center;
  padding: 0 28px;
}
.crw-hero-stat:last-child {
  border-right: none;
}
.crw-hero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
}
.crw-hero-stat-num a {
  color: #ffffff;
  text-decoration: none;
}
.crw-hero-stat-label {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  display: block;
}
.crw-hero-actions {
  margin-top: 8px;
}
.crw-hero-actions a {
  display: inline-block;
  margin: 4px 6px;
}
.crw-btn {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  line-height: 1.2;
}
}


.crw-button {
.crw-btn-primary {
  background: #ffffff;
  color: #004080 !important;
  border: 2px solid #ffffff;
}
 
.crw-btn-ghost {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.5);
}
 
.crw-notice {
  background: #fff8e6;
  border: 1px solid #f0c040;
  border-left: 5px solid #f0a500;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  color: #5a3b00;
  font-weight: bold;
  margin-bottom: 24px;
}
 
.crw-how-strip {
  margin-bottom: 24px;
  font-size: 0;
  text-align: left;
}
 
.crw-how-card {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0dce8;
  border-top: 3px solid #004080;
  border-radius: 6px;
  padding: 18px 16px;
  text-decoration: none !important;
  color: #222222 !important;
  box-sizing: border-box;
  font-size: 14px;
}
 
.crw-how-card:hover {
  border-top-color: #004080;
  box-shadow: 0 2px 8px rgba(0,64,128,0.12);
}
 
.crw-how-icon {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
 
.crw-how-title {
  font-size: 14px;
  font-weight: bold;
  color: #004080;
  display: block;
  margin-bottom: 6px;
  line-height: 1.3;
}
 
.crw-how-desc {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  display: block;
}
 
.crw-panel {
  background: #ffffff;
  border: 1px solid #d0dce8;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
 
.crw-panel-head {
   background: #004080;
   background: #004080;
   color: #fff;
   color: #ffffff;
   padding: 0.45em 0.9em;
  font-size: 16px;
  font-weight: bold;
   padding: 12px 16px;
  letter-spacing: 0.02em;
}
 
.crw-panel-body {
  padding: 16px;
  background: #fafafa;
}
 
.crw-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
 
.crw-article-row {
  display: contents;
}
 
.crw-article-card {
  display: flex;
  flex-direction: column;
   border-radius: 6px;
   border-radius: 6px;
  overflow: hidden;
  text-decoration: none !important;
  color: #222222 !important;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  transition: box-shadow 0.18s, transform 0.18s;
}
.crw-article-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.16);
  transform: translateY(-2px);
}
.crw-article-img {
  height: 180px;
  background: #fafafa;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
.crw-article-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.crw-article-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.crw-article-tag {
  display: inline-block;
  background: none;
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-radius: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-transform: none;
}
.crw-article-title {
  font-size: 18px;
   font-weight: bold;
   font-weight: bold;
  color: #111111;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px;
}
.crw-article-title a {
  color: #111111;
   text-decoration: none;
   text-decoration: none;
}
.crw-article-title a:hover {
  text-decoration: underline;
}
.crw-article-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  display: block;
}
.crw-cat-grid {
  overflow: hidden;
}
.crw-cat-item {
   display: inline-block;
   display: inline-block;
  padding: 6px 12px;
  border: 1px solid #c0d4e8;
  border-radius: 4px;
  background: #f0f5fb;
  text-decoration: none !important;
  color: #004080 !important;
  font-size: 13px;
  font-weight: bold;
  margin: 0 6px 8px 0;
  line-height: 1.3;
}
.crw-cat-item:hover {
  background: #004080;
  color: #ffffff !important;
  border-color: #004080;
}
.cat-but-grid {
  gap: 8px !important;
  margin-bottom: 12px;
}
.cat-but {
  display: block;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #d0dce8 !important;
  background: #f0f5fb !important;
  color: #004080 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.4;
  box-sizing: border-box;
}
}


.crw-button:hover,
.cat-but:hover {
.crw-button:focus {
  background: #004080 !important;
   background: #0b5aa5;
   color: #ffffff !important;
   outline: none;
   border-color: #004080 !important;
}
}


.crw-button.secondary {
.cat-but-icon {
   background: #eef2f7;
   font-size: 18px;
   color: #111;
   margin-right: 8px;
   border: 1px solid #d7dde6;
   vertical-align: middle;
  line-height: 1;
}
}


.crw-button.secondary:hover,
.cat-but-label {
.crw-button.secondary:focus {
   vertical-align: middle;
   background: #e6edf6;
   font-size: 14px;
   outline: none;
}
}


.content-grid {
.crw-tool-item {
   display: grid;
   display: block;
   gap: 1.25rem;
   padding: 12px 14px;
   grid-template-columns: 1fr;
   border: 1px solid #d0dce8;
   margin-top: 1em;
  border-radius: 6px;
  text-decoration: none !important;
  color: #222222 !important;
  background: #f7fafd;
   margin-bottom: 10px;
   overflow: hidden;
   overflow: hidden;
  min-width: 0;
}
}


@media screen and (min-width: 720px) {
.crw-tool-item:hover {
   .content-grid {
   background: #e8f0fb;
    grid-template-columns: 1fr 1fr;
  border-color: #004080;
   }
}
 
.crw-tool-icon {
  font-size: 18px;
  float: left;
  margin-right: 12px;
   line-height: 1.4;
}
}


.content-grid > .content-section {
.crw-tool-name {
   grid-column: 1 / -1;
   font-size: 14px;
  font-weight: bold;
  color: #004080;
  display: block;
  margin-bottom: 2px;
}
}


@media screen and (min-width: 720px) {
.crw-tool-desc {
   .content-grid > .content-section:nth-child(1),
   font-size: 12px;
   .content-grid > .content-section:nth-child(2) {
   color: #555555;
    grid-column: auto;
  line-height: 1.4;
  }
}
}


.content-section {
.crw-news-item {
   background: #ffffff;
   padding: 10px 0;
   border: 1px solid #004080;
   border-bottom: 1px solid #e4ecf4;
  padding: 1.1em 1.25em;
  box-sizing: border-box;
   overflow: hidden;
   overflow: hidden;
  min-width: 0;
  color: #111;
  border-radius: 8px;
}
}


.content-header {
.crw-news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
 
.crw-news-dot {
  width: 8px;
  height: 8px;
   background: #004080;
   background: #004080;
   color: #fff;
   border-radius: 50%;
   font-size: 1.15em;
  float: left;
   font-weight: 800;
  margin-top: 6px;
   padding: 0.65em 0.9em;
  margin-right: 10px;
   margin: -1.1em -1.25em 0.9em -1.25em;
}
   border-radius: 7px 7px 0 0;
 
.crw-news-text {
   font-size: 14px;
   color: #222222;
   line-height: 1.5;
   overflow: hidden;
}
 
.crw-news-text a {
  color: #004080;
  font-weight: bold;
   text-decoration: none;
}
}


.content-section.wide {
.crw-news-text a:hover {
   grid-column: 1 / -1;
   text-decoration: underline;
}
}


.content-section > div:first-child {
.crw-cta-bar {
   background: #004080;
   background: #004080;
   color: #fff;
   border-radius: 8px;
   font-size: 1.15em;
   padding: 24px 32px;
   font-weight: 800;
   margin-bottom: 24px;
   padding: 0.65em 0.9em;
   overflow: hidden;
   margin: -1.1em -1.25em 0.9em -1.25em;
}
   border-radius: 7px 7px 0 0;
 
   border-bottom: 0;
.crw-cta-text {
  display: inline-block;
   vertical-align: middle;
  max-width: 62%;
}
 
.crw-cta-title {
  font-size: 20px;
   font-weight: bold;
  color: #ffffff;
  display: block;
   margin-bottom: 6px;
  line-height: 1.2;
}
}


@media screen {
.crw-cta-sub {
  html.skin-theme-clientpref-night .header-box {
  font-size: 14px;
    background: #121c32;
  color: #b9dcff;
    border-color: #004080;
  display: block;
    border-left-color: #004080;
  line-height: 1.5;
    color: #e5e7eb;
}
  }


  html.skin-theme-clientpref-night .content-section {
.crw-cta-actions {
    background: #121c32;
  display: inline-block;
    border-color: #004080;
  vertical-align: middle;
    color: #e5e7eb;
  float: right;
   }
   margin-top: 4px;
}


  html.skin-theme-clientpref-night .content-header {
.crw-cta-actions a {
    background: #004080;
  display: inline-block;
    color: #fff;
  margin-left: 10px;
  }
}


   html.skin-theme-clientpref-night .content-section > div:first-child {
@media screen and (max-width: 900px) {
     background: #004080;
   .crw-article-grid {
    color: #fff;
     grid-template-columns: repeat(2, 1fr);
   }
   }
}


  html.skin-theme-clientpref-night .crw-button {
@media screen and (max-width: 720px) {
    background: #004080;
    color: #fff;
  }


   html.skin-theme-clientpref-night .crw-button:hover,
   .crw-hero {
  html.skin-theme-clientpref-night .crw-button:focus {
     padding: 32px 20px;
     background: #0b5aa5;
    outline: none;
   }
   }


   html.skin-theme-clientpref-night .crw-button.secondary {
   .crw-hero-title {
     background: transparent;
     font-size: 24px;
    color: #e5e7eb;
    border: 1px solid rgba(229, 231, 235, 0.22);
   }
   }


   html.skin-theme-clientpref-night .crw-button.secondary:hover,
   .crw-hero-sub {
  html.skin-theme-clientpref-night .crw-button.secondary:focus {
     font-size: 15px;
     background: rgba(229, 231, 235, 0.08);
    outline: none;
   }
   }


   html.skin-theme-clientpref-os .content-header {
   .crw-hero-stat {
     background: #004080;
     padding: 0 14px;
    color: #fff;
   }
   }


   html.skin-theme-clientpref-os .content-section > div:first-child {
   .crw-hero-stat-num {
     background: #004080;
     font-size: 22px;
    color: #fff;
   }
   }
}


@media screen and (prefers-color-scheme: dark) {
  .crw-how-strip-table,
   html.skin-theme-clientpref-os .header-box {
   .crw-how-strip-table tr,
     background: #121c32;
  .crw-how-strip-table td {
    border-color: #004080;
     display: block !important;
     border-left-color: #004080;
     width: 100% !important;
     color: #e5e7eb;
     padding: 0 0 8px 0 !important;
   }
   }


   html.skin-theme-clientpref-os .content-section {
   .crw-main-grid,
     background: #121c32;
  .crw-main-grid tr,
     border-color: #004080;
  .crw-main-grid td {
     color: #e5e7eb;
     display: block !important;
     width: 100% !important;
     padding: 0 !important;
   }
   }


   html.skin-theme-clientpref-os .content-header {
   .crw-article-grid {
     background: #004080;
     grid-template-columns: 1fr;
    color: #fff;
   }
   }


   html.skin-theme-clientpref-os .content-section > div:first-child {
   .crw-article-card {
     background: #004080;
     margin-bottom: 12px;
    color: #fff;
   }
   }


   html.skin-theme-clientpref-os .crw-button {
   .crw-cta-bar {
     background: #004080;
     padding: 20px 16px;
    color: #fff;
   }
   }


   html.skin-theme-clientpref-os .crw-button:hover,
   .crw-cta-text {
  html.skin-theme-clientpref-os .crw-button:focus {
    display: block;
     background: #0b5aa5;
     max-width: 100%;
     outline: none;
     margin-bottom: 16px;
   }
   }


   html.skin-theme-clientpref-os .crw-button.secondary {
   .crw-cta-actions {
     background: transparent;
     display: block;
     color: #e5e7eb;
     float: none;
     border: 1px solid rgba(229, 231, 235, 0.22);
     margin: 0;
   }
   }


   html.skin-theme-clientpref-os .crw-button.secondary:hover,
   .crw-cta-actions a {
  html.skin-theme-clientpref-os .crw-button.secondary:focus {
     display: inline-block;
     background: rgba(229, 231, 235, 0.08);
     margin: 4px 6px 4px 0;
     outline: none;
   }
   }
}
}


.cat-but-grid {
.crw-article-info {
   display: grid;
   text-align: center;
  grid-template-columns: repeat(auto-fill, minmax(11em, 1fr));
  gap: 0.5em;
}
}


.cat-but {
@media screen {
   display: flex;
  html.skin-theme-clientpref-night .crw-hero { background: #002050; }
   align-items: center;
   html.skin-theme-clientpref-night .crw-hero-sub { color: #88aacc; }
   gap: 0.5em;
   html.skin-theme-clientpref-night .crw-hero-stat-num { color: #b9dcff; }
   padding: 0.65em 0.9em;
   html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
   border-radius: 8px;
  html.skin-theme-clientpref-night .crw-panel-head { background: #002a5a; }
   background: #ffffff;
   html.skin-theme-clientpref-night .crw-panel-body { background: #0a1828; color: #d0e0f0; }
   border: 1px solid #d6dbe3;
  html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
   color: #004080;
   html.skin-theme-clientpref-night .crw-how-title { color: #88bbee; }
   font-weight: 700;
  html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; }
   text-decoration: none;
  html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
   box-sizing: border-box;
   html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; }
  html.skin-theme-clientpref-night .crw-article-title { color: #000; }
  html.skin-theme-clientpref-night .crw-article-title a { color: #000; }
  html.skin-theme-clientpref-night .crw-article-desc { color: #8aabcc; }
  html.skin-theme-clientpref-night .crw-article-tag { color: #6a8aaa; }
  html.skin-theme-clientpref-night .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
   html.skin-theme-clientpref-night .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-night .crw-tool-name { color: #88bbee; }
   html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; }
   html.skin-theme-clientpref-night .crw-news-text { color: #d0e0f0; }
   html.skin-theme-clientpref-night .crw-news-text a { color: #88bbee; }
  html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1e3a5f; }
  html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
  html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; }
  html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
  html.skin-theme-clientpref-night .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
   html.skin-theme-clientpref-night .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
}
}


.cat-but-icon {
@media screen and (prefers-color-scheme: dark) {
   font-size: 1.05em;
  html.skin-theme-clientpref-os .crw-hero { background: #002050; }
   line-height: 1;
   html.skin-theme-clientpref-os .crw-hero-sub { color: #88aacc; }
}
  html.skin-theme-clientpref-os .crw-hero-stat-num { color: #b9dcff; }
 
   html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
.cat-but-label {
  html.skin-theme-clientpref-os .crw-panel-head { background: #002a5a; }
   line-height: 1.1;
  html.skin-theme-clientpref-os .crw-panel-body { background: #0a1828; color: #d0e0f0; }
}
  html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
 
  html.skin-theme-clientpref-os .crw-how-title { color: #88bbee; }
.cat-but:hover {
   html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; }
   background: #f3f6fb;
  html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
   border-color: #004080;
  html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; }
}
  html.skin-theme-clientpref-os .crw-article-title { color: #e0e0e0; }
 
  html.skin-theme-clientpref-os .crw-article-title a { color: #000!important; }
html.skin-theme-clientpref-night .cat-but,
  html.skin-theme-clientpref-os .crw-article-desc { color: #8aabcc; }
html.skin-theme-clientpref-os .cat-but {
  html.skin-theme-clientpref-os .crw-article-tag { color: #6a8aaa; }
   background: #0f1a2b;
   html.skin-theme-clientpref-os .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
   border-color: #24314a;
   html.skin-theme-clientpref-os .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
   color: #ffffff;
  html.skin-theme-clientpref-os .crw-tool-name { color: #88bbee; }
}
  html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; }
 
  html.skin-theme-clientpref-os .crw-news-text { color: #d0e0f0; }
html.skin-theme-clientpref-night .cat-but:hover,
   html.skin-theme-clientpref-os .crw-news-text a { color: #88bbee; }
html.skin-theme-clientpref-os .cat-but:hover {
   html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1e3a5f; }
  background: #16223a;
   html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
  border-color: #3a5a9a;
  html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; }
  html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
  html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
  html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
}
}

Latest revision as of 22:18, 10 April 2026

.crw-hero {
  background: #004080;
  border-radius: 8px;
  padding: 48px 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}

.crw-hero-eyebrow {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.crw-hero-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #ffffff;
}

.crw-hero-title a {
  color: #ffffff;
  text-decoration: none;
}

.crw-hero-sub {
  font-size: 17px;
  color: #cce0ff;
  margin: 0 auto 24px;
  max-width: 640px;
  line-height: 1.6;
  display: block;
}

.crw-hero-stats {
  display: table;
  width: auto;
  margin: 0 auto 28px;
}

.crw-hero-stat {
  display: table-cell;
  text-align: center;
  padding: 0 28px;
}

.crw-hero-stat:last-child {
  border-right: none;
}

.crw-hero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
}

.crw-hero-stat-num a {
  color: #ffffff;
  text-decoration: none;
}

.crw-hero-stat-label {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  display: block;
}

.crw-hero-actions {
  margin-top: 8px;
}

.crw-hero-actions a {
  display: inline-block;
  margin: 4px 6px;
}

.crw-btn {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  line-height: 1.2;
}

.crw-btn-primary {
  background: #ffffff;
  color: #004080 !important;
  border: 2px solid #ffffff;
}

.crw-btn-ghost {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.5);
}

.crw-notice {
  background: #fff8e6;
  border: 1px solid #f0c040;
  border-left: 5px solid #f0a500;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  color: #5a3b00;
  font-weight: bold;
  margin-bottom: 24px;
}

.crw-how-strip {
  margin-bottom: 24px;
  font-size: 0;
  text-align: left;
}

.crw-how-card {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0dce8;
  border-top: 3px solid #004080;
  border-radius: 6px;
  padding: 18px 16px;
  text-decoration: none !important;
  color: #222222 !important;
  box-sizing: border-box;
  font-size: 14px;
}

.crw-how-card:hover {
  border-top-color: #004080;
  box-shadow: 0 2px 8px rgba(0,64,128,0.12);
}

.crw-how-icon {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.crw-how-title {
  font-size: 14px;
  font-weight: bold;
  color: #004080;
  display: block;
  margin-bottom: 6px;
  line-height: 1.3;
}

.crw-how-desc {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  display: block;
}

.crw-panel {
  background: #ffffff;
  border: 1px solid #d0dce8;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.crw-panel-head {
  background: #004080;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  letter-spacing: 0.02em;
}

.crw-panel-body {
  padding: 16px;
  background: #fafafa;
}

.crw-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.crw-article-row {
  display: contents;
}

.crw-article-card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none !important;
  color: #222222 !important;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  transition: box-shadow 0.18s, transform 0.18s;
}

.crw-article-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.16);
  transform: translateY(-2px);
}

.crw-article-img {
  height: 180px;
  background: #fafafa;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}

.crw-article-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.crw-article-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.crw-article-tag {
  display: inline-block;
  background: none;
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-radius: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-transform: none;
}

.crw-article-title {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px;
}

.crw-article-title a {
  color: #111111;
  text-decoration: none;
}

.crw-article-title a:hover {
  text-decoration: underline;
}

.crw-article-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  display: block;
}

.crw-cat-grid {
  overflow: hidden;
}

.crw-cat-item {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #c0d4e8;
  border-radius: 4px;
  background: #f0f5fb;
  text-decoration: none !important;
  color: #004080 !important;
  font-size: 13px;
  font-weight: bold;
  margin: 0 6px 8px 0;
  line-height: 1.3;
}

.crw-cat-item:hover {
  background: #004080;
  color: #ffffff !important;
  border-color: #004080;
}

.cat-but-grid {
  gap: 8px !important;
  margin-bottom: 12px;
}

.cat-but {
  display: block;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #d0dce8 !important;
  background: #f0f5fb !important;
  color: #004080 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.4;
  box-sizing: border-box;
}

.cat-but:hover {
  background: #004080 !important;
  color: #ffffff !important;
  border-color: #004080 !important;
}

.cat-but-icon {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1;
}

.cat-but-label {
  vertical-align: middle;
  font-size: 14px;
}

.crw-tool-item {
  display: block;
  padding: 12px 14px;
  border: 1px solid #d0dce8;
  border-radius: 6px;
  text-decoration: none !important;
  color: #222222 !important;
  background: #f7fafd;
  margin-bottom: 10px;
  overflow: hidden;
}

.crw-tool-item:hover {
  background: #e8f0fb;
  border-color: #004080;
}

.crw-tool-icon {
  font-size: 18px;
  float: left;
  margin-right: 12px;
  line-height: 1.4;
}

.crw-tool-name {
  font-size: 14px;
  font-weight: bold;
  color: #004080;
  display: block;
  margin-bottom: 2px;
}

.crw-tool-desc {
  font-size: 12px;
  color: #555555;
  line-height: 1.4;
}

.crw-news-item {
  padding: 10px 0;
  border-bottom: 1px solid #e4ecf4;
  overflow: hidden;
}

.crw-news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.crw-news-dot {
  width: 8px;
  height: 8px;
  background: #004080;
  border-radius: 50%;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.crw-news-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
  overflow: hidden;
}

.crw-news-text a {
  color: #004080;
  font-weight: bold;
  text-decoration: none;
}

.crw-news-text a:hover {
  text-decoration: underline;
}

.crw-cta-bar {
  background: #004080;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
  overflow: hidden;
}

.crw-cta-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 62%;
}

.crw-cta-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
}

.crw-cta-sub {
  font-size: 14px;
  color: #b9dcff;
  display: block;
  line-height: 1.5;
}

.crw-cta-actions {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 4px;
}

.crw-cta-actions a {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .crw-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 720px) {

  .crw-hero {
    padding: 32px 20px;
  }

  .crw-hero-title {
    font-size: 24px;
  }

  .crw-hero-sub {
    font-size: 15px;
  }

  .crw-hero-stat {
    padding: 0 14px;
  }

  .crw-hero-stat-num {
    font-size: 22px;
  }

  .crw-how-strip-table,
  .crw-how-strip-table tr,
  .crw-how-strip-table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 8px 0 !important;
  }

  .crw-main-grid,
  .crw-main-grid tr,
  .crw-main-grid td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .crw-article-grid {
    grid-template-columns: 1fr;
  }

  .crw-article-card {
    margin-bottom: 12px;
  }

  .crw-cta-bar {
    padding: 20px 16px;
  }

  .crw-cta-text {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .crw-cta-actions {
    display: block;
    float: none;
    margin: 0;
  }

  .crw-cta-actions a {
    display: inline-block;
    margin: 4px 6px 4px 0;
  }
}

.crw-article-info {
  text-align: center;
}

@media screen {
  html.skin-theme-clientpref-night .crw-hero { background: #002050; }
  html.skin-theme-clientpref-night .crw-hero-sub { color: #88aacc; }
  html.skin-theme-clientpref-night .crw-hero-stat-num { color: #b9dcff; }
  html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
  html.skin-theme-clientpref-night .crw-panel-head { background: #002a5a; }
  html.skin-theme-clientpref-night .crw-panel-body { background: #0a1828; color: #d0e0f0; }
  html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-night .crw-how-title { color: #88bbee; }
  html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; }
  html.skin-theme-clientpref-night .crw-article-title { color: #000; }
  html.skin-theme-clientpref-night .crw-article-title a { color: #000; }
  html.skin-theme-clientpref-night .crw-article-desc { color: #8aabcc; }
  html.skin-theme-clientpref-night .crw-article-tag { color: #6a8aaa; }
  html.skin-theme-clientpref-night .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
  html.skin-theme-clientpref-night .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-night .crw-tool-name { color: #88bbee; }
  html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-night .crw-news-text { color: #d0e0f0; }
  html.skin-theme-clientpref-night .crw-news-text a { color: #88bbee; }
  html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1e3a5f; }
  html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
  html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; }
  html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
  html.skin-theme-clientpref-night .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
  html.skin-theme-clientpref-night .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
}

@media screen and (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os .crw-hero { background: #002050; }
  html.skin-theme-clientpref-os .crw-hero-sub { color: #88aacc; }
  html.skin-theme-clientpref-os .crw-hero-stat-num { color: #b9dcff; }
  html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
  html.skin-theme-clientpref-os .crw-panel-head { background: #002a5a; }
  html.skin-theme-clientpref-os .crw-panel-body { background: #0a1828; color: #d0e0f0; }
  html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-os .crw-how-title { color: #88bbee; }
  html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; }
  html.skin-theme-clientpref-os .crw-article-title { color: #e0e0e0; }
  html.skin-theme-clientpref-os .crw-article-title a { color: #000!important; }
  html.skin-theme-clientpref-os .crw-article-desc { color: #8aabcc; }
  html.skin-theme-clientpref-os .crw-article-tag { color: #6a8aaa; }
  html.skin-theme-clientpref-os .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
  html.skin-theme-clientpref-os .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
  html.skin-theme-clientpref-os .crw-tool-name { color: #88bbee; }
  html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-os .crw-news-text { color: #d0e0f0; }
  html.skin-theme-clientpref-os .crw-news-text a { color: #88bbee; }
  html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1e3a5f; }
  html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
  html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; }
  html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
  html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
  html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
}