/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.o-linewidthsimulation {
  width: 100%;
  padding: 7.375rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.pageChapter:has(.o-linewidthsimulation) {
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .o-linewidthsimulation {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-linewidthsimulation form {
  margin-top: 6.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.o-linewidthsimulation-form__button {
  align-self: flex-end;
  padding-bottom: 0.1875rem;
}
.o-linewidthsimulation .a-closeButton {
  display: block;
  position: absolute;
  top: 0;
  right: 1.25rem;
  z-index: 100;
}
.o-linewidthsimulation .m-filter > button,
.o-linewidthsimulation .m-filter label {
  text-transform: none;
}

#simulatorHelpTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  padding: 0.25rem 0;
  cursor: pointer;
}
:has(.-bg-sand-bright, .-bg-sand, .-bg-red) #simulatorHelpTitle {
  border-color: #160000;
}
#simulatorHelpTitle i {
  transition: rotate 250ms ease-out;
}
#simulatorHelpTitle[aria-expanded=true] i {
  rotate: -180deg;
}

#simulatorHelpContent {
  height: 0;
  max-height: 500px;
  overflow: hidden;
  transition: height 250ms ease-out;
}
#simulatorHelpContent[aria-hidden=false] {
  height: auto;
}

#chart-title {
  display: none;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.1;
}
#chart-title[aria-hidden=false] {
  display: block;
}

#chart_div > div > div,
#chart_div2 > div > div {
  max-width: 100%;
  margin: 0 auto;
}

/* Modal Styles */
#acceptServiceModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#acceptServiceModal .modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
}
#acceptServiceModal button.a-closeButton {
  color: #000;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 32435435;
  transition: none;
  height: 20px;
  width: 20px;
  transition: none;
}
#acceptServiceModal button.a-closeButton:before, #acceptServiceModal button.a-closeButton:after {
  background-color: #000;
}
#acceptServiceModal button.a-closeButton:hover {
  height: 20px;
  width: 20px;
  transition: none;
  transform: none;
}
#acceptServiceModal .modal-body {
  padding: 20px;
  text-align: center;
}
#acceptServiceModal .modal-footer {
  display: flex;
  justify-content: center;
  padding: 10px;
}

/*# sourceMappingURL=lcWidthSimulator.css.map */