/*
 Theme Name:   Sovereignman Child Theme for bbpress
 Description:  Sovereignman Child Theme for bbpress
 Author:       Betaminders
 Author URI:   http://betaminders.com
 Template:     sovereignman
 Version:      1.0.0
*/
body {
  overflow-x: hidden;
}
#wrapper {
  padding-top: 50px;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: revert-layer !important;
}
.entry-product .entry-content {
    margin: 0px 0 0;
    padding-top:0;
}
/* Override parent theme: remove border from images */
.entry-content img, 
.text-container img {
  border: 0 !important;
  border-radius: 10px !important;
}

#thread-crumbs a,
.bbp-reply-content a {
  color: #0983d1;
}

#thread-crumbs {
  font-size: 12px;
  font-weight: bold;
  color: #94979a;
}
#mega-menu-wrap-sub_header_menu
  #mega-menu-sub_header_menu[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu,
#mega-menu-wrap-sub_header_menu
  #mega-menu-sub_header_menu[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-flyout
  ul.mega-sub-menu {
  z-index: 1000;
}
.max-mega-menu > * {
  font-family: "Mulish" !important;
}
::placeholder {
  font-family: "Mulish" !important;
}
/*
 General and loop-forums
 ************************/

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics {
  border: none;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border: none;
}

#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count,
#bbpress-forums li.bbp-forum-last-topic,
#bbpress-forums li.bbp-forum-last-post {
  float: left;
  border: none;
}

#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count,
/* topics */
#bbpress-forums li.bbp-topic-reply-count {
  width: 8%;
  padding-right: 20px;
  text-align: right !important;
}

li.bbp-forum-count-value,
li.bbp-topic-count-value {
  border-right: solid 1px #e7eaec;
  font-size: 16px;
  font-weight: bold;
  color: #7f8386;
}

li.bbp-forum-info,
li.bbp-topic-title,
li.bbp-forum-last-topic,
li.bbp-forum-last-post {
  width: 28%;
}

#bbpress-forums li.bbp-forum-last-topic img.avatar,
#bbpress-forums li.bbp-forum-last-post img.avatar,
/* topics */
#bbpress-forums li.bbp-topic-title img.avatar,
#bbpress-forums li.bbp-topic-last-post img.avatar {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  float: left;
}

#bbpress-forums li.bbp-forum-last-topic span.date,
#bbpress-forums li.bbp-forum-last-post span.date {
  color: #7f8386;
}

#bbpress-forums li.bbp-header {
  background: none;
  color: #7f8386;
}

#bbpress-forums ul.bbp-forums li,
#bbpress-forums ul.bbp-topics li {
  text-align: left;
  padding-left: 0;
}

.forum-titles li {
  border-bottom: solid 1px #e7eaec;
  border-top: solid 1px transparent;
  padding: 3px 0 5px 10px;
  line-height: 33px;
  font-size: 12px;
}

.forum-titles .bbp-forum-info,
.forum-titles .bbp-topic-title {
  font-size: 20px;
  font-weight: bold;
  color: #2a3035;
}

#bbpress-forums a.bbp-forum-name {
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #2582ce;
  background: url("images/r-arrow.png") no-repeat 0px;
}

/*
 loop-topics
 ************/

#bbpress-forums li.bbp-topic-title {
  width: 55%;
}

.forum-titles li {
  border: none;
}

.bbp-topic-title span.date,
.bbp-topic-last-post span.date,
.bbp-topic-last-post span.author {
  color: #7f8386;
}

.bbp-topic-title a.bbp-topic-permalink {
  color: #0983d1;
  font-weight: bold;
}

.topic-title,
.topic-write-comment {
  float: left;
  margin-right: 10px;
}

/*
 topics
 *******/

#bbpress-forums h1.bbp-topic-title {
  display: block;
  float: left;
  font: normal bold 25px "Lucida Sans Unicode", "Lucida Grande", Helvetica,
    Arial, sans-serif;
  color: #2a3035;
  border-bottom: 1px solid #e7eaec;
  margin: 42px 0 0 -2px;
  padding-bottom: 9px;
  width: 100%;
  text-align: left;
}

#bbpress-forums ul.forums.bbp-replies {
  border: none;
}

#bbpress-forums div.bbp-reply-header {
  background: none;
  border: none;
}

#bbpress-forums div.topic-reply {
  border-bottom: 1px solid #e7eaec;
}

#bbpress-forums .bbp-reply-content h3 {
  font-size: 12px;
  color: #94979a;
  margin: 0 !important;
  text-align: left;
}

#bbpress-forums .bbp-reply-content p {
  font-size: 14px;
  line-height: 18px;
  color: #2a3035;
  padding: 12px 0 5px 0;
}

#bbpress-forums .bbp-reply-content h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #7f8386;
}

#bbpress-forums .bbp-reply-content h3 a:hover {
  text-decoration: underline;
  border: 0;
}

#bbpress-forums fieldset.bbp-form {
  border: none;
}

/*
 Buttons
 ********/

