*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-right: 4px !important;
  margin-bottom: 2px !important;
  display: block;
  width: auto;
}
:host:last-child, :host:last-of-type {
  margin-right: 0 !important;
}
[alignment=form-distribute] > :host:last-of-type:not(:last-child) {
  margin-right: 4px !important;
}

:host(.duet-m-0) {
  margin: 0 !important;
}

.duet-promo-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  color: rgb(8, 42, 77);
  text-align: left;
  border-radius: 20px;
}
.duet-promo-card.duet-p-0 {
  padding: 0 !important;
}
.duet-promo-card.duet-m-0 {
  margin: 0 !important;
}
.duet-promo-card .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
}
.duet-promo-card .content-wrapper:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva .duet-promo-card .content-wrapper:focus, .duet-promo-card .content-wrapper:focus.duet-theme-turva, .duet-theme-turva2 .duet-promo-card .content-wrapper:focus, .duet-promo-card .content-wrapper:focus.duet-theme-turva2 {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-promo-card .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.duet-promo-card .content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}
@media (min-width: 36em) {
  .duet-promo-card .content {
    padding: 28px;
  }
}
.duet-promo-card .action {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  padding-top: 16px;
}
.duet-promo-card.no-bg-color .content {
  padding: 20px 0 0;
}
.duet-promo-card.no-bg-color .image {
  border-radius: 16px;
}
.duet-promo-card.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.duet-promo-card-link {
  transition: box-shadow 300ms ease;
}
.duet-promo-card-link:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07), 0 2px 10px 0 rgba(0, 41, 77, 0.1);
}
.duet-promo-card-link:hover.duet-theme-turva {
  box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07), 0 2px 10px 0 rgba(117, 117, 117, 0.15);
}