:root {
  --yellowUDPlugin: rgba(251,187,25,1);
  --lightBlueUDPlugin: #5FA0C9;
  --blueUDPlugin: #002152;
  --lighterBlueUDPlugin: #005396;
  --fontMedium: 500;
  --fontSemiBold: 600;
  --fontBold: 700;
  --fontExtraBold: 800;
}

.orangeActionButtonPlugin {
  background: #fcc216;
  display: inline-block;
  font-family: Montserrat, Verdana;
  font-size: 12px;
  font-weight: 600;
  color: var(--blueUDPlugin);
  transition: 200ms all ease-in-out;
  padding: 13px 22px;
  position: relative;
}
.orangeActionButtonPlugin:hover {
  color: #ffffff;
}
.orangeActionButtonPlugin:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #fcc216 0%, #f37627 100%);
  z-index: 1;
}

.infoCard {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

.infoCard-description-wrapper {
  display: flex;
  background: #ffffff;
  border-radius: 0 0 30px 30px;
  padding: 31px 40px;
  justify-content: space-between;
}
.infoCard-description-wrapper .learnMore {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.infoCard-description {
  max-width: 342px;
  width: 100%;
}
.infoCard-description h1 {
  font-size: 34px;
  font-weight: 800;
  margin: 0;
  color: var(--blueUDPlugin);
}
.infoCard-description p {
  font-size: 14px;
  font-weight: Bold;
  color: #5FA0C9;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .infoCard-description-wrapper {
    flex-direction: column;
    padding: 31px 20px;
  }
  .infoCard-description-wrapper .learnMore {
    margin-top: 10px;
    align-items: center;
  }

  .infoCard-description {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.whatsnew-wrapper-background {
  background: url("/wp-content/plugins/upperdeck/assets/img/arrowdown_white.png") no-repeat center top var(--blueUDPlugin);
  position: relative;
  padding: 59px 0 72px 0;
  font-family: Montserrat;
}
.whatsnew-wrapper-background .whatsnew-wrapper {
  width: 100%;
  max-width: 1159px;
  margin: 0 auto;
}
.whatsnew-wrapper-background .whatsnew-title {
  font-weight: var(--fontExtraBold);
  font-size: 34px;
  letter-spacing: 0em;
  line-height: 46px;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
.whatsnew-wrapper-background .whatsnew-category-date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.whatsnew-wrapper-background .whatsnew-category-date .whatsnew-category {
  font-size: 12px;
  font-weight: var(--fontSemiBold);
  color: #ffffff;
  background: var(--lightBlueUDPlugin);
  padding: 10px 12px;
  margin-right: 12px;
}
.whatsnew-wrapper-background .whatsnew-category-date .whatsnew-date {
  color: var(--lightBlueUDPlugin);
  font-size: 15px;
  font-weight: var(--fontMedium);
}
.whatsnew-wrapper-background .whatsnew-article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 48px;
}
.whatsnew-wrapper-background .whatsnew-article-list .whatsnew-article {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.whatsnew-wrapper-background .whatsnew-article-list .whatsnew-article .whatsnew-article-title {
  font-weight: var(--fontExtraBold);
  margin-bottom: 21px;
}
.whatsnew-wrapper-background .whatsnew-article-list .whatsnew-article .whatsnew-article-description {
  font-size: 15px;
  font-weight: var(--fontMedium);
  margin-bottom: 26px;
}
.whatsnew-wrapper-background .whatsnew-article-list .whatsnew-article:nth-child(2) {
  border-left: 1px solid #1E5391;
  border-right: 1px solid #1E5391;
  padding: 0 35px;
}

.productList {
  display: flex;
  flex-direction: column;
}

.productExcerpt {
  display: flex;
  flex-direction: column;
}
.productExcerpt .productExcerpt-image {
  border-radius: 30px;
  background: #f5f5f5;
  border-radius: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 268px;
  max-height: 268px;
  margin-bottom: 20px !important;
}
.productExcerpt .productExcerpt-image img {
  max-width: 100%;
}
.productExcerpt .productExcerpt-title {
  font-family: Montserrat;
  font-weight: var(--fontExtraBold);
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: left;
  color: var(--lighterBlueUDPlugin);
  margin-bottom: 17px;
}
.productExcerpt .productExcerpt-content {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #505050;
  font-weight: var(--fontMedium);
}
.productExcerpt .productExcerpt-learnmore {
  margin-top: 20px;
}

/*# sourceMappingURL=upperdeckplugin.style.css.map */