.button,
a.button {
  display: block;
  height: 27px;
  padding: 0 20px;
  color: #33393e;
  background: #f0f1f2;
  text-shadow: 0 1px #eceff0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f0f1f2),
    color-stop(100%, #b1b7b8)
  );
  background-image: -moz-linear-gradient(#f0f1f2, #b1b7b8);
  background-image: -webkit-linear-gradient(#f0f1f2, #b1b7b8);
  background-image: linear-gradient(#f0f1f2, #b1b7b8);
  cursor: pointer;
  font: normal bold 14px Helvetica, Arial, sans-serif;
  line-height: 25px;
  box-shadow: 0 0 0 5px #f3f4f5;
  margin: 5px;
  border: 1px solid #a8b1b4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.button-green {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #9adb33),
    color-stop(100%, #529935)
  );
  background-image: -moz-linear-gradient(#9adb33, #529935);
  background-image: -webkit-linear-gradient(#9adb33, #529935);
  background-image: linear-gradient(#9adb33, #529935);
  color: #fff;
  text-shadow: none;
  border-color: #74aa27;
}

.button.button-green:hover,
a.button.button-green:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYmEzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyOTkzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #7dba31),
    color-stop(100%, #529935)
  );
  background-image: -moz-linear-gradient(#7dba31, #529935);
  background-image: -webkit-linear-gradient(#7dba31, #529935);
  background-image: linear-gradient(#7dba31, #529935);
  text-decoration: none;
  color: #fff;
}

/*
 Others
 *******/
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: #f3f4f5;
}

/* Page New Content Template */

.page-template-template-content,
.page-template-template-ta-content,
.page-template-template-smb-content {
  background-color: #f2f2f2;
  overflow-x: hidden;
}

.page-template-template-content .container {
  /* max-width: 970px;*/
}
.container,.entry {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.page-template-template-content .section-padding,
.page-template-template-ta-content .section-padding,
.page-template-template-smb-content .section-padding {
  padding-top: 0px;
}

.page-template-template-content .entry h1,
.page-template-template-ta-content .entry h1,
.page-template-template-smb-content .entry h1 {
  font-size: 28px;
  color: #222222;
  font-weight: bold;
  margin: 0 0 60px 0;
}

.filter-content {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.filter-content > div {
  width: 25%;
  flex: none;
}

.filter-content > div:not(:first-child) {
  padding-left: 30px;
}

.filter-content > div:first-child {
  font-weight: bold;
  color: #646464;
  font-size: 16px;
}

.filter-content select {
  width: 100%;
  height: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  color: #646464;
}

.content-item {
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #f9f9f9;
}
.content-item:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.content-item.new {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
/* 
.content-item.new:after {
  content: "UNSEEN";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #f26c4f;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 75% 120%;
} */

.content-item > div:last-child {
  flex: auto;
  padding: 0 25px 0;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.postid-887 .entry-content {
    padding-left: 40px;
}
.page-total-access-content .content-item,
.postid-1214 .item,
.postid-23999 .item,
.sm-product-template-template-products-strategicassets .item,
.postid-2108 .item,
.postid-69 .item,
.page-id-2734 .content-item {
  max-width: 900px;
}
.page-total-access-content .content-item {
  margin-bottom: 25px;
}

.entry .content-item h4,
.entry .content-item h4 a {
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 1em 0;
  font-weight: 400;
}

.entry-content .content-item img {
  flex: none;
  border: none;
  min-height: 100%;
  max-width: inherit;
}
.darkmode--activated #folders-legacy img,
.darkmode--activated #folders img {
  mix-blend-mode: luminosity !important;
}
.darkmode--activated .entry.entry-product * {
    background: #fff;
}
.entry-content .content-item .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.moretime {
  display: flex;
  justify-content: space-between;
}

.content-item .description {
  color: #646464;
  font-size: 16px;
  /* margin-bottom: 20px; */
  line-height: 1.5;
  font-weight: 400;
}

.content-item .read-more {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #3a537e;
  font-size: 16px;
}

.content-item .date {
  color: #646464;
  font-size: 13px;
}

.content-item .date i {
  color: #c4c4c4;
  margin-right: 8px;
}

.content-item .thumb {
  position: relative;
  flex: none;
  width: auto;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
  max-width: 320px;
  height: fit-content;
  max-height: 240px;
}

.content-item .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 14px;
  z-index: 999;
}

.page-template-template-country-resources-php .content-item .info {
  text-align: left;
}

.page-template-template-country-resources-php .content-item > div:last-child {
  padding: 0 !important;
}

.countries-mentioned {
  margin-top: 5px;
}

.content-item .info .product {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.content-item .info .product_child {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #74d76a;
}

.alrseen {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #c4c4c4;
  font-size: 12px;
}

.alrseen span {
  position: absolute;
  width: 135px;
  left: 30px;
  top: 50%;
  background-color: #f8f8f8;
  font-size: 13px;
  color: #646464;
  border-radius: 5px;
  transform: translateY(-50%);
  padding: 5px 10px;
  border: 1px solid #dddddd;
  opacity: 0;
  transition: opacity 0.3s;
}

.alrseen span:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alrseen:hover span {
  opacity: 1;
}

.new_descr {
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  color: #646464;
  font-size: 14px;
  text-align: left;
}

.entry .new_descr h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #646464;
  font-family: "Roboto", Sans-serif;
  margin-top: 0;
}

.new_descr p:last-child {
  margin: 0;
}

.new_descr > div {
  align-self: center;
}

.new_descr > div:first-child {
  flex: none;
  color: #3a537e;
  font-size: 40px;
  margin-right: 30px;
  line-height: 1;
}

.new_descr > div:last-child {
  flex: none;
  margin-left: 30px;
}

.page-template-template-content button:not(.darkmode-toggle),
.bluebtn {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  border: solid 1px #ccc;
}

.bluebtn:focus {
  color: #fff !important;
}

.new_descr button {
  display: block;
  width: 100%;
  border: 2px solid #3a537e;
}

button#show_unseen {
  margin-bottom: 10px;
}

button#mark_all {
  background-color: transparent;
  color: #3a537e;
  transition: all 0.3s;
}

button#mark_all:hover {
  background-color: #3a537e;
  color: #fff;
}

#loadmorecontent,
#loadmoretacontent {
  margin: 50px 0;
}
#loadmorecontent:disabled {
  opacity: 0.6;
}

li.new-content {
  position: relative;
}

li.new-content a span:not(.mega-indicator) {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: -5px;
  background-color: #f26c4f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: beamer_bounce 1.5s linear infinite;
  animation: beamer_bounce 1.5s linear infinite;
}
.mega-new-content .mega-indicator {
  display: none !important;
}

@-webkit-keyframes beamer_bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes beamer_bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.center {
  text-align: center;
}

.unseennum {
  margin-top: 50px;
  margin-bottom: 30px;
  display: none;
}

.unseennum p {
  margin-bottom: 0;
}

.bottomtext.all .seenlink,
.bottomtext.unseen #loadmorecontent {
  display: none;
}

.bottomtext.unseen .markshow,
.bottomtext.all .markall {
  display: none !important;
}

/* New SMC Page */
.sm-product-template-template-products-confidential-new,
.sm-product-template-template-products-ta {
  background-color: #f2f2f2;
}

.sm-product-template-template-products-confidential-new .container,
.sm-product-template-template-products-ta .container {
  /* max-width: 970px;*/
}

.sm-product-template-template-products-confidential-new h1.entry-title,
/* .postid-78 h1.entry-title, */
.sm-product-template-template-products-ta h1.entry-title {
  color: #000;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}

.sm-product-template-template-products-confidential-new .entry h2,
.sm-product-template-template-products-ta #type h2 {
  color: #1d3557;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

.links_block {
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 0;
  margin-bottom: 50px;
}

.links_block .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.entry .links_block h2 {
  text-align: left;
  color: #000;
  margin: 0;
  padding-left: 30px;
}

.entry .links_block a {
  display: block;
  color: #3a537e;
  font-size: 16px;
}

.entry .links_block a:first-child {
  margin-bottom: 10px;
}

.entry .links_block i {
  color: #b2b9c3;
  margin-right: 13px;
}

#video_library {
  height: 200px;
  background-color: #ddd;
  color: #bababa;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  display: none;
}

.dyt-brand-logo {
  width: 250px !important;
  right: 0 !important;
}

div#topic {
  margin-bottom: 30px;
}

#topic .row,
#type .row {
  margin: 0 -10px;
}

#topic .row > div,
#type .row > div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.topic-item {
  height: 70px;
  display: flex;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #1d3557;
  border-radius: 5px;
  overflow: hidden;
}

