:root {
  --color-icon:#231f20	
    ;	
  --color-text:#4A4A4A	
    ;	
  --color-text-2:#4A4A4A	
    ;	
  --color-text-3:#333333	
    ;	
  --color-text-4:#444444	
    ;	
  --color-text-5:#979797	
    ;
  --color-bg-1:#FFFFFF
    ;
  --color-on-bg-1:#4A4A4A
    ;
  --color-bg-2:#F2F2F2
    ;
  --color-on-bg-2:#4A4A4A
    ;
  --color-bg-3:#303030
    ;
  --color-on-bg-3:#8F8F8F
    ;
  --color-bg-primary:#BB0000
    ;
  --color-on-bg-primary:#FFFFFF
    ;
  --color-on-bg-dark:#FFFFFF
    ;
  --color-border:#D6D6D6
    ;
  --color-border-2:#DDDDDD
	;
  --color-text-1:#4A4A4A
    ;
  --color-primary:#BB0000
    ;
  --color-primary-alt:#CC0000	
    ;
  --color-white-1:#FFFFFF
    ;
  --color-red-2:#DD0000
    ;
  --color-red-3:#DA2128
    ;
  --color-gold:#C89414
    ;
}

@media (prefers-color-scheme: dark) {
  :root {
	--color-icon:#231f20	
		;	
	--color-text:#4A4A4A	
		;	
	--color-text-2:#4A4A4A	
		;	
	--color-text-3:#333333	
		;	
	--color-text-4:#444444	
		;	
	--color-text-5:#979797	
		;
    --color-bg-1:#FFFFFF
        ;
    --color-on-bg-1:#4A4A4A
        ;
    --color-bg-2:#F2F2F2
        ;
    --color-on-bg-2:#4A4A4A
        ;
    --color-bg-3:#303030
        ;
    --color-on-bg-3:#8F8F8F
        ;
    --color-bg-primary:#BB0000
        ;
    --color-on-bg-primary:#FFFFFF
        ;
    --color-on-bg-dark:#FFFFFF
        ;
    --color-border:#D6D6D6
        ;
	--color-border-2:#DDDDDD	
		;
	--color-text-1:#4A4A4A	
		;
    --color-primary:#BB0000
        ;
	--color-primary-alt:#CC0000
		;
    --color-white-1:#FFFFFF
        ;
    --color-red-2:#DD0000
        ;
    --color-red-3:#DA2128
        ;
    --color-gold:#C89414
        ;
  }
}

a {	
  color: var(--color-text);	
}	
.kicker {	
  font-size: 0.750em;	
  font-weight: 900;	
  color: var(--color-primary);	
  text-transform: uppercase;	
  text-align: left;	
  margin-right: 6px;	
}

.follow {
  padding: 30px 0;
}

.follow .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .follow .btn--follow {
    float: left;
  }
}

.btn {
  font-size: 16px;
  font-weight: bold;
}

.btn--follow {
  min-width: 120px;	
  padding: 5px 10px;
  border-radius: 18px;
  border: 1.2px solid;
  color: var(--color-primary);
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 5px;
}

i .btn--follow:hover {
  cursor: pointer;
}

.btn--follow__icon {
  float: right;
}

.btn--followed {
  color: #5e5e5e;
}

.btn--bookmark {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn--bookmark.active, .btn--bookmark:hover {
  background: transparent;
}

.btn--bookmark.active i::before, .btn--bookmark:hover i::before {
  color: var(--color-primary);
  content: "\f02e";
}

.btn--bookmark i {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 30px;
  line-height: 34px;
}

.btn--bookmark i::before {
  color: #7f7f7f;
}

.btn--bookmarked {
  color: var(--color-primary);
}

.btn--bookmark--big {
  margin-top: 5px;
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories.svg);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
}

.btn--bookmark--big:hover {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories-red.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--bookmarked--big {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories-red.svg);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
  margin-top: 5px;
}

.btn--bookmarked--big:hover {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--load {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 3px;
  font-weight: 600;
  padding: 6px 25px;
  text-transform: capitalize;
}

.btn--load:hover {
  cursor: pointer;
}

.btn--subscribe {
  color: #fff;
  background-color: var(--color-red-3);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: .813em;
}

.btn--subscribe:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.dropdown--subscribe li {
  padding: 0 !important;
  float: none !important;
}

.dropdown--subscribe li a {
  padding: 10px;
  font-size: 12px;
}

.dropdown--folder {
  display: inline-block;
  margin-right: 10px;
}

.dropdown--folder .btn {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  min-width: 160px;
  text-align: left;
}

.dropdown--folder .btn:focus {
  color: var(--color-on-bg-primary);
}

@media (max-width: 768px) {
  .dropdown--folder .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.dropdown--folder .btn .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dropdown--folder .dropdown-menu {
  font-size: 15px;
}

@media (max-width: 768px) {
  .dropdown--folder .dropdown-menu {
    top: 80%;
  }
}

.dropdown--folder .dropdown-menu li a {
  font-size: 14px;
  padding: 5px 15px;
}

.btn--toggle {
  color: var(--color-primary);
  border: 2px solid;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}

.btn--confirm {
  border: 2px solid var(--color-bg-primary);
  background-color: var(--color-bg-primary);
  color: var(--color-on-bg-primary);
  font-weight: 600;
}

.btn--confirm:hover {
  color: var(--color-on-bg-primary);
}

.btn--confirm:focus {
  color: var(--color-on-bg-primary);
}

.btn--outline {
  font-weight: 600;
  border: 2px solid;
  color: var(--color-primary);
  background-color: #ffffff;
}

.btn--outline:hover {
  color: var(--color-primary);
}

.btn--outline:focus {
  color: var(--color-primary);
}

.btn--wide {	
  padding: 7px 35px;	
}

.bttn {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.813em;
  font-weight: 600;
  color: var(--color-on-bg-1);
}

@media (max-width: 1024px) {
  .bttn {
    padding: 4px 10px;
  }
}

.bttn:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333333;
}

.bttn:focus {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333333;
}

.bttn--subscribe {
  background-color: var(--color-red-3);
  border: 1px solid var(--color-red-3);
  color: var(--color-on-bg-primary);
  display: none;
}

.bttn--log {
  color: var(--color-on-bg-1);
  border: 1px solid;
}

.button__container {	
  width: 100%;	
  padding: 25px 0;	
}	
.button__notes {	
  margin-top: 12px;	
}

.button--bookmark i:hover:before {
  content: "\f02e";
}

.panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-dark);
}

.followboxes__desc {
  padding: 10px 0;
}

.followboxes__link {
  visibility: hidden;
  padding: 10px 0;
}

.followboxes__link a {
  color: var(--color-primary);
}

.followboxes--columnists .followbox {
  height: 160px;
}

@media (max-width: 767px) {
  .followboxes--columnists .followbox {
    height: auto;
  }
}

.followboxes--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.followboxes--flex .followbox {
  height: 100%;
}

.followboxes--flex .col-xs-12 {
  margin-bottom: 10px;
}

.followboxes__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.followboxes__headings .btn--toggle {
  margin-left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.followboxes__headings .btn--toggle::before {
  content: "Collapse All";
}

.followboxes__headings .btn--toggle.active {
  background: transparent;
}

.followboxes__headings .btn--toggle.active::before {
  content: "Expand All";
}

.followboxes h3 {
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
}

.followboxes .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.followboxes .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.followboxes .panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-dark);
}

.followboxes .panel-heading.dark [data-toggle="collapse"]:after {
  color: var(--color-on-bg-1);
}

#followed-topics .panel-heading.dark [data-toggle="collapse"]:after {	
  color: var(--color-on-bg-dark);	
}

.followboxes .panel-heading.dark a {
  font-size: 18px;
}

.followboxes .panel-heading.dark a:hover, .followboxes .panel-heading.dark a:focus {
  color: var(--color-on-bg-1);
}

#followed-topics .panel-heading.dark a:hover, #followed-topics .panel-heading.dark a:focus {	
  color: var(--color-on-bg-dark);	
}

.followboxes .panel-body {
  padding: 10px 0;
  border-top: 0 !important;
}

.followboxes .panel-title a {
  font-size: 16px;
}

.followboxes .panel-heading [data-toggle="collapse"]:after {
  content: "\f077";
  font-weight: 100;
}

