/* Buttons */
.mg-0-a {
  margin: 0 auto;
}

.btn-wrapper {
  margin-top: 1.875rem;
}
.btn-wrapper .btn:first-child {
  margin-right: 0.5rem;
}
.btn-wrapper .btn:only-child {
  margin-right: 0;
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
}
@media screen and (min-width: 1900px) {
  .btn {
    font-size: 1.0625rem;
    padding-inline: 1.5625rem;
  }
}
.btn.btn-xs {
  font-size: 0.9375rem;
  background: transparent;
  padding-block: 0.5rem;
}
.btn.btn-xs:hover {
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
}
.btn._invert {
  color: #ffffff;
}

.btn-xs,
.btn-primary {
  border: 1px solid #d32f2f;
}

.btn-primary {
  background-color: #d32f2f;
}
.btn-primary:hover {
  background-color: #811b1b;
  border: 1px solid #d32f2f;
}

.btn-white {
  background-color: transparent;
  color: #000000;
}

.product-media .btn-wrapper .btn,
.product-highlight-media .btn-wrapper .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 0.625rem;
}

.download-btn {
  margin-top: 1.5625rem;
}
.download-btn #downloadBtn {
  width: 100%;
}

/* Arrow Button */
.key-highlight .btn-wrapper .arrow-btn {
  padding: 0;
  border-radius: 0;
  border: unset;
}
.key-highlight .btn-wrapper .arrow-btn svg {
  width: 45px;
  height: 45px;
  stroke-width: 1;
  transition: stroke 0.5s ease;
}
.key-highlight .btn-wrapper .arrow-btn:hover svg {
  stroke: #d32f2f;
}

/* Accordion */
.accordion .ui-accordion-header {
  padding: 1.875rem;
  color: #000000;
  font-weight: 700;
  background-color: #fee;
  border-color: #d32f2f;
}
#referencesAccordion.accordion .ui-accordion-header {
  padding: 1.875rem;
  color: #000000;
  font-weight: 700;
  background-color: rgb(238, 238, 255);
  border-color: #1d1f32;
}
.accordion .ui-accordion-header.ui-state-active {
  background-color: #ffffff;
}
.accordion .ui-accordion-header .ui-accordion-header-icon::before {
  content: "";
}
.accordion .ui-accordion-content {
  padding: 0 1.875rem 1.875rem;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2rem;
  border-color: #d32f2f;
}
#referencesAccordion.accordion .ui-accordion-content {
  padding: 0 1.875rem 1.875rem;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2rem;
  border-color: #1d1f32;
}
.accordion ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25rem 3.75rem;
}
.accordion ul li {
  text-indent: -1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 0.3125rem;
}
.accordion ul li:only-child,
.accordion ul li:last-child {
  padding-bottom: 0;
}
.accordion ul li::marker {
  color: #d32f2f;
}

/* Accordion Caret */
.accordion-caret {
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  font-size: 1rem;
  color: #1d1f32;
}

.accordion-caret.open {
  transform: rotate(180deg);
}

/* Forms */
input,
select,
textarea {
  font-family: "Mona Sans", sans-serif;
}

.form-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #8392a5;
}

.custom-control-label {
  font-size: 1rem;
  color: #333333;
  margin-left: 0.3125rem;
}

.feedback-form {
  display: flex;
  gap: 1.875rem;
  flex-direction: column;
}
.feedback-form .section {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #9a9a9a;
}
.feedback-form .section:last-child {
  border: none;
}

/* Modal */
.modal-custom p {
  font-family: "Mona Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.modal-custom .form-group {
  margin-bottom: 0.9375rem;
}

.custom-header {
  padding-bottom: 0 !important;
}
.custom-header p {
  margin-top: 0.3125rem;
}

.custom-header,
.modal-body {
  padding: 1.25rem;
}

.modal-footer {
  padding-inline: 1.25rem;
  padding-block: 0.9375rem;
}

.modal-backdrop {
  background-color: rgba(0, 49, 126, 0.85);
}

#feedbackForm .modal-dialog-centered {
  max-width: 900px;
}

/* Cards and Keycards */
._keycard::before,
._fools ._copy::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 80%;
  z-index: 1;
}

