@charset "UTF-8";
.section-shorts .views-row {
  margin: 20px 0
}
.section-shorts .views-row a {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  -webkit-transition: color .3s;
  transition: color .3s
}
.section-shorts__content h1,
.section-shorts__content h2,
.section-shorts__content h3,
.section-shorts__content h4,
.section-shorts__content h5,
.section-shorts__content h6 {
  line-height: 1.3
}
.section-shorts__content h1 {
  font-size: 46px;
  margin: 24px 0
}
@media screen and (max-width:767px) {
  .section-shorts__content h1 {
    font-size: 32px;
    margin: 17px 0
  }
}
.section-shorts__content h1:first-child {
  margin-top: 0
}
.section-shorts__content h2 {
  font-size: 38px;
  margin: 20px 0
}
@media screen and (max-width:767px) {
  .section-shorts__content h2 {
    font-size: 28px;
    margin: 14px 0
  }
}
.section-shorts__content h3 {
  font-size: 30px;
  margin: 16px 0
}
@media screen and (max-width:767px) {
  .section-shorts__content h3 {
    font-size: 24px;
    margin: 12px 0
  }
}
.section-shorts__content h4,
.section-shorts__content h5,
.section-shorts__content h6 {
  font-size: 24px;
  margin: 13px 0
}
@media screen and (max-width:767px) {
  .section-shorts__content h4,
  .section-shorts__content h5,
  .section-shorts__content h6 {
    font-size: 19px;
    margin: 10px 0
  }
}
.section-shorts__content li,
.section-shorts__content p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .section-shorts__content li,
  .section-shorts__content p {
    font-size: 16px;
    line-height: 26px
  }
}
.section-shorts__content p {
  margin: 20px 0
}
@media screen and (max-width:767px) {
  .section-shorts__content p {
    margin: 15px 0
  }
}
.section-shorts__content ol,
.section-shorts__content ul {
  padding-left: 18px;
  margin-top: 23px;
  margin-bottom: 33px
}
@media (max-width:700px) {
  .section-shorts__content ol,
  .section-shorts__content ul {
    margin-top: 18px;
    margin-bottom: 23px
  }
}
.section-shorts__content ul {
  list-style-type: unset;
  display: block
}
.section-shorts__content ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: .625rem
}
.section-shorts__content ul li:not(:first-child) {
  margin-top: 6px
}
.section-shorts__content ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
@media screen and (max-width:767px) {
  .section-shorts__content ul li::before {
    top: 7px
  }
}
.section-shorts__content ol li {
  margin-bottom: .625rem;
  margin-left: 20px
}
.section-shorts__content blockquote,
.section-shorts__content blockquote > * {
  font-style: italic;
  font-size: 18px
}
.shorts-teaser {
  margin: -32px 0 40px
}
@media screen and (max-width:680px) {
  .shorts-teaser {
    margin: -5px 0 40px
  }
}
.shorts-teaser__text {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 24px
}
.shorts-teaser__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px
}
@media screen and (min-width:768px) {
  .shorts-teaser__text {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px
  }
  .shorts-teaser__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 35px
  }
}
.shorts-teaser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 32px 32px 24px;
  border-bottom-right-radius: 40px;
  background-color: #f5f5f5;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  -webkit-transition: color .3s;
  transition: color .3s
}
.shorts-teaser__item:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 28C6.26801 28 -2.73984e-07 21.732 -6.11959e-07 14C-9.49935e-07 6.26801 6.26801 1.63337e-06 14 1.29539e-06C21.732 9.57413e-07 28 6.26801 28 14C28 21.732 21.732 28 14 28Z' fill='%23EB2227'/%3E%3Cpath d='M8.75 14L18.375 14' stroke='white' stroke-width='2'/%3E%3Cpath d='M14.875 17.5L18.375 14L14.875 10.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain
}
@media (hover:hover) {
  .section-shorts .views-row a:hover,
  .shorts-teaser__item:hover {
    color: #e1261c
  }
}