.followbox {
  padding: 15px 10px;
  border: 1px solid var(--color-border);
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.followbox.followed .followbox__button {
  color: #5e5e5e;
}

.followbox .mt-2 {
  margin-top: 15px;
}

.followbox__title h4 {
  xtext-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.followbox__title.topic h4 {
  font-size: 16px;
}

.followbox__title a {
  display: inline-block;
}

.followbox__author {
  border-radius: 100%;
  border: 1px solid var(--color-border);
  padding: 0;
  max-width: 80px;
}

.followbox__columnist {
  font-size: .813em;
  line-height: 1.385em;
  font-weight: 400;
  padding-left: 0;
  margin-top: 0px;
  color: #adadad;
}

.followbox__button-container {
  height: 100%;
  display: initial;
  display: flex-items;
  position: absolute;
  overflow-y: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid var(--color-border);
  padding: 0;
}

.followbox__image {
  padding: 10px;
  text-align: center;
}

.followbox__title {
  padding: 10px 15px;
}

.followbox__button {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  color: var(--color-primary);
}

.followbox__button:hover {
    cursor: pointer;
}

.followbox .btn--follow {
  display: inline-block;
  width: 40%;
}

.followbox:after {
  content: '';
  clear: both;
  display: table;
}

.followbox--2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.followbox--2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

.tab-option {
  position: relative;
  bottom: 0;
  padding: 15px 10px;
}

.bookmark--empty {
  padding: 100px 0;
  text-align: center;
}

.bookmark--empty .bookmark__icon {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.bookmark--empty .bookmark__text {
  margin-bottom: 32px;
}

.bookmark--empty .bookmark__text h2 {
  font-size: 18px;
  margin-bottom: 18px;
}

.bookmark--empty .bookmark__text i {
  margin: 0 5px;
  font-size: 1.4em;
}

.bookmark__dropdown {
  display: inline-block;
}

.bookmark__dropdown .btn {
  background-color: #ffffff;
  color: #4a4a4a;
  border: 1px solid var(--color-border);
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  text-align: left;
}

@media (max-width: 768px) {
  .bookmark__dropdown .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.bookmark__dropdown .btn .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.bookmark__dropdown .dropdown-menu {
  font-size: 15px;
}

.bookmark__dropdown .dropdown-menu li a {
  padding: 5px 15px;
}

.bookmark__select a {
  font-weight: 400;
}

.bookmark__notes p {
  margin-bottom: 15px;
}

.bookmark__notes .alert {
  margin-bottom: 0px;
}

.bookmark__tools {
  margin: 20px 0;
  float: right;
}

@media (max-width: 767px) {
  .bookmark__tools {
    width: 100%;
    text-align: right;
    margin: 20px 0 50px;
  }
}

.bookmark__tools .form-inline {
  text-align: left;
}

.bookmark__tools .form-inline .form-group {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group {
    margin-left: 0;
  }
}

.bookmark__tools .form-inline .form-group:first-child {
  margin-left: 0px;
}

.bookmark__tools .form-inline .form-group:last-child {
  margin-bottom: 0px;
}

.bookmark__tools .form-inline .form-group label {
  margin: 0 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group label {
    margin: 5px 0;
    display: inline-block;
    width: 20%;
    float: left;
  }
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group .form-control {
    display: inline-block;
    float: left;
    width: 80%;
  }
}

.bookmark__library {
  padding-top: 12px;
  padding-bottom: 50px;
}

.bookmark__folders {
  padding-top: 80px;
}

.folder {
  margin-bottom: 60px;
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 767px) {
  .folder {
    width: 100%;
  }
}

.folder__container {
  display: table;
  width: 100%;
}

.folder--highlight .folder__item {
  display: block;
}

.folder--highlight .folder__item.folder--active {
  background-color: var(--color-bg-2);
}

.folder--highlight .folder__item:hover {
  background-color: var(--color-bg-2);
}

.folder--list .folder__item {
  margin: 0;
  padding: 8px 10px;
}

.folder--list .folder__details {
  width: 90%;
  display: inline-block;
}

.folder--list .folder__icon {
  display: inline-block;
  float: left;
  padding-right: 15px;
}

.folder--list .folder__icon i {
  font-size: 22px;
  color: var(--color-primary);
}

.folder--list .folder__icon img {
  width: 20px;
  margin-bottom: 0px;
}

.folder--list .folder__name {
  display: inline-block;
  margin: 0;
  float: left;
  font-weight: 600;
}

.folder--list .folder__tools {
  width: 10%;
  float: right;
}

.folder--empty {
  cursor: pointer;
  border: 2px dashed;
  color: #979797;
  text-align: center;
  padding: 8px;
  height: 150px;
}

.folder--empty:hover {
  background-color: #efefef;
}

.folder--empty .folder__icon {
  height: 100px;
}

.folder--empty .folder__icon i {
  line-height: 100px;
  font-size: 20px;
  color: #979797;
}

.folder--empty .folder__name {
  color: #979797;
}

@media (max-width: 767px) {
  .folder__details {
    width: 70%;
    float: left;
  }
}

@media (max-width: 767px) {
  .folder__icon {
    width: 30%;
    float: left;
    text-align: center;
  }
}

.folder__icon img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.folder__name {
  font-weight: 600;
  margin-bottom: 10px;
}

.folder__numbers {
  font-size: 12px;
}

.folder__link {
  font-size: 13px;
  color: var(--color-primary);
  padding-right: 8px;
  border-right: 1px solid var(--color-border);
}

.folder__link:last-child {
  padding-left: 8px;
  padding-right: 0px;
  border-right: 0;
}

.folder .btn {
  border: 0px;
}

.wrap-nav {
  display: block;
  min-height: 87px;
}

.wrap-nav .navbar {
  padding: 6px 40px;
}

@media (min-width: 768px) {
  .wrap-nav .navbar {
    display: block;
  }
}

.wrap-nav .navbar-header {
  text-align: center;
  float: none;
}

.wrap-nav .backto {
  position: absolute;
  left: 5%;
  margin-top: 25px;
}

.wrap-nav .header-log {
  position: absolute;
  right: 5%;
  top: 30px;
}

.wrap-nav .backto-dark .icon.sprite-icon {
  background-position: -816px -27px;
  width: 24px;
  height: 16px;
}

.wrap-nav .sprite-icon {
  background: url(https://cdn.thestar.com.my/Themes/img/tsol-spritesv5.svg);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .wrap-nav .biz {
    display: none;
  }
}

.wrap-nav .biz.icon-res {
  display: none;
}

@media (max-width: 767px) {
  .wrap-nav .biz.icon-res {
    display: block;
    margin: 0 auto;
  }
}

.footer-alt {
  background: #444443;
  padding: 10px 0 20px 0;
}

.footer-alt h3 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.429em;
  letter-spacing: 0.3px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}

.footer-alt ul,
.footer-alt li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-alt ul.footer-nav {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.footer-alt ul.footer-nav li {
  display: inline-block;
}

.footer-alt ul.footer-nav li a {
  color: #b5b5b5;
  font-weight: 400;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 25px;
  display: inline-block;
}

.footer-alt ul.footer-nav li .divider {
  color: var(--color-border);
  margin: 0 15px;
}

.footer-alt ul.social {
  overflow: hidden;
}

.footer-alt ul.social li {
  float: left;
  margin: 0 6px 5px 0;
  padding: 0;
}

.footer-alt .fb-color .icon.sprite-icon {
  background-position: -308px -235px;
  width: 31px;
  height: 31px;
}

.footer-alt .copyright {
  text-align: left;
  color: #fff;
  font-size: 0.688em;
  letter-spacing: 0.5px;
  margin: 0;
}

.footer-col-right {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.footer-col-right h3,
.footer-col-right ul {
  display: inline-block;
  vertical-align: middle;
}

.footer-n {
  color: #8F8F8F;
  background-color: #303030;
  border-top: 1px solid #707070;
  padding: 30px 10px;
}

.footer-n__inner {
  max-width: 800px;
  margin: 0 auto 30px;
}

.footer-n__inner:last-child {
  margin: 0 auto 0;
}

.footer-n__inner:last-child iframe {
	height: 60px;
}

@media (max-width: 1023px) {
	.footer-n__inner:last-child iframe {
		height: 110px;
	}
}


.footer-n__links {
  display: inline-block;
  float: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .footer-n__links {
    width: 50%;
    margin-bottom: 30px;
  }
}

.footer-n__links b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #bbbbbb;
}

.footer-n__links ul li a {
  color: #8F8F8F;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 5px;
  cursor: pointer;
}

.footer-n__clearfix {
  display: none;
}

@media (max-width: 1024px) {
  .footer-n__clearfix {
    display: block;
  }
}

.footer-n__socials {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__socials {
    display: block;
    margin-bottom: 20px;
  }
}

.footer-n__socials li {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 1024px) {
  .footer-n__socials li {
    margin: 0 5px;
  }
}

.footer-n__downloads {
  display: inline-block;
}

.footer-n__downloads li {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__downloads li {
    display: block;
    margin-bottom: 5px;
  }
}

.footer-n__newsletter {
  padding: 10px 0;
}

.footer-n__newsletter input {
  border-radius: 0;
}

.footer-n__newsletter .form-group {
  margin-bottom: 0;
}

.footer-n__newsletter .btn-default.regbutton {
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px;
  background-color: #000000;
  font-size: 14px;
}

.footer-n__newsletter .btn-default.regbutton:active {
  color: #fff;
}

.footer-n__newsletter label {
  float: left;
  width: 30%;
  line-height: 32px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-n__newsletter label {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
  }
}

.footer-n__newsletter .footer-n__input {
  display: inline-block;
  font-size: 14px;
}

.list {	
  display: table;	
  margin-bottom: 18px;	
}	
.list--bullet {	
  border-spacing: 0 18px;	
  margin-bottom: 0;	
}	
.list li {	
  display: table-row;	
}	
.list li:before {	
  display: table-cell;	
  content: "•";
  padding-right: 8px;	
  color: var(--color-primary);	
}	
.list li.list--spacer {	
  height: 18px;	
}	
.list li.list--spacer:before {	
  display: table-cell;	
  content: "";	
  padding-right: 8px;	
  color: var(--color-primary);	
}	
.timestamp {	
  color: var(--color-text-2);	
}	

.columnists-set .col-wrap {
  margin-bottom: 20px;
}

.columnists-set .timestamp {
  display: block;
}

.follow__columnist .buttons {
  padding: 0 0 15px;
}

.follow__columnist .btn--follow {
  margin-right: 10px;
  margin-bottom: 7px;
  min-width: auto;
  float: left;
  font-weight: 400;
}

.follow__columnist .btn--follow__icon {
  margin-left: 5px;
}

.follow__columnist .btn--followed {
  display: inline-block;
}

.nav .btn--logout {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: .813em;
  display: inline-block;
  font-weight: 600;
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .nav .btn--subscribe {
    padding: 3px 10px;
	margin-right: 5px;
  }
}

.nav .btn--subscribe:active, .nav .btn--subscribe:focus, .nav .btn--subscribe:hover {
  color: #383838 !important;
}

.navbar-right .dropdown-menu li a {
  padding: 10px;
}

.navbar-right .dropdown-menu .center {
  text-align: center;
}

.navbar-right .dropdown--subscribe {
  display: none;
}

@media (max-width: 991px) {
  .navbar-right .dropdown--subscribe {
    display: inline-block;
  }
}

#navbar-main.navbar {
  background-color: var(--color-bg-1);
  border-color: var(--color-border);
  border-radius: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: var(--color-border);
}

@media (max-width: 991px) {
  #navbar-main.navbar {
    background-color: var(--color-bg-1);
    min-height: 47px;
  }
}

#navbar-main.navbar .login {
  /*color: #ffffff;*/
}

@media (max-width: 1024px) {
  #navbar-main.navbar .login {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  #navbar-main.navbar .login {
    margin-top: 4px;
  }
}

