/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fafafa;
  color: #2d2d2d;
  font-family: sans-serif;
  line-height: 1;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s ease;
  overflow-x: hidden;
}

/* buttons */

.button {
  background: #000;
  border-radius: 12px;
  color: #fff;
  padding: 14px 18px;
  outline: none;
  cursor: pointer;
  transition: opacity 0.5s ease;
  text-decoration: none !important;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 535;
  line-height: normal;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
  font-family: sans-serif;
}

.button:hover {
  opacity: 0.7;
  color: #fff;
}

.button.grey {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #000;
}

footer.c-footer {
  background-image: linear-gradient(
    to right,
    #d8d8d8 44%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 18px 1px;
  background-repeat: repeat-x;
}

/* copy page */

.c-legal-page a {
  color: inherit;
  text-decoration: underline;
}

.c-legal-page a:hover {
  text-decoration: underline;
}

.c-legal-page .copy-page-header {
  margin-bottom: 40px;
}

.c-legal-page h1 {
  width: 100%;
  color: #000;
  font-family: sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.264px;
  margin-bottom: 10px;
}

.c-legal-page .copy-block {
  width: 100%;
  margin-bottom: 50px;
}

.c-legal-page .copy-block h3 {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: sans-serif;
}

.c-legal-page .copy-block p {
  width: 100%;
  color: #4b617a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.c-legal-page .copy-block p:last-child {
  margin-bottom: 0px;
}

.c-legal-page ul {
  list-style-type: disc;
  width: calc(100% - 15px);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4b617a;
  margin-bottom: 10px;
  margin-left: 15px;
}

.c-legal-page ul li {
  width: 100%;
}

.c-legal-page .copy-block p:last-child {
  margin-bottom: 0px;
}

.c-legal-page [data-custom-class='body'],
.c-legal-page [data-custom-class='body'] * {
  background: transparent !important;
}
.c-legal-page [data-custom-class='title'],
.c-legal-page [data-custom-class='title'] * {
  font-family: sans-serif !important;
  font-size: 26px !important;
  color: #000000 !important;
}
.c-legal-page [data-custom-class='subtitle'],
.c-legal-page [data-custom-class='subtitle'] * {
  font-family: sans-serif !important;
  color: #595959 !important;
  font-size: 15px !important;
}
.c-legal-page [data-custom-class='heading_1'],
.c-legal-page [data-custom-class='heading_1'] * {
  font-family: sans-serif !important;
  font-size: 19px !important;
  color: #000000 !important;
}
.c-legal-page [data-custom-class='heading_2'],
.c-legal-page [data-custom-class='heading_2'] * {
  font-family: sans-serif !important;
  font-size: 17px !important;
  color: #000000 !important;
}
.c-legal-page [data-custom-class='body_text'],
.c-legal-page [data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
}
.c-legal-page [data-custom-class='link'],
.c-legal-page [data-custom-class='link'] * {
  color: #000 !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
  word-break: break-word !important;
}

/* rails error */

div#error_explanation {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffe4e4;
  color: #d20800;
}

div#error_explanation h2 {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
  font-family: sans-serif;
}

div#error_explanation ul {
  font-size: 15px;
  list-style-position: inside;
  margin-top: 7px;
  padding-left: 4px;
  width: 100%;
}

div#error_explanation ul li {
  width: 100%;
}

div#error_explanation ul li a {
  color: #d20800;
}
