Jump to content

Main Page.css

From Consumer Rights Wiki
Revision as of 17:29, 5 March 2026 by JakeL (talk | contribs)
.crw-hero {
  background: #0a1628;
  border-radius: 4px;
  padding: 56px 48px 48px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #e8a020;
}

.crw-hero-inner {
  max-width: 680px;
}

.crw-hero-eyebrow {
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8a020;
  margin-bottom: 1em;
  display: block;
}

.crw-hero-title {
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.6em;
  color: #ffffff;
  letter-spacing: -0.02em;
}

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

.crw-hero-sub {
  font-size: 1.05em;
  color: #8da4be;
  margin-bottom: 2em;
  line-height: 1.6;
}

.crw-hero-stats {
  display: table;
  width: auto;
  margin-bottom: 2em;
  border-top: 1px solid #1e3a5f;
  border-bottom: 1px solid #1e3a5f;
  padding: 1em 0;
}

.crw-hero-stat {
  display: table-cell;
  text-align: left;
  padding: 0 2.5em 0 0;
}

.crw-hero-stat-num {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #e8a020;
  line-height: 1;
}

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

.crw-hero-stat-label {
  font-size: 0.7em;
  color: #5a7a99;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
  display: block;
}

.crw-hero-actions a {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}

.crw-btn {
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.7em 1.4em;
  border-radius: 3px;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.crw-btn-primary {
  background: #e8a020;
  color: #0a0a0a !important;
}

.crw-btn-ghost {
  background: transparent;
  color: #8da4be !important;
  border: 1px solid #2a4060;
}

.crw-btn-ghost:hover {
  border-color: #e8a020;
  color: #e8a020 !important;
}

.crw-notice {
  background: #fffbf0;
  border-left: 4px solid #e8a020;
  padding: 0.85em 1.2em;
  font-size: 0.9em;
  color: #5a3b00;
  font-weight: bold;
  margin-bottom: 2em;
  border-radius: 0;
}

.crw-how-strip {
  margin-bottom: 2em;
  border-top: 3px solid #0a1628;
  padding-top: 1.25em;
  font-size: 0;
}

.crw-how-strip-label {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.75em;
  display: block;
}

.crw-how-card {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  min-width: 140px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-top: 3px solid #0a1628;
  padding: 1.1em 1em;
  text-decoration: none !important;
  color: #111 !important;
  margin: 0 0.6% 0.75em 0;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 0;
  transition: border-top-color 0.15s;
}

.crw-how-card:hover {
  border-top-color: #e8a020;
  background: #fafbfc;
}

.crw-how-icon {
  font-size: 1.4em;
  line-height: 1;
  display: block;
  margin-bottom: 0.6em;
}

.crw-how-title {
  font-weight: bold;
  font-size: 0.9em;
  color: #0a1628;
  display: block;
  margin-bottom: 0.3em;
}

.crw-how-desc {
  font-size: 0.82em;
  color: #666;
  line-height: 1.45;
}

.crw-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.crw-panel-head {
  background: #0a1628;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.72em;
  padding: 0.7em 1.1em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.crw-panel-body {
  padding: 1.1em 1.25em;
}

.crw-grid {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
  margin-bottom: 1.5em;
}

.crw-grid-col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.crw-article-grid {
  font-size: 0;
}

.crw-article-card {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-width: 175px;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #0a1628;
  overflow: hidden;
  text-decoration: none !important;
  color: #111 !important;
  background: #ffffff;
  margin: 0 1.1% 1.25em 0;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 0;
}

.crw-article-card:hover {
  border-top-color: #e8a020;
  background: #fafbfc;
}

.crw-article-img {
  height: 130px;
  background: #edf2f7;
  text-align: center;
  line-height: 130px;
  font-size: 2.2em;
  overflow: hidden;
}

.crw-article-img img {
  width: 100%;
  height: 130px;
  display: block;
}

.crw-article-info {
  padding: 0.9em 1em 1em;
}

.crw-article-tag {
  display: inline-block;
  background: #e8a020;
  color: #0a0a0a;
  font-size: 0.68em;
  font-weight: bold;
  padding: 0.2em 0.55em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.crw-article-title {
  font-weight: bold;
  font-size: 0.95em;
  color: #0a1628;
  line-height: 1.25;
  display: block;
  margin-bottom: 0.4em;
}

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

.crw-article-title a:hover {
  color: #e8a020;
}

.crw-article-desc {
  font-size: 0.82em;
  color: #555;
  line-height: 1.45;
  display: block;
}

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

.crw-cat-item {
  display: inline-block;
  padding: 0.45em 0.85em;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  background: #f7f9fb;
  text-decoration: none !important;
  color: #0a1628 !important;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 0.4em 0.5em 0;
  letter-spacing: 0.02em;
}

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

.crw-news-item {
  padding: 0.75em 0;
  border-bottom: 1px solid #edf2f7;
  overflow: hidden;
}

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

.crw-news-date {
  font-size: 0.72em;
  color: #e8a020;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.2em;
}

.crw-news-text {
  font-size: 0.88em;
  line-height: 1.45;
  color: #222;
}

.crw-news-text a {
  color: #0a1628;
  font-weight: bold;
}

.crw-news-text a:hover {
  color: #e8a020;
}

.crw-tool-item {
  display: block;
  padding: 0.75em 0.9em;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #0a1628;
  text-decoration: none !important;
  color: #111 !important;
  background: #f7f9fb;
  margin-bottom: 0.6em;
  overflow: hidden;
  border-radius: 0;
}

.crw-tool-item:hover {
  border-left-color: #e8a020;
  background: #fffbf0;
}

.crw-tool-icon {
  font-size: 1.2em;
  float: left;
  margin-right: 0.7em;
  line-height: 1.5;
}

.crw-tool-name {
  font-weight: bold;
  font-size: 0.875em;
  color: #0a1628;
  display: block;
}

.crw-tool-desc {
  font-size: 0.78em;
  color: #666;
}

.crw-cta-bar {
  background: #0a1628;
  padding: 1.75em 2em;
  margin-bottom: 2em;
  overflow: hidden;
  border-left: 6px solid #e8a020;
  border-radius: 0;
}

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

.crw-cta-title {
  font-weight: bold;
  font-size: 1.15em;
  color: #ffffff;
  display: block;
  margin-bottom: 0.3em;
  letter-spacing: -0.01em;
}

.crw-cta-sub {
  font-size: 0.875em;
  color: #6a8aaa;
  display: block;
}

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

.crw-cta-actions a {
  display: inline-block;
  margin-left: 0.6em;
}

@media screen {
  html.skin-theme-clientpref-night .crw-hero { background: #060d1a; border-left-color: #e8a020; }
  html.skin-theme-clientpref-night .crw-hero-sub { color: #6a8aaa; }
  html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1a3050; }
  html.skin-theme-clientpref-night .crw-panel-head { background: #060d1a; }
  html.skin-theme-clientpref-night .crw-panel-body { color: #c8d8e8; }
  html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-night .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; }
  html.skin-theme-clientpref-night .crw-how-title { color: #e0eaf5; }
  html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-night .crw-article-card:hover { border-top-color: #e8a020; }
  html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; }
  html.skin-theme-clientpref-night .crw-article-title { color: #e0eaf5; }
  html.skin-theme-clientpref-night .crw-article-title a { color: #e0eaf5; }
  html.skin-theme-clientpref-night .crw-article-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-night .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-night .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; }
  html.skin-theme-clientpref-night .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-night .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; }
  html.skin-theme-clientpref-night .crw-tool-name { color: #e0eaf5; }
  html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-night .crw-news-text { color: #c8d8e8; }
  html.skin-theme-clientpref-night .crw-news-text a { color: #e0eaf5; }
  html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1a3050; }
  html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; }
  html.skin-theme-clientpref-night .crw-cta-bar { background: #060d1a; }
  html.skin-theme-clientpref-night .crw-how-strip { border-top-color: #1a3050; }
}

@media screen and (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os .crw-hero { background: #060d1a; border-left-color: #e8a020; }
  html.skin-theme-clientpref-os .crw-hero-sub { color: #6a8aaa; }
  html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1a3050; }
  html.skin-theme-clientpref-os .crw-panel-head { background: #060d1a; }
  html.skin-theme-clientpref-os .crw-panel-body { color: #c8d8e8; }
  html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-os .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; }
  html.skin-theme-clientpref-os .crw-how-title { color: #e0eaf5; }
  html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-os .crw-article-card:hover { border-top-color: #e8a020; }
  html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; }
  html.skin-theme-clientpref-os .crw-article-title { color: #e0eaf5; }
  html.skin-theme-clientpref-os .crw-article-title a { color: #e0eaf5; }
  html.skin-theme-clientpref-os .crw-article-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-os .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-os .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; }
  html.skin-theme-clientpref-os .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; }
  html.skin-theme-clientpref-os .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; }
  html.skin-theme-clientpref-os .crw-tool-name { color: #e0eaf5; }
  html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; }
  html.skin-theme-clientpref-os .crw-news-text { color: #c8d8e8; }
  html.skin-theme-clientpref-os .crw-news-text a { color: #e0eaf5; }
  html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1a3050; }
  html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; }
  html.skin-theme-clientpref-os .crw-cta-bar { background: #060d1a; }
  html.skin-theme-clientpref-os .crw-how-strip { border-top-color: #1a3050; }
}