.topic-item > div:first-child {
  width: 60px !important;
  flex: none;
  background: url("images/topic-back.png") no-repeat right center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topic-item > div:last-child {
  align-self: center;
  padding: 5px 15px;
  font-size: 22px;
  text-align: left;
}

.entry-content .topic-item img {
  border: none;
  height: 32px !important;
  width: 32px;
}

#topic .topic-item img {
  border: none;
  height: 32px !important;
  width: 32px;
}

div#type {
  margin-bottom: 30px;
}

div#type .row {
  display: flex;
  flex-wrap: wrap;
}

.type-item {
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  color: #1d3557;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.type-item > div:first-child {
  border-bottom: 5px solid #d0a938;
  padding: 35px 20px;
  background: url("images/type_header_bg.png") no-repeat center;
  background-size: cover;
}

.type-item[data-type="alert"] > div:first-child,
.type-item[data-type="podcast"] > div:first-child,
.type-item[data-type="weekly_brief"] > div:first-child {
  border-color: #2c7044;
}

.type-item[data-type="monthly_letter"] > div:first-child,
.type-item[data-type="event_summary"] > div:first-child {
  border-color: #8b50ad;
}

.type-item[data-type="ta_monthly"] > div:first-child {
  border-color: #ff9900;
}

.type-item[data-type="black_paper"] > div:first-child,
.type-item[data-type="update"] > div:first-child {
  border-color: #333333;
}

.type-item[data-type="case_study"] > div:first-child {
  border-color: #0376a9;
}

.type-item[data-type="report"] > div:first-child {
  border-color: #0376a9;
}

.type-item[data-type="qanda"] > div:first-child {
  border-color: #8ea827;
}

.type-item.video > div:first-child {
  border-color: #d0a938;
}

.entry-content .type-item img {
  border: none;
}

#type .type-item img {
  display: none;
}

.type-item > div:last-child {
  padding: 14px;
}

.type-item .name {
  color: #1d3557;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.type-item .description {
  color: #646464;
  font-size: 14px;
  text-align: justify;
}

#latest_content,
#smb_latest_content {
  text-align: center;
  margin-bottom: 30px;
}

#latest_content p {
  color: #646464;
  font-size: 14px;
  padding: 15px 0;
}

#latest_content p .gocontent {
  color: #3a537e;
  cursor: pointer;
}

#latest_content p .gocontent:hover {
  text-decoration: underline;
}

.topic-item,
.type-item {
  transition: box-shadow 0.15s ease-in-out;
  -moz-transition: box-shadow 0.15s ease-in-out;
  -webkit-transition: box-shadow 0.15s ease-in-out;
}

.topic-item:hover,
.type-item:hover {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #1d3557;
}

.type-item:hover {
  text-decoration: none;
}

.bluebtn {
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out;
}

.bluebtn:hover {
  background: #1a2538;
  color: #fff;
}

.access_block {
  text-align: center;
  margin-top: -100px;
}

.access_block .gradient {
  position: relative;
  height: 100px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  border-bottom: 1px solid #dddddd;
  z-index: 999;
}

.accees_line {
  position: relative;
  display: inline-block;
  color: #3a537e;
  background-color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  z-index: 999;
  transform: translateY(-50%);
}

.access_block .bigtext {
  font-family: "Georgia";
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
}

.access_block .login_text {
  font-family: "Georgia";
  font-size: 18px;
  color: #787878;
}

.access_block .buttons {
  margin-top: 25px;
  display: inline-block;
}

.access_block .buttons.not-login {
  display: flex;
  justify-content: center;
}

.access_block .buttons a {
  display: block;
  border-radius: 4px;
}

.access_block .buttons a.login {
  background-color: #3a537e;
  border: 1px solid #395e85;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
}

.access_block .buttons a.learn_more {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.access_block .buttons.not-login a.learn_more {
  display: flex;
  align-items: center;
}

a.learn_more > div:first-child {
  color: #8b8b8b;
  font-size: 18px;
  text-transform: uppercase;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
  margin-right: 10px;
}

a.learn_more span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}

/* TA Member Features */

/* Hide profile image and info on chat page */
.page-id-2888 .um-header {
  display: none;
}

/* Make profile row headings stand out more */
.um-row-heading {
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

#wp-megamenu-header_menu {
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
}

.links_block {
  display: none;
}

#menu-sub_header_menu .wpmm_dropdown_menu * {
  font-size: 13px;
}

#menu-sub_header_menu li.menu-item {
  white-space: nowrap;
}

.wp-megamenu-sub-menu a {
  white-space: nowrap;
}

.my-intel-menu {
  width: 250px !important;
}

#mega-menu-sub_header_menu {
  white-space: nowrap !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.asp_m_3,
div#breadcrumb {
  display: none;
}

#menu-subheader .title a {
  color: #3a537e;
  text-decoration: underline;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
  z-index: 99999;
}

#menu-subheader.sticky {
  top: 77px;
  z-index: 9999;
}

.navbar {
  min-height: 81px !important;
  margin: 0 !important;
}

.types-dropdown {
  display: none;
}

.page-id-2734 .latest-content-page,
.page-template-template-ta-content .latest-content-page,
.page-template-template-smb-content .latest-content-page {
  padding-top: 40px !important;
}

.page-id-2734 #menu-subheader {
  margin-top: 10px !important;
}

.page-id-2734 .entry-content img {
  max-height: max-content !important;
}

.page-id-2734 #ajax-posts {
  padding: 40px 0 0 130px;
}

.page-id-4618 #ajax-posts {
  padding: 0;
}
.mobile {
  display: none;
}

.category .show-more-resource {
  display: none;
}

.sm-product-template-template-products-confidential-new h1.entry-title {
  margin-bottom: -15px !important;
}

.postid-75 img.thumb.wp-post-image {
  max-height: 120px !important;
}

/* .postid-78 .entry-title img {
  max-height: 120px !important;
} */
.postid-78 .entry-product .entry-content .documents .item {
  margin-bottom: 25px;
}
.main-menu-ul {
  margin-bottom: 90px;
}
.page-id-2734 .documents,
.category .documents,
.postid-75 .documents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.page-id-2734 .entry-product .entry-content .documents .item,
.category .documents .item,
.postid-75 .entry-product .entry-content .documents .item {
  max-width: 900px;
  width: 900px;
}
.postid-75 .pagination,
.category .pagination,
.page-id-2734 .pagination,
.postid-78 .pagination {
  height: 80px;
  margin: 20px 0;
  max-width: 1000px;
  /* margin: 0 auto; */
  display: block;
  padding-left: 130px;
}

#latest_content {
  margin-bottom: 0px !important;
}

.postid-75 .type-item .name,
.category .type-item .name,
.page-id-2734 .type-item .name,
#type .type-item .name {
  font-size: 30px;
  text-transform: uppercase;
}

/* .postid-78 .type-item .name {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
} */

.postid-75 .type-item > div:first-child,
/* .postid-78 .type-item > div:first-child, */
#type .type-item > div:first-child {
  padding: 0 !important;
}

.postid-75 .entry-content .type-item img {
  /* .postid-78 .type-item img { */
  display: none;
}

