.card {
  border-radius: 10px;
}
.card-img-top {
  object-fit: cover;
}
.card-cta {
  color: #0a0a0d;
  text-decoration: underline;
  font-weight: bold;
}
.mySwiper {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  width: 90%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-left: 0px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-image {
  object-fit: cover;
  margin-block: 3rem;
  height: 200px !important;
}
.swiper-button {
  font-size: 1rem;
  border-radius: 50px 50px 50px 50px;
  padding-inline: 40px;
  padding-block: 7px;
  border: 1px #212529 solid;
  font-weight: bold;
  margin-top: 1rem;
}
.swiper-title-and-description {
  height: 160px;
}
.swiper-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  word-break: break-word;
}
.swiper-description {
  font-size: 1rem;
  text-align: center;
  word-break: break-word;
}

.samsung-modal-footer {
  background-color: #E7E7E7;
  padding: 1rem;
  font-size: 11px;
}
.samsung-modal-header {
  justify-content: center;
  margin-block: 0.5rem;
}
.modal-header-second-column {
  text-align: center;
}
.modal-cross-column {
  position: absolute;
  right: 10px;
  top:20px;
  text-align: end;
}
.samsung-modal-body {
  padding: 3rem;
  max-height: 50vh;
  overflow: auto;
}
.modal-link {
  cursor: pointer;
  font-weight: bold;
}
.modal-body-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  word-break: break-word;
}
.modal-body-description {
  font-size: 0.5rem;
  text-align: center;
  word-break: break-word;
}
.modal-card {
  padding: 1rem;
}
.modal-body-box {
  margin-bottom: 20px;
}

.header-modal-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-header-first-column{
  text-align: left;
  margin-bottom: 10px;
}

.questionnaire-prompt {
word-break: break-word;
}

b, strong {
font-weight: bold;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.cookie-consent__text {
  font-size: 12px;
  line-height: 17px;
  color: #828282;
}
.cookie-consent__text > input {
  margin-left: 5px;
}

.cookie-consent__text > a, .cookie-consent__text > a:visited {
  text-decoration: underline;
  color: #828282;
}

.cookie-consent__compliance {
  cursor: pointer;
  padding: 8px 15px;
  background: #212529;
  border: 0;
  font-family: SamsungOne,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Arial;
  color: #fff;
  font-size: 14px;
  height: auto;
  margin-left: 5px;
  text-transform: uppercase;
  border-radius: 30px;
}

.microsite-footer {
  margin-top: 100px;
  margin-bottom: 0px;
  position: static;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
}

.microsite-footer-content {
  position: relative;
  height: 34px;
  border-top: 1px solid #d9d9d9;
  align-items: center !important;
  padding-block: 23px;
  font-size: 12px;
  padding-top: 10px;
}

.microsite-footer-text {
  position: relative;
  margin: 0;
  padding-right: 1rem;
}
/*.app-microsite-footer-text {
  margin-bottom: 2px !important;
}*/
.app-microsite-footer-text > a {
  margin-right: 5px;
  text-decoration: none;
  color: rgb(33, 37, 41);
}
.app-microsite-footer-text > a:not(:first-child) {
  margin-left: 5px;
}