#navbar-main.navbar .login:hover {
  color: #555 !important;
}

#navbar-main.navbar .login.bttn--log:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333333;
}

@media (max-width: 768px) {
  #navbar-main.navbar a {
    color: #555;
  }
}

#navbar-main.affix {
  top: 36px;
}

@media (max-width: 1024px) {
  #navbar-main.affix {
    top: 31px;
  }
}

#navbar-main.affix .nav__headline__logo.active, 
#navbar-main.affix .nav__headline__logo:active, 
#navbar-main.affix .nav__headline__logo:hover,
#navbar-main.affix .nav__headline__logo:focus {
  background-color: var(--color-bg-2);
}

#navbar-main.affix .container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#navbar-main.affix .navbar-left li a {
  line-height: 28px;
}

#navbar-main.affix .navbar-right {
  padding-top: 4px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .navbar-right #login_menu {
    /*margin-top: 5px;*/
  }
  
  #navbar-main.affix .navbar-right {
    padding-top: 0;
  }
  
  #navbar-main.affix .navbar__buttons {
    padding-top: 8px;
  }
}

#navbar-main.affix #navi-home .sprite-icon {
  height: 17px;
  width: 16px;
}

#login_menu .sprite-icon {
    filter: none;
	background-position: -675px -26px;
	width: 20px;
	height: 20px;
    /*filter: invert(100%);
    width: 13px;
    height: 17px;*/
}

#navbar-main.affix #navi-home.active .sprite-icon {
  background-position: -100px -389px;
}

#navbar-main.affix #navi-home:hover .sprite-icon {
  background-position: -100px -389px;
}

#navbar-main.navbar--grey {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}

#navbar-main.navbar--grey .log-in-light .sprite-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.navbar__buttons {
  display: inline-block;
  float: right;
  padding-top: 5px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .tab-panel-2 .nav-pills > li.active > a {
    border-top: 2px solid var(--color-primary) !important;
  }
}

.filter-navi .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .filter-navi .btn--follow {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .filter-navi .btn--follow span {
    display: none;
  }
}

.mobile-panel .btn--subscribe {
  color: #ffffff !important;
}

.highlights {
  border-top: 1px solid transparent;
  border-bottom: 0;
  background-color: var(--color-bg-2);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.topics {
  padding: 10px 0 10px 10px;
  background-color: var(--color-bg-2);
}

@media (max-width: 1024px) {
  .topics ul.topics-content {
    margin-top: 0 !important;
  }
}

.topics ul.topics-content label {
  background-color: var(--color-bg-2);
  text-transform: capitalize;
}

.feed__icon {
  max-width: 160px;
  margin-bottom: 10px;
}

.btn-login .login {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: .813em;
  line-height: 20px;
}

.btn-login .login:hover {
  color: #383838;  
}

.social-branding li .epaper:first-child:hover {
  background-color: transparent;
}

.topics-content .divider {
  margin: 0;
}

.social-inner {
  width: 75%;
  float: left;
}

ul.social-branding li {
  padding: 10px 0;
}

.social-branding-mobile {
  display: none;
}

@media (max-width: 767px) {
  .social-branding-mobile {
    display: block;
  }
}

.social-branding-mobile li {
  display: inline-block;
}

.social-branding-mobile .appstore .icon.sprite-icon {
  background-position: -735px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile .playstore .icon.sprite-icon {
  background-position: -589px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile.small .appstore .icon.sprite-icon {
  background-position: -245px -24px;
  width: 86px;
  height: 30px;
}

.social-branding-mobile.small .playstore .icon.sprite-icon {
  background-position: -101px -24px;
  width: 86px;
  height: 30px;
}

.navbar-nav #btn_login,
.navbar-nav #podcast {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav #btn_login,
  .navbar-nav #podcast {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-nav #btn_login a {
    /*color: #ffffff !important;*/
  }
}

#navbar-main .nav__headline {
  display: none;
  position: absolute;
  margin-left: 40px;
  /*padding-right: 140px;*/
  max-width: 1260px;
  color: var(--color-on-bg-1);
}

#navbar-main .nav__headline__logo {
  display: inline-block;
  float: left;
}

/*#navbar-main .nav__headline__logo:hover {
  background-color: #cc0000 !important;
}*/

#navbar-main .nav__headline__logo img {
  display: block;
  margin: auto;
  max-width: 64px;
}

#navbar-main .nav__headline span {	
  float: left;	
  padding: 11px 10px;	
  display: inline-block;	
  font-weight: 600;	
  font-size: 14px;	
  width: 950px;	
  white-space: nowrap;	
  overflow: hidden;	
  text-overflow: ellipsis;	
}	
@media (max-width: 1230px) {	
   #navbar-main .nav__headline span {	
    width: 835px;	
  } 	
}	
@media (max-width: 1120px) {	
   #navbar-main .nav__headline span {	
    width: 720px;	
  } 	
}

#navbar-main .nav__button {
  padding: 11px 10px;
  display: inline-block;
  float: right;
  line-height: 28px;
}

#navbar-main .nav__button.button--share {
  padding-top: 10px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  #navbar-main .nav__button {
    padding: 7px 10px;
  }
  
  #navbar-main .nav__button.button--share {
    padding-top: 7px;
    padding-bottom: 0;
}
}

#navbar-main .nav__button i {
  color: var(--color-on-bg-1);
}

#navbar-main .nav__button i:before {
  color: var(--color-on-bg-1);
}

#navbar-main.affix .nav__headline span {
  line-height: 28px;
}

#navbar-main.affix .nav__headline__logo {
  padding: 16px 5px !important;
}

.promobox {
  /* CSS Document */
  /*------------------
   PROMO SLIDE BOX 
-------------------*/
}

.promobox #promobox {
  bottom: 60px;
  z-index: 9999;
  /*width: 100%;
  padding: 3px 20px;
  background-color: #f0f0f0;
  position: fixed;
  right: 0;
      -moz-box-shadow:-1px 0px 2px #d7d7d7;
    -webkit-box-shadow:-1px 0px 2px #d7d7d7;
    box-shadow:-1px 0px 2px #d7d7d7;
  border-top: 1px solid #b00;
  text-align: center;
  display: block;*/
}

.widget--border {
  border: 1px solid var(--color-border);
}

.widget--border.subscribe {
  padding: 10px 15px 20px;
}

.sponsored-panel {
  border: 1px solid var(--color-border);
}

.newsletter--travel {
  border: 1px solid var(--color-border);
}

.subscribe {
  border: 1px solid var(--color-border);
  padding: 10px 15px 20px;
}

.modal {
  top: 20%;
}

.modal--scroll .modal-content {
  overflow: hidden;
}

.modal--scroll .modal-body {
  height: 200px;
  overflow-y: scroll;
}

.modal__headings {
  padding: 0 30px 5px;
}

@media (max-width: 1024px) {
  .modal__headings {
    padding: 0px 15px 10px;
  }
}

.modal__form .form-control {
  border-radius: 0;
  margin-bottom: 8px;
}

.modal-header {
  border-bottom: 0;
  padding: 8px 30px 0;
}

@media (max-width: 1024px) {
  .modal-header {
    padding: 8px 15px 0;
  }
}

.modal-header .close {
  font-size: 32px;
}

.modal-body {
  margin: 0 30px 15px;
  padding: 0;
}

@media (max-width: 1024px) {
  .modal-body {
    margin: 0px 15px 15px;
  }
}

.modal-body p, .modal-body ol, .modal-body ul, .modal-body li {
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.modal-body ol, .modal-body ul {
  padding-left: 15px;
}

.modal-body small {
  font-size: 12px;
  line-height: 19.2px;
}

.modal-footer {
  border-top: 0;
  padding: 10px 30px 20px;
}

@media (max-width: 1024px) {
  .modal-footer {
    padding: 10px 15px 20px;
  }
}

@media (max-width: 320px) {
  .modal-footer .btn {
    margin-bottom: 5px;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 5px;
  }
}

.modal-title {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.alert {
  padding: 8px;
  font-weight: 600;
  color: var(--color-black-text);
}

.alert-warning {
  background-color: #F6F2D3;
}

.drop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.drop .audio-box-ctr {
  display: none;
}

.drop__close {
  background-color: #303030;
  padding: 10px 15px;
  text-align: right;
}

.drop__closebutton {
  display: inline-block;
  cursor: pointer;
}

.drop--search {
  bottom: 60px;
}

.drop--search .container {
  padding-top: 30vh;
}

.drop--audio {
  bottom: 60px;
}

.drop--audio .drop__close {
  padding: 10px 25px;
  color: white;
}

.drop--search .drop__close {
  color: white;
}

.drop .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 250px);
}

.drop .audio-box {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  border: 0;
  position: relative;
}