/* .postid-78 .topic-item img {
  border: none;
  height: 32px !important;
  width: 32px;
} */

/* .postid-78 .entry-content img,
.postid-78 .text-container img {
  border: 2px solid #c8c8c8;
  max-width: 100%;
  height: auto !important;
  max-height: 220px !important;
} */

.documents,
.categories {
  clear: both;
  padding-bottom: 25px;
  display: inline-block;
}

.postid-78 h4.title {
  display: inline-flex;
}

.postid-78 .entry-product .entry-content .documents .item .title {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
}
.single-document {
  border: solid 1px #ccc;
}

/* .postid-78 h1.entry-title img {
  max-width: 350px;
}

.postid-78 .entry-product .entry-content .documents .item .date {
  text-align: center;
} */

svg.bi.bi-plus-square {
  padding-top: 8px;
}

svg.bi.bi-dash-square {
  padding-top: 8px;
  display: none;
}

/* .postid-78 #topic,
.postid-78 #type {
  cursor: pointer;
  text-align: center;
} */

/* .postid-78 .type-item .description {
  min-height: 60px;
} */

.categorie-resources .item {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.categorie-resources .item:hover {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.single-document {
  background: #fff;
  padding: 0 !important;
  margin: 5px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.single-document:hover {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.ssp-title {
  font-family: Mulish !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  letter-spacing: 0.2em;
  text-align: left !important;
  margin: 0 !important;
  color: #d4af37 !important; /* Gold color for title */
}
.ssp-subtitle {
  font-family: Playfair Display !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 47.99px;
  text-align: left !important;
  margin: 0 !important;
  color: #ffffff !important; /* White color for subtitle */
}
.ssp-header {
  background: #1A2538; /* Correct dark navy background color */
  padding: 40px 130px 20px 130px; /* Default bottom padding for pages without subheader */
  gap: 10px;
}

@media (max-width: 768px) {
  .ssp-header {
    padding: 30px 20px 15px 20px !important;
  }
  .ssp-subtitle {
    font-size: clamp(16px, 6.5vw, 26px) !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip !important;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .ssp-header {
    padding: 25px 15px 10px 15px !important;
  }
  .ssp-subtitle {
    font-size: clamp(12px, 7.5vw, 18px) !important;
  }
}

/* Add bottom padding on pages with .ssp-subheader or .content-header-controls for spacing */
.ssp-header:has(+ .ssp-subheader),
.ssp-header:has(+ .content-header-controls) {
  padding-bottom: 20px;
}

/* Video Library page specific styling - keep original light background */
.postid-887 .ssp-header {
  background: #f5f6f8 !important; /* Keep original light background for TA video library */
  padding: 40px 130px 0px 130px !important;
}

.postid-887 .ssp-title {
  color: inherit !important; /* Keep original title color for TA video library */
}

.postid-887 .ssp-subtitle {
  color: inherit !important; /* Keep original subtitle color for TA video library */
}

body.postid-887 .ssp-subtitle {
    margin-bottom: 25px !important;
}

/* Video Loading Spinner */
.video-loading-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    flex-direction: column;
}

.video-loading-spinner .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1a2538;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

.video-loading-spinner .spinner-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.page-total-access-content .entry-content,
.postid-75 .entry-content,
.category .entry-content,
.page-id-2734 .entry-content,
.postid-78 .entry-content {
  display: flex;
  font-family: "Mulish", sans-serif;
}
.sm-product-schiff-sovereign-premium .entry-product .entry-content {
  margin: 20px 0 0;
  display: flex;
  font-family: "Mulish", sans-serif;
}
.sm-product-schiff-sovereign-premium .documents,
.postid-78 .entry-content,
.postid-75 .entry-content,
.postid-2108 .entry-content,
.postid-69 .entry-content,
.category .entry-content,
.page-id-2734 .entry-content,
.sm-product-template-template-products-strategicassets .entry-content,
.postid-1214 .entry-content,
.postid-23999 .entry-content,
.page-template-template-saved-posts .entry-content {
  padding: 0 0 0 130px;
  gap: 60px;
  font-family: "Mulish", sans-serif;
}

/* When side menu is expanded, reduce left padding */
html.menu-expanded .sm-product-schiff-sovereign-premium .documents,
html.menu-expanded .postid-78 .entry-content,
html.menu-expanded .postid-75 .entry-content,
html.menu-expanded .postid-2108 .entry-content,
html.menu-expanded .postid-69 .entry-content,
html.menu-expanded .category .entry-content,
html.menu-expanded .page-id-2734 .entry-content,
html.menu-expanded .sm-product-template-template-products-strategicassets .entry-content,
html.menu-expanded .postid-1214 .entry-content,
html.menu-expanded .postid-23999 .entry-content,
html.menu-expanded .page-template-template-saved-posts .entry-content {
  padding-left: 0px;
}

html.menu-expanded .ssp-header {
  padding-left: 30px;
  padding-right: 30px;
}

html.menu-expanded .category-bar-inner {
  padding-left: 30px;
  padding-right: 30px;
}

html.menu-expanded .documents,
html.menu-expanded .documents-list,
html.menu-expanded .grid {
  padding-left: 0px !important;
}

/* Save button positioning - global override */
.content-card {
  position: relative;
}

.content-card .card-title {
  padding-right: 85px;
}

.content-card .save-post-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.content-card .save-post-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #2c5282;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.content-card .save-post-btn.saved {
  background: #2c5282;
  color: white;
}

.content-card .save-post-btn.saved:hover {
  background: #1e3a5f;
}
.page-id-4618 .item {
  padding: 10px 0;
}

.page-id-4618 .entry-content {
  gap: 60px;
}
.home-contact {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  width: 100%;
  margin: 0 !important;
}
.item .title {
  font-family: Mulish !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: left;
  color: #000000;
}
.postid-75 .entry-product .entry-content .documents .item .title,
.category .entry-product .entry-content .documents .item .title,
.page-id-2734 .entry-product .entry-content .documents .item .title,
.postid-78 .entry-product .entry-content .documents .item .title {
  display: block;
}
.pill-wrapper {
  /* Pill */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;

  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e0e3e9;
  border-radius: 4px;
}
.pill-inner {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 6px 6px 12px;
  gap: 10px;

  border-radius: 4px;
}
.pill-text {
  height: 13px;

  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  /* or 13px */

  color: #000000;
}
.page-id-2734 #ajax-posts,
.postid-18050 #ajax-posts,
.postid-18517 #ajax-posts,
.category #ajax-posts,
.postid-75 #ajax-posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  width: 900px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.page-id-2734 #ajax-posts {
  display: flow;
}
.browse-by-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;

  width: 220px;
  flex: none;
  order: 1;
  flex-grow: 1;
}
.metadata {
  display: flex;
  margin-bottom: 10px;
}
.wpcf7-submit {
  background: #3a537e;
  color: #fff;
}
#ajax-posts .content-item > div:last-child {
  flex: auto;
  padding: 0 25px 0 30px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
#ajax-posts .title {
  margin-bottom: 10px;
}
#ajax-posts .title a {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000 !important;
}
#header .navbar {
  border-radius: 0px;
}
.date {
  font-family: Mulish !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 13.2px !important;
  text-align: left !important;
  margin-top: 7px !important;
  margin-left: 10px !important;
  color: #000 !important;
}
.items .date {
  margin: 0 !important;
}
.next-page-videos {
  float: right;
}
.page-id-8 .container {
  padding: 0;
  margin: 0 auto;
}
.page-id-8 .entry-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 60px 130px;
  gap: 40px;
  width: 100%;
  height: auto;
  background: #f5f6f8;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.category .container,
