.ad-unit-container-with-img {
  margin: 50px auto;
  max-width: 880px;
  width: 800;
}

.tk-ad-nudge-unit-wrapper .wrapper {
  font-family: Arial !important;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.tk-ad-nudge-unit-wrapper .wrapper .img-container {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
.tk-ad-nudge-unit-wrapper .wrapper .img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tk-ad-nudge-unit-wrapper:not(.ad-unit-container-with-img)
  .wrapper
  .content-container {
  border: 1px solid rgba(50, 31, 31, 0.08);
  padding: 50px 25px;
}
.tk-ad-nudge-unit-wrapper .wrapper .content-container svg,
.tk-ad-nudge-unit-wrapper .wrapper .content-container img {
  width: 40px;
  height: 40px;
  margin: 0px auto 15px;
  display: block;
}
.tk-ad-nudge-unit-wrapper .wrapper .content-container h2,
.tk-ad-nudge-unit-wrapper .wrapper .content-container .h2 {
  color: #fff;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
.tk-ad-nudge-unit-wrapper .wrapper .content-container p {
  color: #f8f5ea;
  font-family: Arial !important;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tk-ad-nudge-unit-wrapper .wrapper .content-container .ad-unit-cta {
  color: #44214b;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.tk-ad-nudge-unit-wrapper .wrapper .content-container p span {
  background-color: inherit !important;
}
.tk-ad-nudge-unit-wrapper .wrapper .content-container .ad-unit-cta:hover {
  color: #44214b;
}
.tiny-disclaimer p {
  color: #321f1f;
  text-align: center;
  font-family: Archivo !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 0px;
}
.tiny-disclaimer span {
}
.tiny-disclaimer a {
  color: rgba(50, 31, 31, 0.64) !important;
  text-decoration-line: underline;
  font-style: normal !important;
}
.ad-unit-container-full-width {
  margin: 50px auto;
  max-width: 880px;
}
.ad-unit-container-full-width .wrapper {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(50, 31, 31, 0.08);
}
.ad-unit-container-full-width .wrapper .big-logo {
  height: 64px !important;
  width: 64px !important;
}
.ad-unit-container-full-width .wrapper .content-container {
  background-color: transparent;
  border: none;
  padding: 50px 25px;
}

/*@media (min-width:768px) and (max-width:1023px){
  .ad-unit-container-with-img {
    margin: 50px auto 50px -55px;
    max-width: 880px;
    width: 700px;
  }

  .ad-unit-container-with-img .wrapper .content-container {
    flex: 1;
  }
}*/
@media (max-width: 767px) {
  .ad-unit-container-with-img .wrapper .content-container {
    padding: 25px;
  }
}
@media (min-width: 620px) {
  .ad-unit-container-with-img .wrapper {
    flex-direction: row;
  }
  .ad-unit-container-with-img .wrapper .img-container {
    min-width: 50%;
    width: 50%;
    height: auto;
  }
  .ad-unit-container-with-img .wrapper .img-container img {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }

  .ad-unit-container-with-img .wrapper .content-container svg,
  .ad-unit-container-with-img .wrapper .content-container img {
    width: 50px;
    height: 50px;
  }
  .ad-unit-container-with-img .wrapper .content-container h2,
  .ad-unit-container-with-img .wrapper .content-container .h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .ad-unit-container-with-img .wrapper .content-container h2,
  .ad-unit-container-with-img .wrapper .content-container .h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
  .ad-unit-container-full-width .wrapper .big-logo {
    height: 80px !important;
    width: 80px !important;
  }
  .ad-unit-container-full-width .wrapper .content-container {
    background-color: transparent;
    padding: 80px 50px;
  }
}

/* Internal Ad Unit Css */

.ad-unit-editorial-nudges {
  border-radius: 2px;
  border: 1px solid rgba(50, 31, 31, 0.12);
  padding: 15px;
  max-width: 620px;
  margin: 50px auto;
}

.ad-unit-editorial-nudges span {
  color: #321f1f;
  font-weight: 700;
  font-family: Ivar !important;
}
.ad-unit-editorial-nudges p {
  color: #321f1fcc;
  font-family: Ivar !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
.ad-unit-editorial-nudges a {
  color: #f33;
  font-family: Ivar !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-decoration: none !important;
  font-style: normal !important;
}
.ad-unit-editorial-nudges img {
  width: 60px;
  height: 60px;
}

.ad-unit-non-editorial-nudges {
  border-radius: 2px;
  border: 1px solid rgba(50, 31, 31, 0.12);
  padding: 15px;
  max-width: 620px;
  margin: 50px auto;
}
.ad-unit-non-editorial-nudges span {
  color: #321f1f;
  font-weight: 600;
  font-family: Archivo !important;
}
.ad-unit-non-editorial-nudges p {
  color: #321f1fcc;
  font-family: Archivo !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ad-unit-non-editorial-nudges a {
  color: #f33;
  font-family: Archivo !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.ad-unit-non-editorial-nudges .mission-container,
.ad-unit-non-editorial-nudges .cross-selling-alternate-product-container {
  display: flex;
  gap: 15px;
}

.ad-unit-non-editorial-nudges .mission-container p,
.ad-unit-non-editorial-nudges .cross-selling-alternate-product-container p {
  /*flex: 1;*/
  padding-bottom: 0px;
}
.ad-unit-non-editorial-nudges img {
  width: 60px;
  height: 60px;
}

.ad-unit-wrapper p {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .ad-unit-editorial-nudges {
    padding: 20px;
  }
  .ad-unit-editorial-nudges p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
  .ad-unit-editorial-nudges a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
  .ad-unit-editorial-nudges img {
    width: 96px;
    height: 96px;
  }

  .ad-unit-non-editorial-nudges {
    padding: 20px;
  }
  .ad-unit-non-editorial-nudges p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .ad-unit-non-editorial-nudges a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .ad-unit-non-editorial-nudges .mission-container,
  .ad-unit-non-editorial-nudges .cross-selling-alternate-product-container {
    display: flex;
    gap: 20px;
  }
  .ad-unit-non-editorial-nudges img {
    width: 96px;
    height: 96px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ad-unit-container-with-img {
    margin: 50px auto 50px -75px;
    max-width: 750px;
    width: 750px;
  }
  .ad-unit-container-full-width {
    margin: 50px auto 50px -75px;
    max-width: 750px;
    width: 750px;
  }

  .ad-unit-container-with-img .wrapper .content-container {
    padding: 50px;
  }
  .ad-unit-container-with-img .wrapper .content-container h2,
  .ad-unit-container-with-img .wrapper .content-container .h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.22px;
  }

  .ad-unit-container-full-width .wrapper .content-container h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
}

@media (min-width: 1200px) {
  .ad-unit-container-with-img {
    margin: 50px auto 50px -85px;
    max-width: 880px;
    width: 800px;
  }
  .ad-unit-container-full-width {
    margin: 50px auto 50px -85px;
    max-width: 880px;
    width: 800px;
  }

  .ad-unit-container-with-img .wrapper .content-container {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tk-ad-nudge-unit-wrapper .wrapper .content-container .ad-unit-cta {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .ad-unit-container-with-img .wrapper .content-container h2,
  .ad-unit-container-with-img .wrapper .content-container .h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.24px;
  }

  .ad-unit-container-full-width .wrapper .content-container h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
}

.story-content-section
  .main-content
  .main-cms-content-wrapper
  .external-link
  .external-link-tooltip
  .external-link-tooltip-title,
.external-link .external-link-tooltip .external-link-tooltip-title,
.external-link .external-link-tooltip .external-link-tooltip-description {
  font-family: Archivo;
  font-weight: 500;
}
.story-content-section
  .main-content
  .main-cms-content-wrapper
  .external-link
  .external-link-tooltip
  .external-link-tooltip-title,
.external-link .external-link-tooltip .external-link-tooltip-title,
.external-link .external-link-tooltip .external-link-tooltip-description {
  font-weight: 600;
}

@media (max-width: 767px) {
  .mobile_image {
    display: block !important;
    width: 100%;
  }
  .full_width_bg_mobile_image {
    display: block !important;
  }
}

@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Archivo;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/Archivo-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Italic.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Regular.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Medium.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-MediumItalic.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-SemiBold.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-SemiBoldItalic.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-SemiBoldItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Bold.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Ivar;
  src: url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-BoldItalic.woff) format("woff"),
    url(https://the-ken.com/wp-content/themes/the-ken/assets/assets_3_0/css/IvarText-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}

.mobile-app .d-none {
  display: none;
}

.mobile-app .d-none.d-md-block {
  display: none;
}

@media (min-width: 768px) {
  .mobile-app .d-none.d-md-block {
    display: block;
  }
}

.mobile-app .tk-ad-nudge-unit-wrapper p,
.dark-story-page .tk-ad-nudge-unit-wrapper p,
.light-story-page .tk-ad-nudge-unit-wrapper p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.dark-story-page .tk-ad-nudge-unit-wrapper p {
  color: rgba(255, 255, 255, 0.56);
}

.dark-story-page .tk-ad-nudge-unit-wrapper span {
  color: rgba(255, 255, 255, 0.84);
}

.main-cms-content-wrapper
  .additional-info
  .additional-info-tooltip
  .additional-info-tooltip-title,
.story-content-section
  .main-content
  .main-cms-content-wrapper
  .additional-info
  .additional-info-tooltip
  .additional-info-tooltip-description {
  font-family: Archivo;
  font-weight: 500;
}

.main-cms-content-wrapper
  .additional-info
  .additional-info-tooltip
  .additional-info-tooltip-title {
  font-weight: 600;
}

.main-cms-content-wrapper
  .external-link
  .external-link-tooltip
  .external-link-tooltip-title {
  font-family: Archivo;
  font-weight: 600;
}
.external-link .external-link-tooltip .external-link-tooltip-description {
  font-weight: 500;
}

.mobile-app .tk-ad-nudge-unit-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.dark-story-page .tk-ad-nudge-unit-wrapper .wrapper .content-container,
.light-story-page .tk-ad-nudge-unit-wrapper .wrapper .content-container,
.mobile-app-story-page .tk-ad-nudge-unit-wrapper .wrapper .content-container {
  padding: 50px 25px;
}

.mobile-app-story-page .tk-ad-nudge-unit-wrapper .tiny-disclaimer p,
.light-story-page .tk-ad-nudge-unit-wrapper .tiny-disclaimer p {
  margin-top: 10px !important;
}

.dark-story-page .tk-ad-nudge-unit-wrapper .tiny-disclaimer p a {
  color: #f33 !important;
  text-decoration: underline !important;
}

.nutgraf-template-default .tk-ad-nudge-unit-wrapper .wrapper .content-container,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .wrapper .content-container {
  padding: 50px 25px;
  margin-bottom: 0 !important;
}

@media (min-width: 600px) {
  .mobile-app
    .tk-ad-nudge-unit-wrapper.ad-unit-container-with-img
    .wrapper
    .img-container
    img {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
  }

  .mobile-app .ad-unit-container-with-img .wrapper .img-container {
    overflow: hidden;
    object-fit: fill;
    object-position: top;
    height: 100%;
    max-height: 320px;
  }

  .mobile-app .tk-ad-nudge-unit-wrapper .mission-container p {
    margin-bottom: 0 !important;
  }

  .mobile-app .ad-unit-container-full-width .wrapper .content-container {
    border-radius: 10px;
  }
  .mobile-app .ad-unit-container-full-width .wrapper {
    border-radius: 10px;
  }

  .mobile-app .ad-unit-container-full-width .tiny-disclaimer,
  .mobile-app .ad-unit-container-full-width .tiny-disclaimer p {
    margin-top: 0;
    padding-top: 0;
  }

  .mobile-app .ad-unit-container-full-width .tiny-disclaimer p {
    margin-top: 10px;
  }
}

.mobile-app .tk-ad-nudge-unit-wrapper .mission-container p {
  margin-bottom: 0 !important;
}

.mobile-app .ad-unit-container-full-width .wrapper .content-container {
  border-color: 1px solid red;
}
.mobile-app .ad-unit-container-full-width .wrapper {
  border-radius: 10px;
}

.mobile-app .ad-unit-container-full-width .tiny-disclaimer,
.mobile-app .ad-unit-container-full-width .tiny-disclaimer p {
  margin-top: 0;
  padding-top: 0;
}

.mobile-app .ad-unit-container-full-width .tiny-disclaimer p {
  margin-top: 10px;
}

body.mobile-app {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
}

.mobile-app .tk-ad-nudge-unit-wrapper.ad-unit-editorial-nudges p {
  font-family: Ivar;
}

.mobile-app .tk-ad-nudge-unit-wrapper {
  height: fit-content;
}

.tk-ad-nudge-unit-wrapper .content-container a {
  font-family: Archivo;
}
.nutgraf-template-default
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  h2,
.nutgraf-template-default
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  .h2,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .wrapper .content-container h2,
.mobile-app-newsletter
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  .h2 {
  line-height: 24px !important;
}
.nutgraf-template-default
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  p,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .wrapper .content-container p {
  font-family: Archivo;
  line-height: 20px !important;
}

.light-story-page .ad-unit-editorial-nudges p span,
.dark-story-page .ad-unit-editorial-nudges p span {
  font-weight: 700 !important;
}

.dark-story-page .ad-unit-editorial-nudges,
.nutgraf-template-default.dark-mode .ad-unit-editorial-nudges,
.nutgraf-template-default.dark-mode .ad-unit-non-editorial-nudges,
.mobile-app-newsletter.dark-mode .ad-unit-non-editorial-nudges,
.mobile-app-newsletter.dark-mode .ad-unit-editorial-nudges,
.dark-story-page .ad-unit-non-editorial-nudges,
.mobile-app-newsletter.dark-mode .ad-unit-non-editorial-nudges {
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
}

.nutgraf-template-default .tk-ad-nudge-unit-wrapper .img-container img,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .img-container img,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .img-container,
.mobile-app-newsletter .tk-ad-nudge-unit-wrapper .wrapper {
  margin-bottom: 0 !important;
  object-fit: cover !important;
}

.mobile-app .tk-ad-nudge-unit-wrapper.ad-unit-editorial-nudges p span {
  font-family: Ivar;
  font-weight: 700;
}

.android .tk-ad-nudge-unit-wrapper .content-container {
  padding: 50px 25px !important;
}

.android .ad-unit-non-editorial-nudges p {
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .mobile-app .tk-ad-nudge-unit-wrapper .tiny-disclaimer p {
    font-family: Archivo !important;
    padding-top: 10px !important;
    margin-top: 0 !important;
  }

  .android .tk-ad-nudge-unit-wrapper .tiny-disclaimer p {
    font-family: Archivo !important;
    font-weight: normal;
    padding-top: 10px !important;
    margin-top: 0 !important;
  }

  body.android .tk-ad-nudge-unit-wrapper p {
    font-family: Archivo !important;
    font-weight: 400;
  }

  .tk-ad-nudge-unit-wrapper p span {
    font-family: Archivo;
    font-weight: 500;
  }

  .nutgraf-template-default .tk-ad-nudge-unit-wrapper .tiny-disclaimer p span,
  .mobile-app .tk-ad-nudge-unit-wrapper .tiny-disclaimer p span {
    font-family: Archivo !important;
    font-weight: 500;
  }

  .nutgraf-template-default .ad-unit-non-editorial-nudges p,
  .mobile-app .ad-unit-non-editorial-nudges p {
    font-family: Archivo !important;
  }
  .mobile-app .ad-unit-non-editorial-nudges a {
    font-family: Archivo !important;
    font-weight: 500;
  }

  .mobile-app .tk-ad-nudge-unit-wrapper p {
    margin-top: 0 !important;
  }
}

.android .rich-img-with-caption .rich-img-caption-container .rich-img-caption {
  font-weight: 500 !important;
}

.android .podcast_section .inner_podcast .podcast_subtitle {
  font-weight: 500 !important;
}

.android .time-display span {
  font-weight: 500 !important;
}

.light-story-page .rich-video-with-caption .rich-caption,
.dark-story-page .rich-video-with-caption .rich-caption {
  max-width: 95% !important;
}

.nutgraf-template-default.single.single-nutgraf.single-format-standard.logged-in.theme-the-ken.woocommerce-no-js.browser-chrome.os-mac.aesop-core.aesop-on-the-ken-theme.wp-featherlight-captions.member-logged-in.body-bg.show-message-band1.mobile-app-newsletter
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  p,
.nutgraf-template-default.single.single-nutgraf.single-format-standard.logged-in.theme-the-ken.woocommerce-no-js.browser-chrome.os-mac.aesop-core.aesop-on-the-ken-theme.wp-featherlight-captions.member-logged-in.body-bg.show-message-band1.mobile-app-newsletter
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  span,
.nutgraf-template-default.single.single-nutgraf.single-format-standard.logged-in.theme-the-ken.woocommerce-no-js.browser-chrome.os-mac.aesop-core.aesop-on-the-ken-theme.wp-featherlight-captions.member-logged-in.body-bg.show-message-band1.mobile-app-newsletter
  .tk-ad-nudge-unit-wrapper
  .wrapper
  .content-container
  p
  span {
  background-color: transparent !important;
}

.dark-story-page
  .story-content-section
  .main-content
  .main-cms-content-wrapper
  .long-text-highlight {
  background: #321f1f !important;
}

.dark-story-page
  .story-content-section
  .main-content
  .main-cms-content-wrapper
  .long-text-highlight
  p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.dark-story-page
  .story-content-section
  .main-content
  .main-cms-content-wrapper
  h4 {
  color: #fff !important;
}

.dark-story-page
  .story-content-section
  .main-content
  .main-cms-content-wrapper
  .long-text-highlight
  ul,
.dark-story-page
  .story-content-section
  .main-content
  .main-cms-content-wrapper
  .long-text-highlight
  li {
  color: rgba(255, 255, 255, 0.72) !important;
}