.drop .audio-box .playlist {
  height: auto;
}

.drop.active {
  opacity: 1;
  visibility: visible;
}

.drop.active .audio-box-ctr {
  display: block;
  top: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .drop.active .audio-box-ctr {
    bottom: 0px;
    overflow: hidden;
  }
}

.drop .nav {
  background-color: #f9f9f9;
}

.drop .nav li {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  float: left;
  text-align: center;
}

.drop .nav li a {
  background-color: #f9f9f9;
  font-size: 14px;
}

.drop .nav li.active {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.drop .tab-content .tab-pane-audio {
  padding: 0 10px;
}

.drop .tab-content .tab-pane-foryou {
  padding: 50px 40px;
}

.drop .tab-content .tab-pane-foryou .icon-headphone {
  margin: 0 auto 15px;
  width: 65px;
  height: 65px;
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.drop .tab-content .tab-pane-foryou h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.drop .tab-content .tab-pane-foryou p {
  font-size: 16px;
}

.drop .tab-content .tab-pane-foryou .btn {
  padding: 10px 25px;
  margin: 30px 0 10px;
}

.drop .tracks {
  padding: 8px 5px 8px 0;
}

.drop .tracks:first-child {
  padding: 0px 5px 8px 0;
}

.drop .tracks:last-child {
  padding: 8px 5px 0 0;
}

.drop .tracks.played:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.drop .tracks h3 {
  cursor: pointer;
}

.mobilenav {
  display: block;
  background-color: #ffffff;
  z-index: 1000;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #efefef;
  padding-top: 5px;
}

.mobilenav ul > li {
  display: inline-block;
  width: 6%;
  float: left;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin: 0 7% 0 7%;
}

@media (max-width: 765px) {
  .mobilenav ul > li {
	  display: inline-block;
	  width: 8%;
	  float: left;
	  text-align: center;
	  font-size: 10px;
	  cursor: pointer;
	  margin: 0 6% 0 6%;
	}
}

@media (max-width: 589px) {
  .mobilenav ul > li {
	  display: inline-block;
	  width: 20%;
	  float: left;
	  text-align: center;
	  font-size: 10px;
	  cursor: pointer;
	  margin: 0 0 0 0;
	}
}

.mobilenav ul > li.active, .mobilenav ul > li:hover {
  background-color: #ffffff;
}

.mobilenav ul > li.active div, .mobilenav ul > li:hover div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li.active i,
.mobilenav ul > li.active a, .mobilenav ul > li:hover i,
.mobilenav ul > li:hover a {
  color: var(--color-primary);
}

.mobilenav ul > li.active i:before,
.mobilenav ul > li.active a:before, .mobilenav ul > li:hover i:before,
.mobilenav ul > li:hover a:before {
  color: var(--color-primary);
}

.mobilenav ul > li.active .home, .mobilenav ul > li:hover .home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-red.svg);
}

.mobilenav ul > li.active .paper, .mobilenav ul > li:hover .paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-red.svg);
}

.mobilenav ul > li.active .bookmark, .mobilenav ul > li:hover .bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-red.svg);
}

.mobilenav ul > li.active .search, .mobilenav ul > li:hover .search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-red.svg);
}

.mobilenav ul > li.active .podcast, .mobilenav ul > li:hover .podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-red.svg);
}

.mobilenav ul > li.active > div, .mobilenav ul > li:hover > div {
  color: var(--color-primary);
}

.mobilenav ul > li a {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav__icon {
  width: 20px;
  height: 20px;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
}

.mobilenav__icon.home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-grey.svg);
}

.mobilenav__icon.paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-grey.svg);
}

.mobilenav__icon.bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-grey.svg);
}

.mobilenav__icon.search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-grey.svg);
}

.mobilenav__icon.podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-grey.svg);
}

.affix .mega-nav-toggle {
  padding: 15px 10px;
}

.affix .mega-nav {
  top: 52px;
  height: calc(100vh - 172px);
}

.mega-nav {
  display: none;
  position: absolute;
  top: 42px;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 230.4px);
  overflow-y: hidden;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* So the width will be 100% + 17px */
  padding: 15px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 768px) {
  .mega-nav {
    display: none !important;
  }
}

.mega-nav-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
}

.mega-nav__col {
  width: 20%;
  float: left;
  padding: 0 7px;
}

.mega-nav__inner {
  margin-bottom: 20px;
}

.mega-nav__inner a {
  font-weight: 600;
  font-size: 14px;
}

.mega-nav__title {
  display: block;
  padding: 7px 10px;
  background-color: #eeeeee;
}

.mega-nav__list li > a {
  display: block;
  padding: 15px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.labels {
  font-size: 0.781em;
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 6px;
}

.labels--free {
  color: #bbb;
}

.labels--gold {
  color: #bba77a;
}

.biz-icon {
  font-family: 'Lato';
  font-size: 12px;
  color: #C89414;
}

.biz-icon .fa.fa-lock,
.biz-icon .fa.fa-unlock,
.biz-icon .fa.fa-unlock-alt {
  font-size: 12.496px !important;
}

.icon--folderplus {
  width: 20px;
  margin-top: -4px;
  margin-right: 5px;
}

.embed-responsive-2by3 {
  padding-bottom: 150%;
}

.login-nav {
  padding: 15px 6px;
}

@media (max-width: 768px) {
  .m-login-button {
    display: inline-block !important;
    opacity: 1 !important;
    margin-right: 5px;
	top: 1px;
  }
  
  .navbar-right .dropdown--subscribe {
      top: 1px;
  }
}

#hllogin:focus, #hllogin:hover {
	background-color: #EEEEEE;
}

.small-txt {
  position: relative;
  top: -8px;
  background: #8B8B8B;
  border-radius: 1px;
  color: #fff;
  font-size: 9px;
  padding: 2px;
}

.headline {
  padding-bottom: 8px;
}

.headline--links .headline__title {
  width: 85%;
  display: inline-block;
  float: left;
}

@media (max-width: 1024px) {
  .headline--links .headline__title {
    width: 60%;
  }
}

.headline--links .headline__link {
  width: 15%;
  display: inline-block;
  float: right;
  text-align: right;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  .headline--links .headline__link {
    width: 40%;
  }
}

.headline--links .headline__link i {
  color: #4a4a4a;
}

.headline__title {
  font-size: 1.563em;
  line-height: 1.120em;
}

.headline hr {
  background-color: var(--color-red-2);
  border: 1.5px solid var(--color-primary);
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.highlight--red {
  font-weight: 600;
  color: var(--color-primary);
}

.for-you__desc {
  margin-bottom: 30px;
}

.for-you__desc .f18 {
  margin-bottom: 6px;
}

.for-you__desc .feed {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.for-you__desc .follow__columnist {
  margin-bottom: 20px;
  padding: 0;
}

.for-you__desc .bottom-grey {
  height: 1px;
  margin-bottom: 0;
}

.for-you .panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.for-you .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.for-you .panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-1);
}

.for-you .panel-heading.dark [data-toggle="collapse"]:after {
  color: var(--color-on-bg-1);
}

.for-you .panel-heading.dark a {
  font-size: 18px;
}

.for-you .panel-heading.dark a:hover, .for-you .panel-heading.dark a:focus {
  color: var(--color-on-bg-1);
}

.for-you .panel-body {
  padding: 15px 0;
}

@media (max-width: 1024px) {
  #tsolmobar.in {
    display: block;
    overflow-y: scroll !important;
    height: 100% !important;
  }
}

@media (max-width: 1024px) {
  .navi-primary-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .navi-primary-mobile .navigation-title {
    background: #e6e6e6;
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid var(--color-border);
    font-weight: bold;
  }
  .navi-primary-mobile .navigation-section {
    background: #ffffff !important;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .navi-primary-mobile .navigation-children {
    -webkit-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none;
    margin: 7px 0;
  }
  .navi-primary-mobile .navigation-children li {
    margin: 0 10px 0 20px;
    padding: 6px 0;
  }
}

#tsolnavbar {
  display: block;
}

@media (max-width: 991px) {
  #tsolnavbar {
    display: none;
  }
}

#tsolnavbar ul.nav li a {
  color: var(--color-on-bg-1);
  padding: 11px 10px !important;
}

#tsolnavbar ul.nav li a.active, #tsolnavbar ul.nav li a:active, #tsolnavbar ul.nav li a:hover, #tsolnavbar ul.nav li a:focus {
  color: var(--color-on-bg-primary);
  background-color: var(--color-bg-primary);
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-light .icon.sprite-icon{
  filter: none;
  background-position: -602px -26px;
  width: 17px;
  height: 16px;
}

.home-light.active .icon.sprite-icon, .home-light:active .icon.sprite-icon, .home-light:hover .icon.sprite-icon, .home-light:focus .icon.sprite-icon{
  filter: invert(0);
  background-position: -100px -389px;
}

#tsolnavbar ul.nav li ul li a {
  color: #333333;
}

.branding .login {
  color: var(--color-on-bg-1);
}

.branding .login:hover {
  color: #555 !important;
  background-color: #eee;
}

.branding a {
  color: var(--color-on-bg-1);
}

@media (max-width: 768px) {
  .branding a {
    color: #555;
  }
}

#navbar-main.navbar--grey .navbar-right .dropdown-menu li a {
    color: #262626;
}

.navbar__interact {
  display: inline-block;
  float: left;
  margin-left: -70px;
  margin-top: -4px
}

@media (max-width: 1024px) {
  .navbar__interact {
    display: none;
  }
}

.navbar-brand {
  position: relative;
}

.navbar-header .navbar-brand.brand-mobile {
  display: none;
}