.postid-78 .container,
.postid-887 .container,
.postid-887 .entry,
.postid-75 .container,
.page-id-2734 .container,
.page-total-access-content .container,
.postid-78 .entry-product,
.postid-75 .entry-product,
.page-id-2734 .entry-product,
.postid-1214 .entry-product,
.postid-23999 .entry-product,
.sm-product-template-template-products-strategicassets .entry-product,

.postid-2108 .entry-product,
.postid-69 .entry-product,
.postid-1216 .entry-product,
.postid-2136 .entry-product,
.postid-1220 .entry-product,
.postid-1214 .container,
.postid-23999 .container,
.sm-product-template-template-products-strategicassets .container,

.postid-2108 .container,
.postid-69 .container,
.postid-1216 .container,
.postid-18050 .entry-product,
.postid-18050 .container,
.postid-18517 .entry-product,
.postid-18517 .container,
.postid-68 .entry-product,
.postid-68 .container,
.category .entry-product,
.category .container,
.postid-1220 .container,
.postid-18517 .container,
.postid-18952 .container,
.postid-2136 .container,
.page-template-template-saved-posts .container,
.page-template-template-saved-posts .entry-product {
  padding: 0;
}
.page-total-access-content .entry {
  padding: 0 !important;
}
.postid-78 .error-login {
  display: none;
}
.bottomtext {
  margin: 0 auto;
}
#top-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
div#header > * {
  background: #1a2538 !important;
}
div#mega-menu-wrap-header_menu {
  background: #1a2538 !important;
}
.sm-product-schiff-sovereign-premium .documents .item .description,
.postid-1214 .documents .item .description,
.postid-23999 .documents .item .description,
.sm-product-template-template-products-strategicassets .documents .item .description,
.postid-2108 .documents .item .description,
.postid-69 .documents .item .description,
.postid-75 .documents .item .description,
.category .description,
.page-id-2734 .description {
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-family: "Mulish";
}
.postid-2108 .item > *,
.postid-69 .item > *,
.postid-1214 .item > *,
.postid-23999 .item > *,
.sm-product-template-template-products-strategicassets .item > * {
  font-family: "Mulish";
}
.postid-2108 .pagination,
.postid-69 .pagination,
.postid-1214 .pagination,
.postid-23999 .pagination,
.sm-product-template-template-products-strategicassets .pagination {
  max-width: 900px;
}
.postid-1220 .entry-content,
.postid-2136 .entry-content{
  padding: 0px 240px 0 130px;
  font-family: "Mulish", sans-serif;
}
.postid-1216 .entry-content {
  padding: 0px 40px 0 130px;
  font-family: "Mulish", sans-serif;
}

