  /* @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap'); */

body {
  /* background: #eee; */
  overflow: hidden;
}

* a {
  text-decoration: none;
}

.shortnews-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
  position: relative;
}

.shortnews_data_wrapper {
  width: 400px;
  height: 600px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.shortnews-main-shadow {
  position: absolute;
  width: 100%;
}

.outer_wrapper {
  position: relative;
  width: fit-content;
}

.shortnews-main-shadow::before {
  content: '';
  border-radius: 0 0 20px 20px;
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -9px;
  margin: 0 auto;
  max-width: 98%;
  background: #979797b8;
  box-shadow: 0 0 30px 0 rgba(187, 187, 187, .65);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}

.shortnews-main-shadow::after {
  content: '';
  border-radius: 0 0 28px 28px;
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -18px;
  right: 20px;
  margin: 0 auto;
  max-width: 95%;
  background: rgba(224, 219, 219, 1.65);
  box-shadow: 11px 8px 39px -10px rgba(187, 187, 187, .65);
  z-index: -2;
  left: 50%;
  transform: translate(-50%, 0);
}

.logo-pair {
  display: none !important;
}

.Card {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}

.header {
  text-align: center;
  background-color: #f0f0f0;
  position: relative;
}

.shorts-logo-sortd {
  max-width: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 8%;

}

.shorts-shorts-pagination-num {
  position: absolute;
  right: 1rem;
  top: 12rem;
}

.shorts-shorts-pagination-curr {
  z-index: 1;
  text-align: right;
  color: #fff;
  font: italic bold 24px / 18px 'Roboto', sans-serif;
}

.shorts-shorts-pagination-ttl {
  font: bold 12px / 10px 'Roboto', sans-serif;
  color: #fff;
}

.shorts-news-image {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
}

.Card-content {
  padding: 0px 18px;
  font-family: "Libre Franklin", sans-serif;
  margin: 10px 0;
}

.Card-content h1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 7px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  font-family: "DM Serif Display", serif !important;
}

.shorts-category {
  font-size: 14px;
  font-weight: 600;
}

.shorts-date {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  border-left: 1px solid #ddd;
  padding-left: 12px;
  margin-left: 10px;
}

.shorts-description {
  font-size: 15px;
  color: #222;
  margin: 10px 0;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  display: -webkit-box;
}

.shorts-read-more {
  padding: 4px 15px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
  background-color: #0d1c3d;
  font-family: "Libre Franklin", sans-serif;
  padding: 8px 10px;
}

.Card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 0 11px
}

.shorts-share {
  font-size: 20px;
  cursor: pointer;
}

.shorts-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}

.shorts-up-arrow,
.shorts-down-arrow {
  background-color: #bec2ca;
  cursor: pointer;
  margin: 5px 0px;
  color: white;
  font-size: 17px;
  transition: all 0.25s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}

li::marker {
  content: none
}

.story_share.mx-4 ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.story_share.mx-4 li {
  margin: 4px 7px;
  padding: 1px !important;
  border-radius: 100px !important;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 26px;
  list-style-type: none;
}

.story_share.mx-4 li img {
  width: 15px;
  height: 15px;
}

.story_share {
  display: flex;
}

.share a {
  margin-right: 10px;
}

.share a img {
  width: 15px;
  height: 15px;
}

.what-t-m {
  display: none;
}


@media (max-width: 970px) {
  .shorts-pagination {
    display: none;
  }

  .shortnews_data_wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .story_share.mx-4 li {
    margin: 4px 8px;
  }

  .shortnews-main {
    height: auto;
    width: 100%;
  }

  .shortnews_data_wrapper {
    width: 100% !important;
    height: 85vh;
  }

  #shorts-pagination {
    display: none;
  }

  .what-t-m {
    display: block;
  }

  .what-t-d {
    display: none;
  }
}

@media (min-width: 970px) {
  .story_share {
    display: block;
  }
}

.shorts-home-foot {
  position: absolute;
  bottom: 2px;
  left: 2%;
  display: none;
}