@media (max-width: 991px) {
  .navbar-header .navbar-brand.brand-mobile {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    top: 5px;
    max-height: 38px;
  }
}

@media (max-width: 767px) {
  .navbar-header .navbar-brand.brand-mobile {
    /*top: 0;*/
	top: 2px;
  }
}

.branding {
  background-color: var(--color-bg-1);
  border-color: var(--color-bg-1);
}

.nav > li > a.login {
  color: var(--color-on-bg-1);
  border: 1px solid var(--color-on-bg-1);
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px 10px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

.navbar-toggle .icon-bar {
  border: 2px solid var(--color-on-bg-1);
  border-radius: 0;
  background-color: var(--color-on-bg-1);
}

.navbar-toggle .icon-x {
  display: none;
  color: var(--color-on-bg-1);
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

#page-header .podcast-btn {
  background: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-white.svg) !important;
}

#page-header nav .navbar-right {
  margin-right: 15px;
}

@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    top: 3px;
    right: 10px;
    margin-right: 0;
  }
}

button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-grey {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}

.no-scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Avoid width reflow */
}

.no-scroll .mega-nav {
  height: calc(130vh - 94.6px);
}

ul.dropdown-menu.log-in li {
  padding: 0;
}


#wrapperFooter {
  padding-bottom: 60px;
}

.story-wrapper .btn--follow {
  min-width: 0;
  margin-right: 5px;
  margin-bottom: 4px;
}

.story-wrapper .btn--follow:hover {
  cursor: pointer;
}

.wrapper--content {
  padding: 20px 0;
}

.show-sd {
  display: block;
}

@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 1024px) {
  .navbar-nav > li:hover > .dropdown-menu {
    display: none;
  }
}