.ssp-subheader {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  padding: 0;
  margin: 20px -130px; /* Top margin for spacing, negative sides to extend to edges */
  padding: 5px 130px; /* Match header padding */
  height: auto;
  background: #e4e7ed;
  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.page-id-2734 .ssp-subheader,
.category .ssp-subheader,
.postid-18050 .ssp-subheader,
.postid-18517 .ssp-subheader,
.postid-75 .ssp-subheader {
  flex-direction: row;
  /* padding: 20px 130px 40px 73px !important; */
  margin-top: 40px;
}
.postid-2108 .entry-product .entry-content .documents .item,
.postid-69 .entry-product .entry-content .documents .item,
.postid-1214 .entry-product .entry-content .documents .item,
.postid-23999 .entry-product .entry-content .documents .item {
  margin-bottom: 25px;
}
/* .subheader-browseby {
  margin-right: 45px;
  margin-top: 2px;
  font-weight: bold;
} */
.container.smb-member .ssp-subheader {
  padding-top: 10px;
}
.memberships {
    max-height: none !important;
    overflow: visible !important;
    max-width: 1200px;
    margin: 0 auto;
}
.container.smb-member .subheader-browseby {
  margin-right: 5px;
  margin-top: 10px;
}

.ssp-subheader nav {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;

  width: 537px;
  height: 59px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.ssp-subheader .subheader-frames {
  width: auto !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 10px;
  height: 59px;
  flex: none;
  order: 2;
  flex-grow: 0;
}
.ssp-subheader .subheader-frames.selected {
  border-bottom: 2px solid #3a537e;
}
.ssp-subheader .subheader-frames-inner {
  width: auto;
  height: 19px;

  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  /* identical to box height */

  color: #000000;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
  display:inline !important;
}
.sm-product-schiff-sovereign-premium .documents .item {
  margin-bottom: 10px;
}
.browse-by-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  margin: 10px 0 0 25px;
}
.page-total-access-content .browse-by-wrapper {
  margin: 40px 0 0 25px;
}
.browse-by-wrapper a {
  color: #000 !important;
  display: block;
  padding: 25px 15px 15px 20px;
  margin-top: -10px;
  word-wrap: break-word;
  width: 220px;
}
.postid-18517 .browse-by-wrapper a,
.postid-68 .browse-by-wrapper a,
.postid-18517 .browse-by-wrapper a,
.postid-18050 .browse-by-wrapper a {
  margin: 0;
  padding: 0;
}
.browse-by-header {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: #3a537e;
}
.browse-by-monthly {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 15px 15px 20px;
  gap: 10px;

  width: 220px;
  height: 47px;

  background: linear-gradient(
      0deg,
      rgba(139, 80, 173, 0.2),
      rgba(139, 80, 173, 0.2)
    ),
    #f5f6f8;
  border-left: 5px solid #8b50ad;
  border-radius: 5px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.browse-by-header-item {
  box-sizing: border-box;
  cursor: pointer;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;

  width: 220px;
  height: 47px;
  max-width: 220px;
  background: #f5f6f8;

  border-radius: 5px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.cat-item {
  border-left: 5px solid #3a537e4d;
}
span.browse-by-header-item.selected,
span.browse-by-header-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.pill-inner-625,
.pill-inner-89 {
  border-left: 5px solid #2d7045;
}

.pill-inner-26662,
.pill-inner-26705 {
  border-left: 5px solid #d0a938;
}

.pill-inner-220 {
  border-left: 5px solid #ff9902;
}
.pill-inner-18952 {
  border-left: 5px solid #A7B403;
}
.pill-inner-,
.pill-inner-18517,
.pill-inner-2108,
.pill-inner-1214,
.pill-inner-23999 {
  border-left: 5px solid #000;
}
.content-card.ta-podcast.selected {
  background: #2d704533;
}

.content-card.ta-updates,
.pill-inner-4221,
.pill-inner-115 {
  border-left: 5px solid #333333;
}
.content-card.ta-updates.selected {
  background: #33333333;
}
.content-card.ta-events,
.pill-inner-4223,
.pill-inner-18050,
.pill-inner-18517,
.pill-inner-68,
.pill-inner-168,
.pill-inner-262 {
  border-left: 5px solid #8b50ad;
}
.content-card.ta-events.selected {
  background: #8b50ad33;
}

.content-card.ta-videos {
  border-left: 5px solid #d0a938;
}
.content-card.ta-monthly,
.pill-inner-11062,
.pill-inner-4219 {
  border-left: 5px solid #ff9902;
}
.content-card.ta-monthly.selected {
  background: #ff990233;
}
.content-card.ta-reports,
.pill-inner-11064,
.pill-inner-259,
.pill-inner-4225 {
  border-left: 5px solid #0376a9;
}
.content-card.ta-reports.selected {
  background: #0376a933;
}

.cat-item.selected {
  background: #3a537e33;
}
.browse-by-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  /* identical to box height, or 17px */

  color: #000000;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}

.browse-by-podcast {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 15px 15px 15px 20px; */
  gap: 10px;

  width: 220px;

  background: #f5f6f8;
  border-left: 5px solid #c6a55b;
  border-radius: 5px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.podcast-text {
  width: 185px;

  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  /* identical to box height, or 17px */

  color: #000000;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}
.ta-view-more {
  float: right;
  font-size: 13px;
  text-decoration: underline;
}

/* .postid-78 .pagination {
  height: auto;
  margin: 20px 0;
} */

.topic-type-container {
  margin-top: -60px;
}

/* .postid-78 .entry-product .entry-subtitle {
  text-align: center;
  font-size: 25px;
  line-height: 16px;
  margin: 0;
} */
.page-id-8 .card-image img {
    border: 0;
}
.ssp-download{display:none;}
.page-id-8 .section-padding {
  padding: 0;
  background: #f5f6f8;
  margin: 0 !important;
}

.footer ul.menu li a {
  background-color: none;
  color: #000000ad;
}

.footer {
  background-color: #f5f6f8;
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 15px 0 5px 0 !important;
  margin: 0 auto !important;
}
.footer .col-sm-12 {
  display: flex;
}
.footer.footer-landing .footerlogo {
  margin-top: 30px;
}

.footer ul.menu {
  margin: 0px auto 0;
  padding: 0;
  text-align: right;
  line-height: 23px;
}

.footer ul.menu li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

.footer ul.menu li a {
  display: block;
  margin: 0;
  line-height: 1.3em;
  text-decoration: none;
  transition-duration: 1s;
}

.footer ul.menu li a:hover {
  color: #999;
  text-decoration: none;
}

.footer ul.menu li a.active,
.footer ul.menu li a.active:hover {
  color: #000;
  font-weight: bold;
}

.footer .socialfooter {
  text-align: center;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.footer .socialfooter li {
  display: inline-block;
  margin: 0 3px;
}

.footer .socialfooter li > a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: white;
  background-color: #000000;
  display: block;
  font-size: 17px;
  line-height: 34px;
  position: relative;
  text-align: center;
}

.footer .socialfooter li > a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.footer .socialfooter li > a.fb {
  background-color: #4d67a3;
}

.footer .socialfooter li > a.twttr {
  background-color: #25a7df;
}

.footer .socialfooter li > a.gplus {
  background-color: #d74936;
}

.footer .socialfooter li > a.yt {
  background-color: #cc171e;
}

.footer .socialfooter li > a.li {
  background-color: #04679a;
}

.footer .socialfooter li > a.rss {
  background-color: #f15a29;
}

.footer .footerlogo {
  background: url("/wp-content/uploads/2024/01/schiff_sovereign-dark.png")
    center 6px no-repeat;
  background-size: 200px;
  width: 100%;
  height: 105px;
  margin: 0 auto;
  margin-bottom: 15px;
  opacity: 0.2;
  transition-duration: 1s;
}

.footer .footerlogo:hover {
  opacity: 1;
}

.footer .copy {
  color: #555555;
  font-size: 13px;
  line-height: 23px;
}
.postid-4127 .entry-content img,
.postid-4127 .text-container img {
  border: unset !important;
  max-width: unset !important;
  height: unset !important;
  max-height: unset !important;
}

.category-12 .entry-product .entry-content .categorie-description,
.category-51 .entry-product .entry-content .categorie-description,
.parent-cat-description {
  max-width: 850px;
  margin: 0 auto !important;
  font-size: 20px;
}

span.category-button {
  float: right;
  width: 100%;
  text-align: right;
  padding: 10px 0;
}

.category-content {
  display: none;
  margin-top: 25px;
}

.category-12 .categories,
.category-51 .categories,
.category-20 .categories {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.category-51 .entry-content img,
.category-81 .entry-content img,
.category-84 .entry-content img {
  max-height: fit-content;
}

.entry-content .player .title {
  font-size: 25px !important;
}

.postid-68 #topic h2,
.postid-68 #type h2 {
  text-align: center;
}

#smb_latest_content a:hover {
  color: #fff !important;
}

.footer-products {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.footer-products h2 {
  text-align: center;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0;
  margin: 5px 0;
}

.footer-products span {
  width: auto;
  font-size: 15px;
  margin-right: 20px;
  text-align: center;
}

.footer-products span a {
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  transition: 0.6s;
}

.footer-products span a:hover {
  color: #fff;
}

.sm-product-template-template-products-ta [data-type="podcast"] .name {
}

.sm-product-template-template-products-ta [data-type="event_summary"] .name,
.sm-product-template-template-products-ta [data-type="report"] .name {
}

.copyrights {
  /* text-align: center; */
  display: block;
}

.mega-sub-menu .mega-current-menu-item span:nth-child(1) {
  font-weight: bold;
}

.sm-product-template .entry-content img,
.sm-product-template-template-products-documents .entry-content img {
  max-height: max-content !important;
}

.title-wrapper {
  height: 70px;
  padding: 0 7px;
}

.entry-content p {
  line-height: 25px !important;
  font-weight: 300;
  font-size: 20px;
}

.entry-content li,
.text-container li {
  margin-bottom: 20px;
  font-weight: 300;
}

body.category,
body.sm-product-template-template-products-documents,
.page-template-template-country-resources-php {
  background-color: #f2f2f2;
}

body.sm-product-template-template-products-documents .entry-title,
.page-template-template-country-resources-php .entry-title {
  text-align: center;
}

body.sm-product-template-template-products-documents .entry-title img,
.page-template-template-country-resources-php .entry-title img {
  max-height: 55px;
}

body.sm-product-template-template-products-documents .item,
.page-template-template-country-resources-php .item {
  margin: 0 0 15px 0 !important;
}

.sm-product-4th-pillar .entry-title img,
.sm-product-schiff-sovereign-premium .entry-title img,
.page-template-template-country-resources-php .entry-title img {
  max-height: 120px !important;
}

body.category .entry-content img {
  object-fit: cover;
  width: 100%;
}

.video img {
  max-height: 100% !important;
}
.video-wrapper {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  width: stretch;
  margin: 0 auto;
  padding-left: 50px;
}
.page-template-template-ta-content .entry-content .content-item img {
  max-height: 100% !important;
}

.item-wrapper {
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.sm-product-sovereign-man-private-investor .documents .item {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.sm-product-sovereign-man-private-investor .documents .item:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.sm-product-sovereign-man-private-investor .documents .first .title {
  text-align: center !important;
}

.sm-product-sovereign-man-private-investor .documents .first .description {
  margin: 0 auto;
  width: 850px;
}

.sm-product-sovereign-man-private-investor .documents .first .date {
  margin: 0 0 10px auto !important;
  width: 850px;
}

.sm-product-4th-pillar .documents .item,
.sm-product-schiff-sovereign-premium .documents .item,
.page-template-template-country-resources-php .documents .item {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 10px 10px 0 !important;
}

.sm-product-4th-pillar .documents .item:hover,
.sm-product-schiff-sovereign-premium .documents .item:hover,
.page-template-template-country-resources-php .documents .item:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.sm-product-4th-pillar .documents .first .title,
.sm-product-schiff-sovereign-premium .documents .first .title {
  text-align: center !important;
}

.sm-product-4th-pillar .documents .first .description,
.sm-product-schiff-sovereign-premium .documents .first .description {
  margin: 0 auto;
  width: 850px;
}

.sm-product-4th-pillar .documents .first .date,
.sm-product-schiff-sovereign-premium .documents .first .date {
  margin: 0 0 10px auto !important;
  width: 850px;
}

.sm-product-4th-pillar .item-image-wrapper img {
  max-width: 280px !important;
}

.sm-product-schiff-sovereign-premium .item-image-wrapper img {
  width: 260px !important;
  height: auto !important;
  border-radius: 6px 0px 0px 0px !important;
}

.sm-product-schiff-sovereign-premium .top-title,
.sm-product-the-peter-schiff-show-podcasts .top-title {
  display: inline-block;
  margin-top: -30px;
}

.page-template-template-country-resources-php
  .entry-product
  .entry-content
  .documents
  .item
  .thumb {
  max-width: 350px !important;
}

.sm-product-4th-pillar .documents .first img {
  max-width: 640px !important;
}

.sm-product-4th-pillar .item-content-wrapper,
.sm-product-schiff-sovereign-premium .item-content-wrapper,
.page-template-template-country-resources-php .item-content-wrapper {
  padding: 10px 10px;
}
.item.content-item:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.bottom-disc.alert {
  font-size: 17px;
  line-height: 21px;
  margin: 0;
}

.bottom-disc p {
  margin: 0 !important;
}

.categories-description.hideit {
  display: none;
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -ms-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  z-index: 999999;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: #1370ce;

  pointer-events: none;
}

.elementor-4882 .error-msg {
  color: #fff;
  text-align: center;
}

.item-6591 img {
  max-height: 190px !important;
}

.hightlight-class {
  background-color: transparent !important;
  border: solid 2px #fff !important;
}

.introjs-tooltip {
  background-color: #333 !important;
  color: #fff !important;
}

.introjs-disableInteraction,
.introjs-helperLayer {
  background-color: transparent !important;
}

.tooltip-inner {
  background-color: #333 !important;
  border: 0 !important;
  color: #fff !important;
}

.introjs-tooltip {
  border-radius: 15px !important;
}

a.introjs-button {
  padding: 5px !important;
  font-size: 16px !important;
}

.floater {
  width: 60px;
  height: 60px;
  top: 130px;
  right: 40px;
  text-align: center;
  z-index: 111111;
  float: none !important;
}

#mega-menu-item-tour .tooltip-arrow {
  border-bottom-color: #337ab7 !important;
}

#folders img {
  max-height: unset !important;
  width:200px;
}
.postid-18952 .entry {
    padding: 0px;
}

/* Enhanced metadata styling for list mode cards */
.documents-list .content-card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.documents-list .content-card .card-footer-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.documents-list .content-card .card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}

.documents-list .content-card .card-date svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/* Enhanced date styling for grid mode */
.documents-grid .content-card .card-date {
    font-size: 14px;
    font-weight: 500;
}

/* View toggle wrapper styling on pages without category bar (PVI, PI, TA Content, etc.) */
.entry-product > .view-toggle-wrapper {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 5px 0;
}

/* TA Content and similar pages: make view-toggle-wrapper full width with background */
.content-header-controls:not(:has(.category-bar)) {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 5px 0;
    margin-bottom: 0;
}

.content-header-controls:not(:has(.category-bar)) > .view-toggle-wrapper {
    position: static !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
#folders-legacy .folder {
  height: 140px;
}

/*
#folders-legacy img {
    max-height: 80px !important;
}
*/

.product-card .enter-now {
  font-family: roboto, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #c6a55b;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 10%);
  padding: 15px 30px;
}

#mega-menu-wrap-header_menu {
  width: 60%;
  display: inline-block;
  margin-top: 15px;
}
.full-width-panel {
  width: 100% !important;
}

/* AI Summary Styles */
/* TOC Header with AI Button */
.elementor-toc__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.elementor-toc__header .elementor-toc__header-title {
  flex: 1;
  margin: 0 !important;
}

/* AI Summary Button in TOC */
.ai-summary-btn-toc {
  font-size: 16px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(58, 83, 126, 0.3) !important;
}

.ai-summary-btn-toc .ai-icon {
  font-size: 18px !important;
}

/* Responsive: Stack button below title on small screens */
@media (max-width: 768px) {
  .elementor-toc__header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .ai-summary-btn-toc {
    width: 100%;
    justify-content: center;
  }
}

/* Speechify close button styling */
.close-speechify,
.open-speechify {
  background: #3a537e;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-speechify:hover,
.open-speechify:hover {
  background: #2d3f5f;
}

.ai-summary-container {
  margin: 15px 0 30px 0;
  padding: 0;
  clear: both;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-summary-btn {
  background: #3a537e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ai-summary-saved-btn {
  background: #059669;
}

.ai-summary-saved-btn:hover {
  background: #047857;
}

.ai-summary-btn:hover {
  background: #2d3f5f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 83, 126, 0.4);
}

.ai-summary-regenerate-btn {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  margin-left: 10px;
  display: none !important; /* Hidden by default, uncomment for debugging */
}

.ai-summary-regenerate-btn:hover {
  background: linear-gradient(135deg, #495057 0%, #343a40 100%);
}

.ai-summary-btn:disabled,
.ai-summary-regenerate-btn:disabled {
  background: #9ca3af !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

.ai-summary-btn .ai-icon {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

.ai-summary-header .ai-icon {
  font-size: 18px;
}

/* Loading Spinner */
.spinner,
.ai-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ai-summary-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  animation: slideDown 0.3s ease-out;
  position: relative; /* Make this a positioning context for absolute children */
  background: #f8f9fa;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-summary-header {
  background-color: #273754;
  color: white;
  padding: 15px 20px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

.ai-summary-text {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #e9ecef;
  border-top: none;
  font-size: 15px;
  line-height: 1.8;
  color: #2d3748;
}

/* Contain and center Speechify widget in summary */
.ai-summary-text > div:first-child,
.ai-summary-text [class*="speechify"],
.ai-summary-text iframe[src*="speechify"] {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}

/* Specific styling for speechify-root inside AI summary */
.ai-summary-content #speechify-root,
.ai-summary-text #speechify-root {
  max-width: 50% !important;
  width: 50% !important;
  display: block !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
  background: #fff !important;
}

/* Position the Speechify floating widget within the AI summary container */
.ai-summary-content #speechify-root > div,
.ai-summary-content #speechify-root iframe {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  top: auto !important;
  left: auto !important;
  z-index: 10 !important;
  max-width: 400px !important;
  width: auto !important;
}

/* Keep the inline player centered */
.ai-summary-text > div[class*="speechify"]:first-child {
  position: static !important;
  margin: 0 auto 20px !important;
}

.ai-summary-text p {
  margin: 0 0 16px 0;
  line-height: 1.8;
}

.ai-summary-text p:last-child {
  margin-bottom: 0;
}

.ai-summary-text h3 {
  color: #1a202c;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

.ai-summary-text h3:first-child {
  margin-top: 0;
}

.ai-summary-text h4 {
  color: #2d3748;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.ai-summary-text ul {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}

.ai-summary-text ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
}

.ai-summary-text ul li:before {
  content: "•";
  color: #4F46E5;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 8px;
}

.ai-summary-text ol {
  margin: 16px 0;
  padding-left: 28px;
  counter-reset: item;
}

.ai-summary-text ol li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.ai-summary-text strong,
.ai-summary-text b {
  color: #1a202c;
  font-weight: 600;
}

.ai-summary-text em,
.ai-summary-text i {
  font-style: italic;
  color: #4a5568;
}

/* AI Anchor Links in Summary */
.ai-summary-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #667eea;
  transition: all 0.2s ease;
  cursor: pointer;
}

.ai-summary-link:hover {
  color: #764ba2;
  border-bottom-color: #764ba2;
  background: rgba(102, 126, 234, 0.1);
}

/* Section reference links */
.section-ref-link {
  display: inline-block;
  color: #6c757d;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(108, 117, 125, 0.1);
  transition: all 0.2s ease;
  vertical-align: baseline;
}

.section-ref-link:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.2);
  transform: scale(1.1);
}

.ai-summary-link:after {
  content: "↗";
  font-size: 11px;
  margin-left: 3px;
  opacity: 0.6;
}

/* Anchor Targets in Content */
.ai-anchor-target {
  position: relative;
  padding: 2px 4px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Highlight Effect */
.ai-anchor-highlight {
  background: #FEF3C7 !important;
  box-shadow: 0 0 0 4px #FEF3C7;
  animation: highlight-pulse 0.5s ease-out;
}

@keyframes highlight-pulse {
  0% {
    background: #FDE047;
    box-shadow: 0 0 0 8px #FDE047;
  }
  100% {
    background: #FEF3C7;
    box-shadow: 0 0 0 4px #FEF3C7;
  }
}

.ai-summary-error {
  background: #f8d7da;
  color: #721c24;
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #f5c6cb;
  font-size: 14px;
}

.ai-summary-status {
  background: #cce5ff;
  color: #004085;
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #b8daff;
  font-size: 14px;
  text-align: center;
}

.ai-summary-status .spinner {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

/* Responsive styles */
@media (max-width: 768px) {
  .ai-summary-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .ai-summary-text {
    padding: 20px;
    font-size: 14px;
  }
  
  .ai-summary-header {
    padding: 12px 15px;
    font-size: 15px;
  }
}

/* Hide Browse Categories sidebar section */
.browse-by-category {
  display: none;
}

/* ==========================================================================
   SweetAlert2 Dark Mode Support
   ========================================================================== */
.darkmode--activated .swal2-popup,
body.darkmode--activated .swal2-popup {
  background: #1a2538 !important;
  color: #e5e5e5 !important;
}

.darkmode--activated .swal2-title,
body.darkmode--activated .swal2-title {
  color: #ffffff !important;
}

.darkmode--activated .swal2-html-container,
body.darkmode--activated .swal2-html-container {
  color: #e5e5e5 !important;
}

.darkmode--activated .swal2-icon.swal2-info,
body.darkmode--activated .swal2-icon.swal2-info {
  border-color: #4a90a4 !important;
  color: #4a90a4 !important;
}

.darkmode--activated .swal2-icon.swal2-warning,
body.darkmode--activated .swal2-icon.swal2-warning {
  border-color: #d0a938 !important;
  color: #d0a938 !important;
}

.darkmode--activated .swal2-icon.swal2-success,
body.darkmode--activated .swal2-icon.swal2-success {
  border-color: #2c7044 !important;
  color: #2c7044 !important;
}

.darkmode--activated .swal2-icon.swal2-error,
body.darkmode--activated .swal2-icon.swal2-error {
  border-color: #c75050 !important;
  color: #c75050 !important;
}

/* SweetAlert Button Sizes */
.swal2-actions {
  gap: 12px !important;
}

.swal2-confirm.swal2-styled,
.swal2-cancel.swal2-styled {
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}

/* ==========================================================================
   Auto-inject Video Button Styling
   ========================================================================== */
.SM-video-btn-col {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.SM-video-btn-col .elementor-column-wrap,
.SM-video-btn-col .elementor-widget-wrap,
.SM-watch-video-btn,
.SM-watch-video-btn .elementor-widget-container,
.SM-watch-video-btn .elementor-button-wrapper {
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.SM-watch-video-btn .elementor-button {
  background-color: #c75050 !important;
  border-color: #c75050 !important;
  border-radius: 0 !important;
  padding: 0 20px !important;
  margin: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.SM-watch-video-btn .elementor-button:hover {
  background-color: #a33a3a !important;
  border-color: #a33a3a !important;
}

.SM-watch-video-btn .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.SM-watch-video-btn .elementor-button-icon {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.SM-watch-video-btn .elementor-button-icon i {
  font-size: 22px !important;
  line-height: 1 !important;
}

.SM-watch-video-btn .elementor-button-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1 !important;
}