.shorts-home-foot h3 {
  margin-left: .3rem;
  font-family: 'inherit';
  font-weight: 800;
  color: #d10014;
  margin-top: .5rem;
  font-size: 16px;
}

.shorts-home-foot a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shorts-read-more:hover {
  opacity: .9;
}

.shorts-logo-sortd-2 {
  max-width: 20px;
}

.Card .image_contianer {
  height: 32vh;
  display: inline-block;
  overflow: hidden;
}

.crd_stk_bar {
  border-radius: 28px;
  bottom: 0;
  content: '';
  opacity: 1;
  transition: all ease-in-out .4s;
  display: none;
}

.crd_stk_bar:before {
  content: '';
  border-radius: 0 0 20px 20px;
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 20px;
  margin: 0 auto;
  background: #979797b8;
  box-shadow: 0 0 30px 0 rgba(187, 187, 187, .65);
}

.crd_stk_bar:after {
  content: '';
  border-radius: 0 0 28px 28px;
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 20px;
  margin: 0 auto;
  background: rgba(224, 219, 219, 1.65);
  z-index: -99;
  box-shadow: 11px 8px 39px -10px rgba(187, 187, 187, .65);
}

@media screen and (min-width: 768px) {
  .Card .image_contianer {
    height: 28vh !important;
    display: inline-block;
    overflow: hidden;
  }
}

@media screen and (max-width: 759px) {
  .outer_wrapper {
    width: 100%;
  }
}


.popup-active {
  overflow-y: hidden;
}

/* subscription news  */


#postSection .membership {
  text-align: center;
  padding: 0 2rem 3rem;
  background: 0 0;
  float: left;
  width: 100%
}

.container-subscribe {
  text-align: center;
}

.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px
}

.subtitle {
  font-size: 1em;
  color: #666;
  margin-bottom: 0;
  margin-top: 13px;
  font-family: "Libre Franklin", sans-serif !important;
  line-height: 1.4em;
  width: 80%;
  margin: 2% 10% 1%;
  display: none;
}

.featuredCaption {
  position: relative;
  margin: 0
}

.benefits {
  margin-bottom: 50px;
  width: 100%
}

.benefit-item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: left
}

.benefit-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.benefit-item p {
  font-size: 14px;
  color: #555;
  margin: 0
}

.subscribe-btn {
  background-color: #d32f2f;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 35px 0 21px
}

.subscribe-btn:hover {
  background-color: #c12727
}

.signin-text {
  font-size: 14px;
  color: #000;
  font-family: "Libre Franklin", sans-serif !important;
  margin: 0px 0 10px 0;
}

.signin-link {
  color: #000;
  text-decoration: none;
  font-weight: 700
}

.signin-link:hover {
  text-decoration: underline
}

.dubble-dot {
  width: 100%;
  border: 1px dotted #da9b45;
  height: 4px;
  float: left;
  margin-top: 7px;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
  display: none;
}

.su_premium_box {
  border-radius: 8px;
  margin: 0;
}

.su_premium_box h3 {
  font-size: 1.88em;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  width: 90%;
  margin: 7% 5% 6%;
  color: #a3630b;
}

.su_border {
  max-width: 207px;
  margin: 24px auto;
  height: 2px;
  background: #cbb479;
  position: relative
}

.su_border div {
  background: 0;
  padding: 0 15px;
  width: 50px;
  background: #fbeeee;
  height: 30px;
  margin: 0 auto
}

.su_border span {
  width: 11px;
  height: 11px;
  position: absolute;
  background: #cbb479;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -4px;
  z-index: 99
}

.su_premium_box ul {
  margin: 50px 6% 30px;
  padding: 0;
  list-style: none;
  width: 90%;
  overflow: hidden
}

.su_premium_box ul li {
  width: 32%;
  float: left;
  margin-bottom: 40px;
  text-align: left;
  min-height: 66px;
  padding-right: 25px
}

.su_premium_box ul li span {
  float: left;
  width: 32px;
  margin-right: 10px
}