.ads--50px {
  padding: 0 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.ads--50px img {
  height: 50px;
}

.ads--50px p {
  font-size: 10px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
}

.Inline.Ads-slot {
  background: var(--color-bg-1);
}

.prev {
  padding: 15px 0;
}

.prev__link {
  color: var(--color-primary);
}

.tagline {
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  color: #979797;
  position: absolute;
}

.tagline--navbar {
  bottom: 13px;
  right: -85px;
}

@media (max-width: 991px) {
  .tagline--navbar {
    font-size: 9px;
    line-height: 10px;
    right: -60px;
  }
}

@media (max-width: 767px) {
  .tagline--navbar {
    bottom: 0px;
    left: 2px;
    right: auto;
  }
}

.slider-story {
  -webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 30px;
  bottom: 59px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  margin-left: -10px;
}

@media (max-width: 1024px) {
  .slider-story {
    padding: 12px 0px;
  }
}

.slider-story__headtitle {
  font-size: 14px;
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .slider-story__headtitle {
    font-size: 12px;
  }
}

.slider-story__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

@media (max-width: 767px) {
  .slider-story__title {
    font-size: 12px;
  }
}

.slider-story__image {
  float: left;
  width: 20%;
}

.slider-story__desc {
  float: left;
  width: 80%;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .slider-story .slick-list {
    padding: 0 20% 0 0;
  }
}

.slider-story .slick-slider {
  margin-bottom: 0;
}

.slider-story .slick-arrow {
  border: 1px solid;
  padding: 5px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  z-index: 1;
}

.slider-story .slick-disabled {
  display: none !important;
  pointer-events: none;
}

.slider-story .prev-arr {
  left: -15px;
}

.slider-story .next-arr {
  right: -15px;
}

.slider-story__image-container {
  width: auto;
  height: 40px;
  overflow: hidden;
}

.slider-story__image-container img {
  height: 100%;
  margin: auto;
}

.slider-story__image-container .vid-icon {
  display: none;
}


.thumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thumb--vp {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.thumb--vp .thumb__inner {
  height: 280px;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.thumb__title {
    color: var(--color-text);
    font-size: 1.125em;
    line-height: 1.18em;
    font-weight: 600;
    margin-bottom: 10px;
}

.thumb__info {
  margin-bottom: 5px;
}

.thumb__image {
    text-align: center;
    position: relative;
}

.thumb__image img {
    height: auto;
    width: 100%;
    margin: auto;
    display: block;
}

.viewpoints__stories .thumb__image img {
  height: auto;
  width: 100%;
  margin: auto;
  display: block;
  height: 267px;
  max-height: 267px;
}

@media (max-width: 1024px) {
  .viewpoints__stories .thumb__image img {
	  height: 215px;
      max-height: 215px;
  }
}

@media (max-width: 768px) {
  .viewpoints__stories .thumb__image img {
	  height: 243px;
      max-height: 243px;
  }
}

@media (max-width: 495px) {
  .viewpoints__stories .thumb__image img {
	  height: 237px;
      max-height: 237px;
  }
}
@media (max-width: 320px) {
  .viewpoints__stories .thumb__image img {
	  height: 201px;
      max-height: 201px;
  }
}

.thumb__inner {
    padding: 8px 10px 0;
    position: relative;
    background-color: #ffffff;
}

.thumb__desc {
    font-size: 16px;
    line-height: 20px;
    color: #363636;
}

.thumb__author {
  color: #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin-bottom: 15px;
}

.thumb__authorname {
  font-size: 12px;
}

.thumb__authorname a {
  font-size: 12px;
}

.thumb__authorimage {
  margin-left: auto;
}

.thumb__authorimage img {
  max-width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--color-border);
}

.thumb__tags {
  background-color: #dddddd;
  color: #979797;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 9px;
  font-size: 12px;
  line-height: 16px;
}

.block.sidebar-wrapper {
  background-color: var(--color-bg-1);
}

.wide-layout.oth {
  background-color: var(--color-bg-1);
}

.wide-layout.hero-panel {
  height: auto;
}

.quick-wrap {
  background-color: var(--color-bg-2);
}

	.bg--revell {	
  background-color: #eeeeee;	
}	
.feature {	
  display: block;	
  margin: auto;	
  width: 400px;	
  padding: 0 10px;	
}	
@media (max-width: 1024px) {	
  .feature {	
    width: auto;	
  }	
}	
@media (max-width: 767px) {	
  .feature {	
    padding: 50px 20px;	
  }	
}	
.feature__headline {	
  font-size: 18px;	
  line-height: 22px;	
  margin-bottom: 20px;	
}	
.feature__vl {	
  border-left: 3px solid var(--color-primary);	
}	
@media (max-width: 767px) {	
  .feature__vl {	
    border-left: 0;	
  }	
}	
@media (max-width: 767px) {	
  .feature__vl .feature {	
    border-top: 3px solid var(--color-primary);	
  }	
}	
.feature .btn {	
  margin-top: 20px;	
}	
.notes {	
  border-radius: 4px;	
  padding: 18px;	
  display: block;	
  margin: auto;	
  width: 90%;	
}	
@media (max-width: 767px) {	
  .notes {	
    width: 100%;	
  }	
}	
.notes--yellow {	
  background-color: #F6F2D3;	
}	
.notes--inline {	
  display: inline-block;	
}	
.notes__headline {	
  font-size: 16px;	
  margin-bottom: 10px;	
}	
.hero {	
  padding: 25px 0;	
}	
@media (max-width: 1024px) {	
  .hero {	
    padding: 0 10px;	
  }	
}	
.hero__headline {	
  padding-top: 10px;	
}	
@media (max-width: 767px) {	
  .hero__headline {	
    padding-top: 0;	
  }	
}	
.hero__image {	
  padding-bottom: 15px;	
}	
@media (max-width: 1024px) {	
  .hero__image {	
    padding: 10px;	
  }	
}	
@media (max-width: 768px) {	
  .hero__image {	
    padding: 0 25%;	
  }	
}	
@media (max-width: 767px) {	
  .hero__image {	
    padding: 0 3%;	
  }	
}	
.hero__intro {	
  padding: 20px;	
}	
.hero__intro h2 {	
  font-size: 25px;	
  line-height: 19.2px;	
  margin-bottom: 20px;	
}	
@media (max-width: 767px) {	
  .hero__intro h2 {	
    line-height: 32px;	
  }	
}	
.hero__intro .desc {	
  font-size: 18px;	
  line-height: 28px;	
  font-weight: 600;	
  margin-bottom: 20px;	
}	
@media (max-width: 767px) {	
  .hero__intro .desc {	
    font-size: 16px;	
    line-height: 22px;	
  }	
}	
.hero--feature {	
  padding: 60px 0;	
}	
@media (max-width: 767px) {	
  .hero--feature {	
    padding: 10px 0;	
  }	
}

.videos {
    padding-top: 15px;
}

.videos--default {
    background-color: var(--color-bg-2);
}

.videos__items .nav-pills li {
    border: 0;
}

.videos__items .nav-pills li a {
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.videos__items .nav-pills li.active {
    background-color: transparent;
    border: 0;
}

.videos__items .nav-pills li.active a {
    background-color: transparent;
}

.videos__items .nav-pills li.active a {
    border-top: 2px solid #d00;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.videos__items .tab-content .tab-pane {
    background-color: transparent;
}

.videos__items .timestamp {
    color: #888;
}

.videos--default .videos__items .nav-pills li.active a {
    border-bottom: 1px solid var(--color-bg-2);
}

.thumb--vp {
  border: 1px solid var(--color-border);
}

.thumb--vp .thumb__inner {
  border: 0;
}

.thumb__icon {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 20px;
    max-width: 20px;
    cursor: pointer;
}

.thumb--video {
    position: relative;
}

@media (max-width: 991px) {
	.thumb--video {
		margin-bottom: 20px;
	}
}

.thumb--video .thumb__icon {
    width: 45px;
    max-width: 45px;
    top: 4%;
    left: 2%;
}

@media (max-width: 768px) {
	.thumb--video .thumb__icon {
		top: 5px;
	}
}

.thumb--video .thumb__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var(--color-on-bg-primary);
  margin-bottom: 0;
}

.thumb--video .thumb__image {	
  max-height: 320px;	
  overflow: hidden;	
}

.thumb--video .thumb__inner {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
    padding: 18px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.thumb--list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
}

.thumb--list .thumb__image {
    float: left;
    width: 41.666667%;
	max-height: 91.3px;	
    overflow: hidden;
}

@media (max-width: 768px) {
	.thumb--list .thumb__image {
		width: 50%;
		max-height: 100px;
	}
}
.thumb--list .thumb__desc {
    float: left;
    width: 58.33333333%;
    padding-left: 10px;
}


@media (max-width: 768px) {
	.thumb--list .thumb__desc {
		width: 50%;
	}
}

.thumb--list .thumb__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.videos__items .thumb--list {
	margin-left: 0;
	margin-right: 0;
}

.thumb--bm {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
  display: table;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumb--bm .kicker {
  display: inline-block;
}

.thumb--bm .thumb__title {
  margin-bottom: 5px;
  font-size: 16px;
}

.thumb--bm .thumb__image {
  width: 16.5%;
  float: left;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__image {
    width: 25%;
  }
}

.thumb--bm .thumb__details {
  width: 70%;
  float: left;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__details {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .thumb--bm .thumb__details {
    display: inline-block;
    padding-top: 0;
    padding: 0 10px;
  }
}

.thumb--bm .thumb__tools {
  vertical-align: middle;
  display: table-cell;
}

.thumb--bm .thumb__desc {
  font-size: 0.781em;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__desc {
    font-size: 12px;
  }
}

.thumb--bm .thumb__expiry {
  color: var(--color-primary);
}

.thumb--unpub .thumb__image, .thumb--unpub .thumb__details{
    pointer-events: none;
}

.thumb--unpub .thumb__title {
  color: #979797;
}

.thumb--unpub .thumb__image {
  opacity: 30%;
}

.trending--10 {
  padding-top: 8px;
}

.trending--10 .trend-list__num {
  padding: 0;
  text-align: center;
}

.related-sect {
  display: block;
}

.related-articles--side {
  display: none;
}

@media (min-width: 1024px) {
  .related-articles--side {
    display: block;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .related-articles--side {
    padding-top: 15px;
  }
}

.related-articles--side .headline {
  display: block;
}

.related-articles--side .story-set {
  display: inline-block;
}

.related-articles--side .in-sec-story {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 15px;
}

.related-articles--side .in-sec-story h2 {
  font-size: 16px;
}

.related-articles--side .in-sec-story .timestamp {
  font-size: 0.781em;
}

.related-articles--side .img-sticker {
  margin-bottom: 4px;
}

.info {
  padding-bottom: 18px;
}

.info__interact {
  display: inline-block;
  float: right;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .info__interact {
    float: none;
    display: block;
    padding: 14px 0 20px;
  }
}

.info__button {
  padding-left: 20px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .info__button {
    padding-left: 0px;
    padding-right: 20px;
	float: left;
  }
}

.credit {
  height: 28px;
  font-size: 14px;
  color: #ADADAD;
}

.credit_height {
  height: 48px;
}

.credit a {
  text-transform: uppercase;
}

.credit__photos {
  padding-top: 8px;
}

ul.side-note {
  border-top: 0;
}

@media (min-width: 1024px) {
  ul.side-note {
    border-top: 1px solid var(--color-border);
    padding-top: 15px;
    margin-left: 10px;
    max-width: 141px;
  }
}

@media (min-width: 1100px) {
  ul.side-note {
    max-width: 160px;
  }
}

@media (min-width: 1230px) {
  ul.side-note {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  ul.side-note {
    max-width: none;
  }
}

.button--bookmark {
	float: right;
}

@media (max-width: 1024px) {
  .button--bookmark {
    float: none;
  }
}

#bookmark_menu.active {
  background-color: transparent;
}

#bookmark_menu.active i:before {
  content: "\f02e";
}

.modalDialog {
    position: fixed;
    font-family: Arial,Helvetica,sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	width: auto;
	height: 150px;
	margin: 100px auto;
}

@media (min-width: 768px) {
  .modalDialog  {
    width: 600px;
	background: rgba(0, 0, 0, 0.77);
  }
}

.toggleModalDialog {
   opacity:1;
   pointer-events: auto;
}

.modalDialog > div {
  width: 500px;
  position: relative;
  margin: 10% auto;
  padding: 15px;
  background: transparent;
}

@media (max-width: 575px) {
  .modalDialog>div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .modalDialog > div > a {
	  color: var(--color-bg-1) !important;
	}
}

.shareClose {
  color: var(--color-bg-1);
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  bottom: 80px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px !important;
  opacity: .7;
}

@media (max-width: 575px) {
  .shareClose {
    right: 10px;
 }
}

.image-inline-container img {	
    max-width: 100%!important;	
    width: auto;	
    height: auto!important;	
}	
.story--featured {	
  display: flex;	
  padding: 15px;	
  border: 1px solid var(--color-border);	
  margin-bottom: 15px;	
}	
.story--featured .kicker {	
  color: var(--color-primary);	
  font-weight: 900;	
}	
.story--featured .kicker:hover {	
  text-decoration: none;	
}	
.story--featured .story__title {	
  margin-top: 6px;	
  font-size: 1em;	
  line-height: 1.18em;	
}	
@media (max-width: 495px) {	
  .story--featured .story__title {	
    margin-top: 6px;	
  }	
}	
.story--featured .story__title a {	
  color: var(--color-text);	
  font-weight: 600;	
}	
.story--featured .story__title a:hover {	
  cursor: pointer;	
  text-decoration: none;	
}	
.story--featured .story__image {	
  width: 23.5%;	
  min-width: 133px;	
  display: inline-flex;	
  justify-content: center;	
  align-items: flex-start;	
  margin-right: 15px;	
}	
@media (max-width: 495px) {	
  .story--featured .story__image {	
    width: 50%;	
  }	
}	
.story--featured .story__image:hover {	
  cursor: pointer;	
}	
.story--featured .story__details {	
  width: 76.5%;	
  display: inline-flex;	
  flex-direction: column;	
}	
@media (max-width: 495px) {	
  .story--featured .story__details {	
    width: 50%;	
  }	
}

/*# sourceMappingURL=main.css.map */

/* Story Page css 2025 */
  
  /*---Subcription modal (Metered Stories)---*/
.subscription-modal {
  text-align: center;
  border: 1px solid #d6d6d6;
  display: block;
  overflow: hidden;
  padding: 15px 24px;
  clear: both;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}
.subscription-modal p {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.plans, .subscription-details {
  max-width: 70%;
  margin: 0 auto
}
.subscription-header h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 12px
}
.subscription-header p {
  margin-bottom: 12px
}
.subscription-header a {
  color: #004bd1;
  font-weight: 700
}
hr.divider {
  border: none;
  height: 1px;
  background-color: #d6d6d6;
  margin: 10px 0
}
.plan-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 20px
}
.subscribe-btn {
  flex-shrink: 0;
  font-weight: 700;
  background: 0 0;
  xpadding: 8px 16px;
  border: 1px solid #b00;
  color: #b00;
  border-radius: 8px;
  transition: .3s;
  min-width: 118px;
  height: 38px;
  font-size: 14px;
}
.subscribe-btn:hover {
  background: rgba(0, 0, 0, .05);
  color: #b00
}
.subscription-modal .billing-info {
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.plan-content {
  display: flex;
  justify-content: space-between;
  gap: 16px
}
.plan-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left
}
.plan-details h3 {
  font-size: 13px;
  font-weight: 600;
  color: #b00;
  margin-bottom: 4px
}
.plan-card.active {
  border-color: #b00;
  background-color: #fff6f5;
  position: relative
}
.subscription-modal .best-value {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 16px;
}
.subscription-modal .old-price {
  text-decoration: line-through;
  font-size: 12px;
}
.subscription-modal .new-price {
  font-size: 24px;
  font-weight: 900;
  line-height: 28px
}
.subscription-modal .subscription-details p {
  font-size: 16px;
  line-height: 22px;
}
.subscription-modal .subscription-details p.subscribe-note {
  font-size: 14px;
}
.new-price span {
  font-size: 13px;
  font-weight: 400
}
.close-btn {
  border: none;
  font-weight: 700;
  background: 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #4a4a4a;
  width: 24px;
  box-sizing: border-box
}
@media only screen and (max-width:767px) {
  button.subscribe-btn {
    font-size: 13px;
    height: 28px;
    min-width: 98px;
    padding: 0 10px
  }
  .new-price {
    font-size: 20px;
    line-height: 24px
  }
  .new-price span {
    font-size: 12px
  }
  .promobox .thestar-logo {
    text-align: center;
    margin-bottom: 5px
  }
  .promobox .promo-text {
    text-align: center
  }
  .promobox .subscribe-msg .promo-text, .promobox .tryfree-msg .promo-text {
    margin-bottom: 15px
  }
  .promobox #promobox {
    margin: 0;
    bottom: 60px;
    padding: 10px
  }
  .promobox #promobox p {
    font-size: 14px;
    color: #4a4a4a !important;
    font-weight: 700;
    line-height: 18px
  }
  .promobox .sbpv2018 .row {
    display: block
  }
  .side-note, ul.side-note {
    position: static;
    max-width: 100%
  }
  .story-wrapper p.date {
    float: left;
    margin-right: 10px
  }
  .story-wrapper .embeded-image.inline-image-left, .story-wrapper .embeded-image.inline-image-right {
    width: 50%
  }
  .story-content {
    margin-left: 0 z-index:-1;
  }
  blockquote {
    width: 95%
  }
  blockquote::before {
    left: -10px
  }
  .embeded-image.inline-image-left img {
    height: auto !important
  }
  .limit-notice-desc {
    margin: 0 auto;
    text-align: center
  }
  .plans, .subscription-details {
    max-width: 100%
  }
}
@media only screen and (max-width:339px) {
  .new-price {
    font-size: 18px;
    line-height: 22px
  }
  .subscription-modal {
    padding: 15px
  }
}
.btn-l, .btn-xl {
  font-size: 16px
}
.btn--fill {
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.btn-xl {
  height: 48px;
  padding: 0 40px
}
.btn-l {
  height: 40px;
  padding: 0 32px
}
.btn-m {
  height: 32px;
  padding: 0 24px;
  font-size: 14px
}
.btn-s {
  height: 28px;
  padding: 0 20px;
  font-size: 13px
}
.primaryRed {
  background-color: #b00;
  color: #fff !important
}
.primaryRed:hover {
  background: #da2128
}
.button-container {
  display: flex;
  gap: 20px;
  align-items: center
}
.button-group {
  display: flex;
  flex-direction: column;
  align-items: center
}
.filter-navi {
  padding: 0;
  list-style: none
}
.filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px
}
.filter-container input[type=submit], .filter-container select {
  height: 35px
}
@media (max-width:768px) {
  .filter-container {
    flex-direction: column;
    align-items: flex-start
  }
  .filter-container input[type=submit], .filter-container select {
    width: 100%
  }
}
.headline .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn--editfeed {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pullout--sidebar {
  padding: 15px;
}
.pullout--sidebar .pdf-preview {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.pullout--sidebar .pdf-preview img {
  width: 120px;
  border: 1px solid #dadada;
}
/*---30th Anniversary--*/
.header__branding {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4px;
  max-width: 1260px;
}
.logo-group {
  display: flex;
  align-items: center;
}
.header__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 374px) {
  .logo-anniversary {
    display: none;
  }
}
/*---Story Article Headings--*/
.story-wrapper h1.primary-heading {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: .5px;
  color: #4A4A4A;
}
/*---Story Article Page--*/
.story-wrapper .heading-flex.story-pg {
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.story-wrapper .kicker-container {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style-type: none;
  margin-bottom: 8px;
}
.labels--ex
 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4px;
}
.story-wrapper .kicker-container .labels--exbig {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  background-color: var(--color-primary);
  border-radius: 0;
  line-height: 22px;
  padding: 0 8px;
}
.story-content ul li, .story-content ol li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 10px;
  margin-left: 15px;
}
.story-content ol li {
  list-style: decimal;
}
.story-content ul li {
  list-style: disc;
}
.story-wrapper .kicker {
  margin-right: unset;
  font-weight: unset;
}
.story-wrapper .info {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.story-wrapper .info .credit__date {
  color: var(--color-text-2);
}
.story-wrapper .story-pg.headline {
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.story-wrapper .side-note {
  list-style: none;
  position: absolute;
  top: 0;
  margin-bottom: 10px;
  max-width: 180px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 10px;
  border-top: 1px solid var(--color-border);
  width: calc(25% - 30px);
}
.side-note .interaction-buttons {
  display: flex;
  gap: 16px;
  margin: 32px 0;
}
.side-note .interaction-buttons span {
  cursor: pointer;
  text-transform: none;
}
.side-note .interaction-buttons span::after {
  content: '';
  display: none;
}
.side-note .interaction-buttons span {
  color: var(--color-on-bg-2);
}
@media screen and (max-width: 1023px) {
  .story-wrapper .side-note {
    position: static !important;
    margin-bottom: 0;
    border: none;
    padding-right: 20px;
    max-width: unset;
  }
  .side-note .interaction-buttons {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.story-wrapper article.story p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.story-wrapper .caption {
  color: var(--color-on-bg-2);
  background-color: #ffffff;
  padding: 12px 0px;
  font-size: 13px;
  line-height: 17px;
  border: none;
  border-bottom: 1px solid var(--color-border);
  font-weight: 500;
}
.related-articles--side {
  margin-top: 30px;
}
.related-articles--side h2 {
  color: var(--color-primary);
  margin-bottom: 15px;
}
.related-articles--side .in-sec-story h3 {
  font-size: 16px;
  line-height: 20px;
}
blockquote {
  font-weight: 300;
  display: block;
  font-size: 32px;
  line-height: 42px;
  color: var(--color-on-bg-2);
  position: relative;
  margin: 40px auto 20px;
  Padding: 12px 40px;
  border: none;
  width: 85%;
}
blockquote cite {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 28px;
    line-height: 38px;
    width: 90%;
    padding: 12px 20px;
  }
  .heading-flex.story-pg h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
blockquote:before {
  font-weight: 900;
  display: block;
  padding-left: 10px;
  content: "â€œ";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: 10px;
  color: var(--color-on-bg-2);
  opacity: 0.75;
}
.story-content .inline-img {
  margin-bottom: 28px;
}
.embeded-image.portrait {
  max-width: 70%;
  height: auto;
}
.story-content .embeded-image.inline-image-center {
  margin: 0 auto 28px;
}
.review-summary hr {
  border-color: #d6d6d6;
}
/*---In-Article List Style Section---*/
h2.section-heading {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: #4A4A4A;
}
h3.subsection-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 24px;
  color: #4A4A4A;
}
h4.tertiary-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #4A4A4A;
}
/*---In-Article List Style Section Review Widget---*/
.review-rate-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.review-rate-wrapper hr {
  margin: 10px 0;
}
article.story .review-rate-wrapper p {
  font-size: 16px;
  line-height: 20px;
}
.score-overall {
  flex: 1 1 20%;
  text-align: center;
}
.review-summary {
  flex: 1 1 75%;
}
span.score-desc {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
}
.score-number {
  display: block;
  font-size: 35px;
  line-height: 39px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 10px 0;
}
/*---Review Summary---*/
.review-summary-wrapper {
  padding: 15px;
  background-color: #f6f6f6;
  margin: 20px auto;
}
.review-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  line-height: 22px;
}
.review-detail {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
/*---Share and Bookmark Icons---*/
.side-note .interaction-buttons span.story-bookmark.round, .story-bookmark.material-icons-round {
  color: #bb0000;
}
.social-icons .st-btn {
  display: inline-flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin: 10px auto;
  cursor: pointer;
}
.social-icons .st-btn img {
  padding: 8px;
  border-radius: 4px;
  width: 46px;
}
.social-icons .st-btn span {
  font-weight: 600;
}
.social-icons .st-btn.facebook img {
  background: #4267B2;
}
.social-icons .st-btn.whatsapp img {
  background: #25d366;
}
.social-icons .st-btn.telegram img {
  background: #0088cc;
}
.social-icons .st-btn.linkedin img {
  background: #0077b5;
}
.social-icons .st-btn.twitterX img {
  background: #000000;
}
.social-icons .st-btn.email img {
  background: #7d7d7d;
}
.social-icons .st-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-icons .st-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .social-icons .st-btn {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .social-icons .st-btn span {
    display: none;
  }
}
.social-icons .modal-content {
  border-radius: 6px;
  padding: 15px;
  top: 30px;
}
.social-icons .modal-body a {
  margin: 5px;
  display: inline-block;
  font-size: 20px;
}
.social-icons .modal-body {
  margin: 30px 50px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .social-icons .modal-body {
    margin: 30px 0px;
    gap: 0px;
  }
  .social-icons .st-btn {
    margin: 8px
  }
}
/*---Related Stories--*/
.article__widgets .article__related-links ul li, .article__widgets .article__related-links ol li {
  margin-bottom: 16px;
  font-size: 16px;
  padding-left: 0;
  line-height: 20px;
}
/*--Story Navi--*/
.navbar--story .navbar-nav .nav__headline {
  display: none;
}
/*.navbar--story .header__nav {
    height: 44px;
}*/
.affix .navbar--story .nav__headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.affix .navbar--story .nav--desktop {
  display: none;
}
.navbar--story .nav__headline__logo img {
  display: block;
  margin: auto;
  max-width: 64px;
}
.navbar--story a.nav__headline__logo {
  line-height: 19px;
  padding: 10px 8px !important;
}
.affix .navbar--story .nav__headline span {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  width: 850px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn--menu .icon-bar + .icon-bar {
  margin-top: 3px;
}
.header__nav .header__buttons {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  margin-left: auto;
  align-items: center;
}
.header__buttons .share, .header__buttons .story-bookmark, .header__buttons .bookmark {
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.header__buttons .bookmark.round {
  cursor: pointer;
  color: #bb0000;
}
.material-symbols-outlined .header__buttons span.bookmark.round {
  color: #bb0000;
  cursor: pointer;
}
.affix-top li.hide-desktop.btn--basic.btn--icon {
  display: none;
}
affix .btn--subs {
  display: none;
}
@media (min-width: 992px) {
  .header__toggle {
    order: 2;
    margin-left: auto;
    padding: 0px 0;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
/*Modal*/
.affix-header {
  position: fixed;
  z-index: 1050; /* or higher */
}
/* Ensure modal and backdrop are on top of affix nav */
.modal-backdrop {
  z-index: 1080 !important;
}
.modal {
  z-index: 1090 !important;
}
.affix-header {
  z-index: 1050;
}
.modal-backdrop {
  z-index: 9990 !important;
}
.modal {
  z-index: 10000 !important;
}
.affix-header {
  outline: 2px solid red;
}
.slider-controls .btn-more span {
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.mt-block {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .content-wrap {
    padding-top: 0;
  }
}
/*--Buttons--*/
.btn--icon {
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.btn--icon:hover {
  background: none;
  border: 0;
}
.btn--default {
  border: 1px solid var(--color-on-bg-1);
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
}
.btn--default:hover {
  background: #0000000d;
}
.btn--primary {
  display: inline-flex;
  border: 1px solid var(--color-primary);
  padding: 5px 10px;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: var(--color-on-bg-primary);
}
.btn--primary:hover {
  background-color: var(--color-red-3);
  color: var(--color-on-bg-primary);
  border: 1px solid var(--color-red-3);
}
a.dropdown-toggle {
  display: flex;
}
ul.header__buttons li {
  padding: 6px 0;
}
/*--Slider Controls (prev next arrows)--*/

.slider-controls {
    display: inline-flex;
    gap: 1rem;
}
.slider-controls span.arrow-box {
  border: 1px solid #4a4a4a;
width: 30px;
    height:30px;
}
/*--Trending in news (side bar)--*/
.trending ul.trend-list {
  height: auto;
  border-bottom: none;
}
.trend-list .trend-item {
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 12px;
  padding: 0 0 12px;
  height: 100px;
}
.trend-list h3 {
  font-size: 1em;
  line-height: 20px;
}
.trend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.trend-item {
  width: 100%;
}
.trend-flex {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 12px;
}
.trend-num {
  flex: 0 0 30px;
  min-width: 17%;
  text-align: center;
}
.trend-text {
  flex: 1;
  overflow: hidden;
}
.trend-img {
  flex: 0 0 90px;
}
.img-sticker {
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  position: relative;
}
.img-sticker img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 10%
}
/*.vid-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
}*/
.trending ul.trend-list p.trend-list-num {
  font-size: 2.813em;
  vertical-align: middle;
  padding: 0;
  color: #979797;
  margin: 0;
}
@media (max-width:767px) {
  .trend-list .trend-item {
    height: auto;
  }
  .trend-num {
    min-width: auto;
  }
}
@media (min-width: 768px) {
  .trend-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .trending ul.trend-list {
    display: inline-block;
    width: 100%;
  }
  li.trend-item {
    float: left;
    width: 50% !important;
    box-sizing: border-box;
  }
  li.trend-item:nth-child(odd) {
    padding-right: 10px
  }
  li.trend-item:nth-child(even) {
    padding-left: 10px
  }
  .trending--10 .trending__group {
    display: flex;
    float: none;
    width: 100%;
  }
  .trend-num {
    min-width: 12%;
  }
  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
  }
}
@media (max-width:767px) {
  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
    text-align: center;
  }
  .trend-list .trend-item:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .trending ul.trend-list {
    padding: 0;
    margin-bottom: 0;
  }
}
/*--sticky nav--*/
ul.header__buttons {
  height: 44px;
  margin-right: 8px;
}
/*---focus-story----*/
.focus-story {
    overflow: hidden;
    display: block;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}
.focus-story .content {
  margin: 0;
  margin-bottom: 12px;
}

/*---focus-story--alt---*/
.focus-story {
  max-height: unset !important;
}
.focus-story.focus-story--alt .content {
  margin: 0;
  margin-bottom: 12px;
}
.focus-story.focus-story--alt .focus-related {
    margin-top: 12px;
    padding-bottom: 12px;
    margin-bottom: -20px;
}
.related-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
}
.related-title {
  flex: 0 0 13%;
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
}
.related-list-wrapper {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.related-arrow {
  position: absolute;
}
.related-arrow.related-arrow--right {
  right: 0;
  background: #ffffff;
  border: none;
}
.related-arrow.related-arrow--left {
  left: 15.3%;
  background: #ffffff;
  border: none;
}
.related-list {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0;
}
.related-list li {
  display: flex;
  font-size: 14px;
 padding: 0 16px;
}
.focus-story--alt .related-list li a:hover {
  text-decoration: underline;
}
/*---focus-story--alt 2---*/
.focus-story--alt.two .related-list li a.kicker {
  text-decoration: none;
}
.focus-story--alt.two .related-title {
  margin-top: 1px;
}
.focus-story--alt.two a.headline-link:hover {
  text-decoration: underline;
}
.related-list .bullet {
  color: #bb0000;
  margin-right: 5px;
  font-size: 12px;
    line-height: 1px;
}
@media (max-width: 767px) {
  .focus-story--alt.two .meta-line, .focus-story--alt.two .headline-link {
    display: inline;
    line-height: 17px;
  }
  .focus-story--alt.two .related-list li {
    display: block;
  }
  .related-inline {
    display: block;
  }
  .related-title {
    flex: none;
    margin-bottom: 8px;
  }
  .related-list-wrapper {
    overflow-x: visible;
    white-space: normal;
  }
  .related-list {
    display: block;
  }
  .related-list li {
    align-items: flex-start;
    gap: 5px;
    white-space: normal;
    margin-bottom: 6px;
  }
  .focus-story--alt.two .related-list li {
    margin-bottom: 12px;
  }
  .focus-story--alt.two .related-list li .kicker {
    display: inline-block;
  }

}
.related-arrow {
  visibility: hidden; /* controlled via JS */
  opacity: 0;
  transition: opacity 0.2s;
}
.related-arrow[style*="visibility: visible"] {
  opacity: 1;
}
@media (max-width: 767px) {
  .related-arrow {
    display: none !important;
  }
  .related-inline {
    display: block;
  }
  .related-title {
    flex: none;
    margin-bottom: 8px;
  }
  .related-list-wrapper {
    overflow-x: visible !important;
    overflow-y: visible !important;
    white-space: normal !important;
  }
  .related-list {
    display: block !important; /* switch from inline-flex */
    gap: 0 !important;
  }
  .related-list li {
    white-space: normal !important; /* prevent nowrap */
    margin-bottom: 6px;
  }
}
/*Truncate*/
.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-5-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-7-lines {
  display: -webkit-box;
  -webkit-line-clamp: 7; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Kicker*/
.kicker {
  font-size: 12px;
}

/*Focus story - Lifestyle*/
.focus-lifestyle img {
    max-height: 420px;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

/*Business Page*/
.market-trans-head .header {
    display: table-row;
}

/*Photo Gallery*/
.gallery-img-wrap .img-caption h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.gallery-img-wrap .img-caption {
    text-align: left;
    font-size: 0.875em;
    line-height: 1.286em;
    background: #fff;
    border:unset;
    height: 65px;
    padding: 12px 0 12px 0;
}

/*Topics*/
.btn--follow {
    min-width: 120px;
    padding: 5px 10px;
    border-radius: 18px;
    border: 1.2px solid;
    color: var(--color-primary);
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .buttons .btn--follow {
    min-width: 120px;
  }
}

.btn--follow__icon {
    float: right;
}

/*Next arr Story Slider*/
.slider-story .slick-arrow {
    border: 1px solid #4a4a4a;
    width: 30px;
    height: 30px;
    display: flex!important;
    justify-content: center;
    padding: 0;
    margin: 0;
    align-items: center;
}
.slider-story .slick-disabled {
    display: none!important;
}

.slider-story .slick-arrow:hover {
    background-color: var(--color-bg-2);
    color: var(--color-on-bg-2);
}

/**-- Story 2025 Specific Styles --*/
#navbar-main.affix .nav__headline span {
    line-height: 20px;
}
.articleDetails.story-wrapper .info .info__credit.credit{
    height: auto;
}
.social-icons .st-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#shareModal #custom-share-buttons .st-btn > img {
    display: inline-block !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    vertical-align: top !important;
    padding: 0;
    width: 100%;
    height: 100%;
}
.social-icons .st-btn {
    width: 46px;
    display: inline-flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin: 10px auto;
    cursor: pointer;
}

.social-icons .modal-body {
    flex-direction: column;
    margin: 30px 50px;
    padding: 0;
}

#custom-share-buttons,
#custom-share-buttons > div {
    display: flex !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

#custom-share-buttons .st-btn:hover {
    transform: translateY(-4px) !important;
    top: inherit;
    opacity: 1;
}

#custom-share-buttons .st-btn {
    flex-shrink: 0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav__button span.material-symbols-outlined.share,
.nav__button span.material-symbols-outlined.bookmark,
.nav__button span.material-icons-round.round.bookmark {
    font-size: 20px;
}
.navbar__interact__inner {
    display: flex;
    gap: 8px;
    margin-left: auto;
    align-items: center;
    flex-direction: row-reverse;
}
#navbar-main .navbar__interact__inner .nav__button.button--share {
     padding-bottom: 0px;
}
#navbar-main .navbar__interact__inner .nav__button {
    padding: 8px 0 0 0;
    line-height: normal;
}
.navbar__interact {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
}
#shareModal .modal-dialog {
    top: 20%;
}
@media (min-width: 1024px) {
    ul.side-note {
        padding-top: 0;
    }
}
.story-wrapper article .story p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.story-wrapper article .story .review-rate-wrapper p {
  font-size: 16px;
  line-height: 20px;
}
blockquote cite:before
{
    content: "â€”â€‰";
}
.story-wrapper article .story ul li, .story-wrapper article .story ol li {
  color:#4A4A4A;
}
.story-wrapper article h1,
.story-wrapper article h2,
.story-wrapper article h3,
.story-wrapper article h4,
.story-wrapper article h5,
.story-wrapper article h6 {
    color:#4A4A4A;
}
.nav__button span.material-icons-round.round.bookmark{
    cursor: pointer;
    color: #bb0000;
}
.navbar-nav li a.log-in {
    padding: 7px;
}
@media (max-width: 768px) {
    .navbar-nav li a.log-in {
        padding: 7px 8px 0 0;
    }
}