._keycard {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 685px;
  padding: 3.125rem;
  border-radius: 0.9375rem;
  position: relative;
  overflow: hidden;
  margin-inline: 0.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 575.99px) {
  ._keycard {
    height: 500px;
    padding: 3.125rem 1.25rem;
    margin-inline: 0;
  }
}
@media screen and (min-width: 992px) {
  ._keycard {
    padding: 2.5rem 1.25rem;
  }
  ._keycard h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 1900px) {
  ._keycard {
    padding: 3.125rem;
  }
  ._keycard h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
._keycard:last-first {
  margin-left: 0px;
}
._keycard:last-child {
  margin-right: 0px;
}
._keycard .content-wrap {
  position: relative;
  z-index: 2;
}
._keycard .key-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3.125rem 3.125rem 0 0;
  height: 9.375rem;
}
@media screen and (min-width: 992px) {
  ._keycard .key-icon {
    margin: 1.25rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 1900px) {
  ._keycard .key-icon {
    margin: 3.125rem 3.125rem 0 0;
  }
}
._keycard .btn-wrapper {
  margin-top: 1.875rem;
}

/* Profile Expert */
.profile-expert {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.profile-expert .profile-pic {
  margin-bottom: 0.625rem;
  width: 5rem;
}
.profile-expert .profile-pic img {
  border-radius: 50%;
}
.profile-expert .expert-details {
  flex: 1;
}
.profile-expert .expert-details h5 {
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.profile-expert .expert-details p {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* External Link */
.external-link svg {
  width: 1rem;
  height: 1rem;
}

/* Data List */
ul.data-list li {
  font-family: "Mona Sans", sans-serif;
  margin-bottom: 0.5rem;
}
ul.data-list li:only-child, ul.data-list li:last-child {
  margin-bottom: 0;
}
ul.data-list li .data-title {
  display: inline-block;
  width: 5.625rem;
  font-weight: 600;
}

/* Default Lists */
ul.default-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25rem;
}
ul.default-list li {
  text-indent: -1.5625rem;
  padding-bottom: 0.3125rem;
}
ul.default-list li:only-child,
ul.default-list li:last-child {
  padding-bottom: 0;
}
ul.default-list li::marker {
  color: #53ad27;
}

.uni-jumbo ul.default-list {
  padding-left: 1.5625rem;
}
.uni-jumbo ul.default-list li {
  text-indent: -1.875rem;
}

/* Smoke Free Lists */
ul.smoke-free {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.smoke-free li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding-block: 0.875rem;
  height: 100%;
}
ul.smoke-free li:only-child,
ul.smoke-free li:last-child {
  padding: 0;
}
ul.smoke-free li .score-oval {
  margin-right: 10px;
  flex-shrink: 0;
}

/* Rating Icons */
.rating-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767.99px) {
  .rating-icon {
    align-items: flex-start;
  }
}
.rating-icon svg {
  margin-bottom: 0.9375rem;
}
.rating-icon svg:only-child,
.rating-icon svg:last-child {
  margin-bottom: 0;
}

.thumbs-up {
  color: #53ad27;
}

.thumbs-down {
  color: #d32f2f;
}

.thumbs-up,
.thumbs-down {
  width: 3.125rem;
  height: 3.125rem;
}

/* Line Element */
._line {
  display: flex;
  align-items: center;
}
._line .line {
  flex-grow: 1;
  height: 1px;
  background-color: #101820;
  margin: 0 0.625rem;
}

/* Bullet */
.bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

/* Policy Sections */
.policy {
  margin-top: 3.125rem;
  padding: 1.875rem;
  border-radius: 0.625rem;
}
.policy._good {
  background-color: #efffe6;
}
.policy._bad {
  background-color: #fee;
}
.policy._default {
  margin-top: 1.25rem;
  background-color: #edf3ff;
}
.policy._default .flag-container {
  margin-bottom: 1.25rem;
}

/* Flag Images */
.flag-img {
  width: 3.75rem;
  border-radius: 0.3125rem;
}

.flag-container {
  margin-bottom: 2.5rem;
}
.flag-container img {
  margin-inline: 0.4375rem;
}
.flag-container img:only-child {
  margin-inline: 0;
}
.flag-container img:first-child {
  margin-left: 0;
}
.flag-container img:last-child {
  margin-right: 0;
}

/* Workshop and Tourism Images */
.workshop-img,
.tourism-img {
  margin-bottom: 1.875rem;
  border: none;
}
.workshop-img h5,
.tourism-img h5 {
  text-align: center;
  padding-block: 1.25rem;
}

.workshop-img {
  background-color: #efffe6;
}

.tourism-img {
  background-color: #e4f2ff;
}