.su_premium_box ul li .pm_text {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #212121
}

.su_premium_box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center
}

.membership {
  text-align: center;
  padding: 0 0 0;
  display: inline-block;
  width: 100%
}

.membership h2 {
  margin-bottom: 1rem
}

.membership p {
  margin: 1rem auto 2rem;
  width: 60%;
  text-align: center
}

.membership-plan {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  margin: -2% 5% 2%;
  position: relative;
  width: 90%;
  float: left;
  display: none;
  padding: 4.4% 0 1% 0;
  background: #fff
}

.membership-plan {
  margin: -5% 0 2%;
  width: 100%;
}

.membership-plan p.pricing-class strong {
    font-size: 2.8em;
    font-weight: 400;
    margin-top: -16px;
    display: inline-block;
}

.membership p.offer-class2 {
  width: 100%;
  float: left;
  color: #c68731;
  font-size: 1.4em;
  margin: 0;
  font-family: "DM Serif Display", serif;
}

.membership p.offer-class {
  margin: 6% 0 -4% 0;
  text-align: center;
  width: 100%;
  float: left;
  text-decoration: line-through;
  color: #bfbfbf;
  font-size: 1.64em;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif !important;
  padding: 0 16px
}

.membership p.offer-class {
  margin: 0% 0 -2% 0;
  font-size: 1.5em;
  padding: 0 0 6px 0;
}

.tld_pricingsecr {
  width: 50%;
  float: left
}

.tld_pricingsecr {
  width: 100%;
  padding: 5% 0 0 0;
}

.tld_pricingsecl {
  width: 50%;
  float: left
}

.tld_pricingsecl {
  width: 100%;
  margin-top: 2%;
}

.tld_pricingsecl .membership-detail:nth-child(1) {
  border: none
}

.tld_pricingsecl .membership-detail:nth-child(4) {
  display: none;
}

.tld_pricingsecl .membership-detail:nth-child(5) {
  display: none;
}

.tld_pricingsecl .membership-detail:nth-child(6) {
  display: none;
}

.tld_pricingsecl .membership-detail:nth-child(7) {
  display: none;
}

.membership-plan p.pricing-class {
  font-size: 1.6rem;
  margin: 16% 0 0 0;
  width: 100%;
  font-weight: 400 !important;
  font-family: "DM Serif Display", serif;
}

.membership-plan p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 80%
}

.membership-detail {
  margin: 2px auto;
  width: 80%;
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #5a5a5a;
  font-family: "Libre Franklin", sans-serif !important;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-transform: capitalize
}

.membership-plan button {
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 14px 0 0;
  font-size: 15px;
  font-family: "Libre Franklin", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 15px;
  width: 80%
}

.membership-plan strong {
  font-size: 35px;
  font-weight: 400
}

.highlight {
  display: block
}

.recommended-tag {
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffb900;
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  font-family: "Libre Franklin", sans-serif !important;
  text-transform: uppercase;
  display: none
}

.article-page .article-main .post-item .post-header {
  font-weight: 400 !important;
  line-height: 1.1em
}

#excerpt.subheading {
  margin-bottom: 15px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-size: 1em !important
}

.authr-text-info h5 a {
  font-family: "Libre Franklin", sans-serif !important
}

.main-post-cntnt-left {
  margin: 0 auto
}

.featuredCaption {
  position: relative;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  padding: 10px;
  font-weight: 400
}

.post-description.premium_article p {
  font-family: "Libre Franklin", sans-serif !important;
  padding: 10px 0 0
}

.switch-container {
  background: #fff;
  padding: 0;
  border-radius: 30px;
  display: inline-flex;
  border: 2px solid #0d1c3d;
  overflow: hidden;
  cursor: pointer;
  font-family: "Libre Franklin", sans-serif !important;
  margin: 0;
  position: relative;
  z-index: 1
}

.option {
  flex: 1;
  text-align: center;
  padding: 5px 17px;
  transition: .3s;
  user-select: none;
  color: #0d1c3d;
  font-weight: 700;
  font-size: 12px
}

.option.active {
  background-color: #0d1c3d;
  color: #fff;
  border-radius: 30px
}

.google-auto-placed {
  display: none !important
}

.membership-plan p.pricing-class {
  font-size: 1.24rem;
}

.membership-plan {
  margin: -5% 0 2%;
  width: 100%;
}

.tld_pricingsecr {
  width: 100%;
  padding: 5% 0 0 0;
}

.membership p.offer-class {
  margin: 2% 0 -2% 0;
  font-size: 1em;
  padding: 0px;
}

.membership-plan p.pricing-class {
  font-size: 1.24rem;
}

  .container-subscribe {
    margin: 1% 0 7%;
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, #fffaf3, #eab772, #da9b45);
    border-radius: 10px;
  }


@media (max-width:768px) {
  .tld_pricingsecl .membership-detail:nth-child(4) {
  display: block;
}

  .membership-plan {
    margin: -5% 0 2%;
    width: 100%
  }

  .option {
    font-size: 12px;
    padding: 5px 15px
  }

  .membership-plan p.pricing-class {
    font-size: 1.24rem
  }

  .membership p.offer-class {
    margin: 0% 0 -2% 0;
    font-size: 1.5em;
    padding: 0 0 6px 0;
  }

  .tld_pricingsecr {
    width: 100%;
    padding: 5% 0 0 0
  }

  .tld_pricingsecl {
    width: 100%;
    margin-top: 2%
  }

  .benefit-item,
  .su_premium_box ul li {
    width: 45%
  }

  .container-subscribe {
    margin: 1% 0 7%;
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, #fffaf3, #eab772, #da9b45);
    border-radius: 10px;
    height: 100Vh;
  }

  .su_premium_box {
    width: 100%;
    margin: 0;
    /* padding: 4% 24px 28.9px; */
  }

  .su_premium_box h3 {
    font-size: 1.88em;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    width: 90%;
    margin: 7% 5% 6%;
    color: #a3630b;
  }

  .subtitle {
    font-size: 1em;
    margin-top: 5%;
    display: none;
  }
}

/* @media (max-width:480px) { */

  .benefit-item,
  .su_premium_box ul li {
    width: 100%
  }

  .title {
    font-size: 20px
  }

  .subscribe-btn {
    font-size: 14px
  }
/* } */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .membership-plan p.pricing-class {
    margin: 14% 0 0 0
  }

  .membership p.offer-class {
    margin: 4% 0 0 0
  }

  .membership-plan {
    margin: -2% 0 2%;
    width: 100%
  }

  .su_premium_box {
    /* width: 100%; */
    margin: 0;
    padding: 4% 24px 28.9px
  }
}

.close-btn {
  position: relative;
  top: 23px;
  font-size: 18px;
  cursor: pointer;
  left: 48%;
  font-size: 33px;
  display: none;
  font-weight: 800;
}

.popup {
  /* display: none; */
  position: relative;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
  transition: bottom .4s ease-in-out;
  z-index: 1000;
  /* height: 673px; */
}

.popup.active {
  top: 0;
  display: block;
}

.popup-content {
  text-align: center;
  padding: 20px;
}

.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ai-summary-box {
    padding: 0px 20px;
    border-radius: 8px;
    max-width: 700px;
    font-family: 'Segoe UI', sans-serif;
    position: absolute;
    bottom: 0px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.ai-summary-header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.ai-icon {
    width: 43px;
    margin-right: 10px;
}

.ai-summary-header h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.ai-summary-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

.ai-summary-header h2 {
    font-size: 18px;
    margin: 0;
    color: #7c7c7c;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-align: left;
    width: 100%;
    margin-top: 12px;
}

.Card-footer {
    padding: 0 20px;
}

@media (max-width:767px){
  .Card-footer {
    margin: 15px 0 !important;
}
}

p.ai-summary-head {
    font-size: 12px;
    bottom: 0;
    float: left;
    width: 88%;
    color: #aeaeae;
    margin: 0;
}