:root {
    --primary-color: #010101;
    --secondary-color: #333;
    --highlight-color: #056cb8;
    --bg-color: #f8f9fb;
    --redclr: #f60014;
    --bg-blue-color: #0060b4;
    --white: #fff;
  }
  body {
    background: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
  }
  input,
  textarea,
  button,
  select,
  a {
    -webkit-tap-highlight-color: transparent;
  }
  *:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .lg-line-space {
    height: 1px;
    width: 50px;
    background: #01977d;
    margin: 50px auto 0 auto;
  }
  .lg-body-hidden {
    overflow: hidden;
  }
  .zh-main .wrapper {
    overflow: unset;
  }
  .dis-blk {
    display: block;
  }
  .wrapper {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  a {
    color: #4d4fac;
  }
  /* clears the 'X' from Internet Explorer */
  input[type="search"]::-ms-clear,
  input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  
  /* clears the 'X' from Chrome */
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  /* Header */
  .lg-header {
    width: 100%;
    background: #fff
      url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
    width: 100%;
    z-index: 99;
    margin-bottom: 30px;
  }
  .lg-single-post-homepage .lg-logo,
  .lg-post-filterlist-homepage .lg-logo {
    display: none;
  }
  .lg-single-post-homepage .lg-header.fixed-header .lg-logo,
  .lg-post-filterlist-homepage .lg-header.fixed-header .lg-logo {
    display: inline-block;
  }
  .lg-header.fixed-header {
    border-bottom: 1px solid #dbdfea;
    position: fixed;
    top: 0;
    left: 0;
  }
  .lg-header.fixed-header .is-homepage {
    display: inline-block;
  }
  .lg-header:not(.lg-single-post-homepage .lg-header):not(
      .lg-post-filterlist-homepage .lg-header
    ) {
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dbdfea;
  }
  .lg-menu {
    display: flex;
    align-items: center;
  }
  .lg-menu nav {
    margin-left: auto;
    position: relative;
  }
  .lg-menu nav ul {
    display: flex;
    align-items: center;
  }
  .lg-menu nav ul li {
    margin: 0 0 0 22px;
  }
  .lg-menu nav ul li a {
    padding: 24px 2px 12px 2px;
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.06px;
    font-family: var(--zf-primary-regular);
    display: inline-block;
    transition: all 0.4s;
    border-bottom: 2px solid transparent;
  }
  .lg-menu nav ul li.active a {
    color: #01977d;
    border-color: #01977d;
  }
  .lg-menu nav ul li a:hover {
    color: #01977d;
  }
  .lg-sprite {
    background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg);
    background-repeat: no-repeat;
    position: relative;
  }
  
  /* Hamberger Menu */
  .lg-logo {
    margin-right: auto;
  }
  .lg-mobile-menu-trigger {
    width: 32px;
    height: 32px;
    margin: 10px 0 0 14px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
  }
  .lg-mobile-menu-trigger span {
    display: block;
    cursor: pointer;
    background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg)
      no-repeat;
    background-position: -117px -83px;
    background-size: 340px auto;
    width: 100%;
    height: 100%;
  }
  
  .lg-logo a {
    display: inline-block;
    width: 72px;
    height: 52px;
  }
  /* Customized Search */
  .lg-post-search {
    width: 32px;
    height: 32px;
    background-position: -94px -20px;
    background-size: 340px auto;
    margin: 10px 0 0 26px;
    cursor: pointer;
  }
  .lg-post-search .search-dpdn {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateY(65px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
      z-index 0.5s ease;
    background-color: rgba(0, 0, 0, 0.35);
    top: -10px;
    cursor: default;
  }
  .lg-post-search.active .search-dpdn {
    opacity: 1;
    visibility: visible;
    transform: translateY(85px);
  }
  .lg-post-search .input-inner-wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .lg-post-search .input-inner-wrap,
  .lg-post-search .zgh-search-box {
    max-width: 1240px;
  }
  .lg-post-search.search-icon.active {
    background-position: -263px -20px;
  }
  .lg-post-search .search-dpdn {
    background-color: #1b1b2cb1;
  }
  .lg-post-search .input-wrap,
  .lg-post-search .zgh-search-box {
    background: #fff
      url("https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png");
    background-size: 100% auto;
  }
  
  .lg-post-search .zgh-search-wrap .zgh-search-btn {
    background: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-sprite.svg);
    background-size: 360px auto;
    background-position: -106px -27px;
    background-repeat: no-repeat;
    right: 20px;
    outline: none;
    border: none;
    box-shadow: none;
    top: 14px;
  }
  .lg-post-search .zgh-search-wrap .zgh-search-btn:focus {
    outline: none;
    border: none !important;
  }
  .lg-post-search .zgh-search-wrap {
    background: transparent;
  }
  .lg-post-search.search-icon.active .search-dpdn {
    transform: translateY(81px);
  }
  .lg-post-search .zgh-search-box {
    padding: 18px 6px 30px 6px;
  }
  .lg-post-search .zgh-search-box #searchform_topbar .zgh-search-field {
    border: 1px solid #01977d;
    background: transparent;
    padding: 15px 46px 15px 15px;
  }
  .lg-post-search .input-wrap input {
    border-radius: 5px;
  }
  .lg-post-search .input-wrap input.zgh-search-field:focus,
  .lg-post-search input:focus {
    border: 1px solid #01977d !important;
  }
  
  /* Customized Search Ends*/
  .lg-post-banner {
    display: flex;
    align-items: center;
    padding: 0 0 40px 0;
    flex-wrap: wrap;
  }
  .long-game-logo {
    max-width: 280px;
    border-right: 1px solid #dbdfea;
    flex: 0 0 280px;
  }
  .long-game-logo img {
    max-width: 200px;
  }
  .lg-post-banner strong{
    padding: 0 0 0 103px;
    display: block;
  }
  .lg-post-banner > div:nth-child(2) {
    flex: 1;
}

  .lg-post-banner h1 {
    color: var(--primary-color);
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.74px;
    font-family: var(--zf-primary-light);
    margin: 0;
    padding: 0 0 0 103px;
    flex: 1;
    margin-top: 20px;
  }
  .lg-post-banner h1 strong {
    font-family: var(--zf-primary-light);
    color: var(--primary-color);
    letter-spacing: -0.3px;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    display: block;
  }
  .lg-post-banner h1 em {
    font-style: normal;
    display: inline-block;
    font-family: var(--zf-primary-regular);
    margin: 0 8px;
  }
  .lg-post-banner h1 em:first-child {
    margin-left: 0;
  }
  /* Slide Text */
  
  .parentSlider {
    width: 450px;
    position: relative;
    display: inline-block;
    height: 56px;
    top: 9px;
    line-height: 1;
    left: -3px;
  }
  .slideUpText {
    overflow: hidden;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 2px;
    width: 100%;
  }
  .slideUpText::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #5dbb5a;
  }
  
  .text-slide {
    opacity: 0;
  }
  
  .text-slide {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
  .text-slide.is-visible {
    opacity: 1;
  }
  /* Slide Text Ends */
  .lg-post-sticky-filter {
    position: sticky;
    top: 69px;
    z-index: 98;
    background: #fff
      url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .lg-sticky-filter-enabled {
    box-shadow: 0px 2px 8px #2d2d431a;
  }
  .lg-sticky-filter-enabled .lg-post-filter {
    border: none;
  }
  .lg-post-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #dbdfea;
  }
  .lg-post-filter li {
    background-color: #ffffff00;
    border: 1px solid #dbdfea;
    border-radius: 60px;
    margin: 0 6px 6px 0;
    line-height: 18px;
    transition: all 0.3s ease;
  }
  .lg-post-filter li a {
    padding: 9px 16px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
  }
  .lg-post-filter li.current-item {
    background: #edfaf8;
    border-color: #01977d;
  }
  .lg-post-filter li.current-item a {
    color: #01977d;
  }
  .lg-post-filter li:hover {
    border-color: #01977d;
  }
  .lg-post-filter li.current-item {
    font-family: var(--zf-secondary-medium);
  }
  .lg-post-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .lg-single-post-homepage .lg-post-list,
  .lg-post-filterlist-homepage .lg-post-list {
    margin: 0 0 20px 0;
  }
  .lg-single-post-homepage .lg-post-list {
    margin-top: 30px;
  }
  .lg-post-list li {
    max-width: calc(33.33% - 26px);
    flex-basis: calc(33.33% - 26px);
    margin: 0 13px 70px 13px;
  }
  
  .lg-post-list li a:not(.lg-category-name a) {
    display: block;
    color: var(--primary-color);
  }
  .lg-post-list li h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.6px;
    font-family: var(--zf-primary-regular);
    margin: 0 0 13px 0;
  }
  .lg-post-img {
    margin: 0 0 36px 0;
  }
  .lg-post-img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 15px;
  }
  .lg-category-name {
    margin: 0 0 14px 0;
    line-height: 14px;
  }
  .lg-category-name a {
    color: #4d4fac;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--zf-secondary-medium);
    letter-spacing: 0.4px;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    display: inline-block;
  }
  .lg-author-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lg-author-details span {
    color: #585858;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    border-right: 1px solid #cfd5e5;
    padding: 0px 12px 0px 0px;
    margin: 0px 12px 0px 0px;
    align-items: center;
  }
  .lg-post-description .lg-author-details span {
    font-size: 16px;
    line-height: 16px;
  }
  .lg-post-description .lg-detailed-author-name {
    margin-right: auto;
    border: none;
  }
  .lg-top-post-slider .lg-author-details span {
    font-size: 16px;
    line-height: 16px;
  }
  .lg-author-details .lg-author-name {
    border: none;
    display: inline-block;
    color: #010101;
    font-weight: normal;
    font-family: var(--zf-secondary-medium);
    margin-left: 6px;
    letter-spacing: -0.2px;
  }
  .lg-author-details span:last-child,
  .lg-category-name span:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
  .lg-post-date,
  .lg-post-likes,
  .lg-post-send {
    margin-right: 6px;
    display: inline-block;
    background-size: 260px auto;
  }
  .lg-post-date {
    width: 17px;
    height: 16px;
    background-position: -116px -23px;
    background-size: 299px auto;
  }
  .lg-post-likes {
    width: 17px;
    height: 15px;
    background-position: -126px -19px;
  }
  .lg-post-send {
    width: 20px;
    height: 16px;
    background-position: -153px -19px;
  }
  /* Post Description */
  .lg-mobile-heading {
    font-family: var(--zf-primary-regular);
    font-size: 28px;
    line-height: 38px;
    color: var(--primary-color);
    letter-spacing: -0.6px;
    margin: 0 0 30px 0;
    display: none;
  }
  .lg-post-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lg-post-description {
    max-width: 65%;
    flex: 0 0 65%;
    padding: 0 40px 0 0;
  }
  .lg-post-title {
    font-family: var(--zf-primary-regular);
    color: var(--primary-color);
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: -1.47px;
    margin: 0 0 12px 0;
    max-width: 769px;
  }
  .lg-post-title a {
    display: inline-block;
    color: var(--primary-color);
    font-size: 40px;
  }
  .lg-post-fullimage {
    margin: 40px 0 60px 0;
  }
  .lg-post-fullimage img {
    border-radius: 15px;
    max-width: 100%;
  }
  .lg-post-detailed-view .lg-post-fullimage {
    margin: 40px 0 50px 0;
  }
  .lg-post-detailed-view .lg-post-description p em {
    font-style: italic;
    display: inline-block;
    margin-right: 6px;
  }
  /* Post Detailed View */
  .lg-post-details.lg-post-detailed-view {
    margin: 60px 0 0 0;
  }
  .lg-post-detailed-view .lg-post-description {
    max-width: 62%;
    flex: 0 0 62%;
  }
  .lg-post-detailed-view .lg-post-title {
    margin: 0 0 32px 0;
  }
  .lg-post-detailed-view p {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 28px;
    letter-spacing: -0.2px;
  }
  .lg-post-detailed-view h2:not(.lg-post-title) {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.8px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--zf-primary-regular);
    margin-top: 50px;
  }
  .lg-post-detailed-view h3 {
    font-size: 28px;
    font-family: var(--zf-primary-regular);
    color: var(--primary-color);
    line-height: 38px;
    letter-spacing: -0.56px;
  }
  .lg-post-detailed-view h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    margin: 0 0 20px 0;
    font-family: var(--zf-secondary-medium);
  }
  .lg-post-detailed-view .lg-author-details {
    border-bottom: 1px solid #dbdfea;
    padding-bottom: 16px;
  }
  .lg-post-detailed-view ul {
    margin: 0 0 50px 0;
  }
  .lg-post-detailed-view ul li {
    color: #333333;
    font-size: 18px;
    font-family: var(--zf-primary-regular);
    line-height: 30px;
    letter-spacing: -0.09px;
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
  }
  .lg-post-detailed-view ul.lg-big-list li {
    padding-left: 36px;
  }
  .lg-post-detailed-view ul li:last-child {
    margin-bottom: 0;
  }
  .lg-post-detailed-view ul li:before,
  .lg-post-detailed-view ul.lg-big-list li:before {
    position: absolute;
    content: "";
    left: 0;
    background-repeat: repeat;
    background: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-sprite.svg);
  }
  .lg-post-detailed-view ul li:before {
    width: 16px;
    height: 16px;
    background-position: -196px -20px;
    background-size: 280px auto;
    top: 8px;
  }
  
  .lg-post-detailed-view ul.lg-big-list li:before {
    width: 20px;
    height: 20px;
    background-position: -250px -27px;
    background-size: 358px auto;
    top: 12px;
  }
  .lg-post-detailed-view hr {
    border: 0.5px solid #dbdfea;
    margin: 50px 0 50px 0;
  }
  /* Table Designs */
  .lg-post-detailed-view table {
    border: 1px solid #e2e6f0;
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
  }
  .lg-post-detailed-view table thead tr {
    background: #f0fcfa;
  }
  .lg-post-detailed-view table thead tr td {
    font-size: 15px;
    color: #585858;
    line-height: 30px;
  }
  .lg-post-detailed-view table tbody tr td {
    font-size: 17px;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
  .lg-post-detailed-view table tbody tr td,
  .lg-post-detailed-view table thead tr td {
    border: 1px solid #e2e6f0;
    text-align: center;
    padding: 10px;
  }
  .lg-post-detailed-view table thead tr td {
    color: #333333;
  }
  .lg-post-detailed-view table thead tr td:nth-child(2),
  .lg-post-detailed-view table tbody tr td:nth-child(2) {
    text-align: left;
  }
  /* Search Result */
  .lg-search-results {
    text-align: center;
    margin: 60px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6f0;
  }
  .lg-search-results p {
    color: #585858;
    font-size: 20px;
    font-family: var(--zf-primary-regular);
    line-height: 51px;
    margin: 0;
    letter-spacing: -0.3px;
  }
  .lg-search-results p span {
    display: block;
    font-family: var(--primaryfont-regular);
    color: var(--primary-color);
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.35px;
  }
  /* Sidebar */
  .lg-post-sidebar {
    max-width: 32%;
    flex: 0 0 32%;
    /* position: sticky;
    top: 100px; */
    padding-bottom: 100px;
  }
  .lg-sidebar-cards {
    border-left: 1px dashed #c6cfe0;
    padding: 0 0 0 32px;
    /* position: sticky;
    right: 0;
    top: 100px; */
  }
  .lg-sidebar-cards h3 {
    font-family: var(--zf-primary-regular);
    font-size: 28px;
    line-height: 38px;
    color: var(--primary-color);
    letter-spacing: -0.6px;
    margin: 0 0 26px 0;
  }
  .lg-sidebar-cards .lg-related-post-links li {
    border-bottom: 1px dashed #c6cfe0;
    padding: 20px 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .lg-sidebar-cards .lg-related-post-links li:before {
    display: none;
  }
  .lg-sidebar-cards .lg-related-post-links li:first-child {
    padding-top: 0;
  }
  .lg-sidebar-cards .lg-related-post-links li:last-child {
    border: none;
    padding-bottom: 0;
  }
  .lg-sidebar-cards .lg-related-post-links li a {
    display: block;
    text-decoration: none;
    line-height: 14px;
    cursor: pointer;
  }
  .lg-sidebar-cards .lg-related-post-links li .lg-category-link {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #4d4fac;
    letter-spacing: 0.4px;
    display: inline-block;
    margin: 0 0px 10px 0;
    font-family: var(--zf-secondary-medium);
    font-weight: normal;
  }
  .lg-sidebar-cards .lg-related-post-links li span {
    color: var(--primary-color);
    font-size: 18px;
    letter-spacing: -0.2px;
    display: block;
    line-height: 28px;
  }
  /* Top Posts */
  .lg-top-posts {
    background: #ffe7b754;
    padding: 70px 0px 110px;
    margin: 60px 0 0 0;
    border-top: 1px solid #f4eedf;
  }
  .lg-section-title {
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--zf-primary-regular);
    line-height: 80px;
    letter-spacing: -0.72px;
    margin: 0 0 32px 0;
  }
  .lg-top-post-slider .slick-slide {
    margin-right: 26px;
    margin-bottom: 0;
  }
  /* Footer */
  .lg-post-footer {
    background: #0b0d1f;
    padding: 37px 0;
    text-align: center;
  }
  .lg-footer-logo .zh-logo {
    display: inline-block;
  }
  .lg-footer-logo .zh-logo span {
    display: inline-block;
    background-size: 79px auto;
    width: 80px;
    height: 39px;
    text-indent: -99999px;
    background-position: 1px 2px;
    background-image: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/zohologodarkbg.svg);
    background-repeat: no-repeat;
  }
  .lg-footer-logo .footer-text {
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #fff;
    padding: 15px 0 0;
    opacity: 0.8;
    margin-bottom: 0;
  }
  
  /* Page not Found */
  body.lg-pagenotfound {
    background: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .lg-pagenotfound-section {
    width: 100%;
    height: calc(100vh - 222px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg-pagenotfound .lg-header {
    margin: 0;
  }
  .lg-notfound-img {
    max-width: 755px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .lg-notfound-img img {
    max-width: 342px;
    display: block;
    margin: 0 auto 32px;
  }
  .lg-notfound-img p {
    font-size: 20px;
    color: #010101;
    line-height: 34px;
    margin: 0 0 21px 0;
  }
  .lg-searchbox-form {
    margin: 0 0 16px 0;
    position: relative;
  }
  .lg-searchbox-form button {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 32px;
    height: 32px;
    background-position: -94px -20px;
    background-size: 340px auto;
    cursor: pointer;
    border: none;
  }
  .lg-form-group {
    position: relative;
    width: 100%;
    display: block;
  }
  .lg-form-group input[type="text"] {
    width: 100%;
    border: 1px solid #c9d0e0;
    border-radius: 5px;
    padding: 15px 60px 15px 20px;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    color: #010101;
    font-family: var(--primaryfont-regular);
    letter-spacing: -0.18px;
  }
  input.zgh-search-field[type="text"] {
    font-size: 18px;
    line-height: 18px;
    color: #010101;
    font-family: var(--primaryfont-regular);
    letter-spacing: -0.18px;
  }
  .lg-form-group input[type="text"]:focus {
    border-color: #01977d;
  }
  .lg-form-group input:-moz-placeholder,
  .lg-form-group input::-webkit-input-placeholder,
  .lg-form-group input::-moz-placeholder,
  .lg-form-group input:-ms-input-placeholder,
  input.zgh-search-field:-moz-placeholder,
  input.zgh-search-field::-webkit-input-placeholder,
  input.zgh-search-field::-moz-placeholder,
  input.zgh-search-field:-ms-input-placeholder {
    color: #9aa1b2;
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 18px;
  }
  .lg-notfound-img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .lg-notfound-img ul li {
    margin: 0 6px;
    line-height: 20px;
  }
  .lg-notfound-img ul li a {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: inline-block;
    text-decoration: underline;
    margin: 0 0 3px 0;
  }
  .lg-notfound-img ul li.lg-filtered-post a,
  .lg-notfound-img ul li:hover a {
    color: #01977d;
  }
  /* Page not Found  ends */
  .lg-post-filter-mobile {
    display: none;
  }
  /* Slider */
  
  .lg-post-list .slick-arrow {
    width: 55px;
    height: 55px;
    background: #fff;
    box-shadow: -2px 12px 20px #c2c9de26;
    border: 1px solid #e7edf4;
    cursor: pointer;
    border-radius: 50%;
    float: left;
    transition: all 0.3s ease;
  }
  .lg-post-list .slick-arrow:hover {
    box-shadow: -2px 12px 20px #c2c9de4d;
    border: 1px solid #d3d3d3;
  }
  .lg-post-list .slick-arrow::before {
    width: 20px;
    position: absolute;
    height: 52px;
    content: "";
    left: 50%;
    margin-left: -10px;
    background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg)
      no-repeat;
    background-size: 356px auto;
    transform: none;
    transition: none;
  }
  .lg-post-list .slick-prev {
    left: -70px;
  }
  .lg-post-list .slick-next {
    right: -60px;
  }
  .lg-post-list .slick-next:before {
    background-position: -89px -80px;
  }
  .lg-post-list .slick-prev:before {
    background-position: -89px -83px;
    transform: rotate(180deg);
  }
  .lg-post-list .slick-next.slick-disabled,
  .lg-post-list .slick-prev.slick-disabled {
    opacity: 0.5;
    box-shadow: -2px 12px 20px #c2c9de4d;
    border: 1px solid #d3d3d3;
    cursor: default;
    background-color: transparent;
  }
  .lg-post-list .slick-next:hover:after,
  .lg-post-list .slick-next:hover:before,
  .lg-post-list .slick-prev:hover:after,
  .lg-post-list .slick-prev:hover:before {
    content: "";
    background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg)
      no-repeat;
    background-size: 356px auto;
    background-color: unset;
  }
  .lg-post-list .slick-next:hover:before {
    background-position: -89px -80px;
  }
  /* -124px -116px */
  .lg-post-list .slick-prev:hover:before {
    background-position: -89px -83px;
  }
  .lg-post-list .slick-next:after,
  .lg-post-list .slick-prev:after {
    display: none;
  }
  /* About Us */
  .lg-single-post-aboutus .lg-header {
    margin-bottom: 0;
  }
  .lg-about-us {
    position: relative;
    padding: 60px 0 60px 0;
  }
  .lg-about-us .lg-search-results {
    border: none;
    padding: 0;
    margin: 0 0 40px 0;
  }
  .lg-about-us .lg-search-results p {
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  .lg-about-us .lg-search-results p span {
    text-transform: none;
  }
  
  .lg-content-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 100px 60px 100px;
    text-align: center;
  }
  
  .lg-about-us h2 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.8px;
    color: var(--primary-color);
    font-family: var(--zf-primary-regular);
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dbdfea;
  }
  .lg-about-us .lg-content-card p:not(.lg-about-us .lg-search-results p) {
    padding: 0 160px;
    margin: 0 0 50px 0;
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 28px;
    letter-spacing: -0.2px;
    text-align: center;
  }
  
  /* Subscriptions Forms design */
  .lg-subscribe-form {
    margin: 0 0 100px 0;
  }
  .lg-subscription-form {
    background: #f7f7f7
      url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
    border-radius: 5px;
    padding: 70px 20px 70px 20px;
    border: 1px solid #ededed;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .lg-subscribe-vert-form.lg-subscription-form {
    padding: 30px 30px 14px 30px;
  }
  .lg-subscription-form h4 {
    color: var(--primary-color);
    font-size: 42px;
    font-family: var(--zf-primary-regular);
    line-height: 51px;
    letter-spacing: -1.47px;
    margin: 0 0 14px 0;
    text-align: center;
  }
  .lg-subscribe-vert-form.lg-subscription-form h4 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.36px;
  }
  .lg-subscription-form p {
    text-align: center;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 440px;
    letter-spacing: -0.09px;
  }
  .lg-form-title-homepage,
  .lg-form-title-innerpage {
    display: none;
    width: 100%;
  }
  .lg-single-post-homepage .lg-form-title-homepage,
  .page-node-type-article-content .lg-form-title-innerpage,
  .lg-post-filterlist-homepage .lg-form-title-homepage,
  .zb-author .lg-form-title-homepage,
  .zb-author .lg-form-title-homepage,
  .lg-single-post-aboutus .lg-form-title-homepage,
  .page-node-type-not-found .lg-form-title-homepage,
  .zb-search .lg-form-title-homepage {
    display: block;
  }
  
  .lg-subscribe-popup {
    display: inline-block;
    border: 1px solid #01977d;
    color: #01977d;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    font-family: var(--zf-secondary-medium);
    margin: 10px 0 0 26px;
    transition: all 0.4s ease-in;
    cursor: pointer;
  }
  .lg-subscribe-popup:hover{
      background: #01977d;
      color: #fff;
      border-color: #01977d;
  }
  
  .lg-subscribe-horz-form.lg-subscription-form form {
    max-width: 868px;
    margin: 0 auto;
  }
  .lg-subscribe-vert-form.lg-subscription-form form {
    max-width: 100%;
    margin: 0 auto;
  }
  .lg-subscribe-horz-form .zcsffieldsdiv {
    display: inline-flex;
  }
  .lg-subscribe-vert-form .zcsffieldsdiv {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .lg-subscribe-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
  }
  .lg-subscribe-vert-form .lg-subscribe-body {
    justify-content: flex-start;
    margin: 22px 0 0 0;
  }
  .lg-fields-group .zcinputbox {
    width: 320px;
  }
  .lg-subscribe-vert-form .lg-fields-group .zcinputbox {
    width: 100%;
  }
  .lg-subscription-heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin: 0 0 22px 0;
    font-family: var(--primaryfont-regular);
  }
  .lg-subscribe-fields,
  .zcinputbox {
    position: relative;
  }
  .lg-fields-group {
    margin: 0 8px 0px 8px;
  }
  .lg-subscribe-vert-form .lg-fields-group {
    margin: 0 0 16px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-fields-group .zcinputbox input,
  .lg-fields-group .zcinputbox select,
  .lg-fields-group .zcinputbox textarea {
    border: none;
    outline: none;
    padding: 6px 18px;
    border-radius: 3px;
    box-shadow: 0px 3px 7px #7268550a;
    font-size: 17px;
    line-height: 18px;
    color: var(--primary-color);
    letter-spacing: -0.17px;
    font-family: var(--zf-primary-regular);
  }
  .lg-fields-group .zcinputbox input,
  .lg-fields-group .zcinputbox select {
    width: 100%;
    height: calc(1.7em + 1.2rem + 2px);
  }
  .lg-fields-group .zcinputbox select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #fff
      url("https://zdblogs.zohocorp.com/sites/the-long-game/files/down-arrow.png")
      no-repeat;
    background-size: 12px auto;
    background-position: 94% 22px;
    color: var(--primary-color);
    padding-right: 40px;
  }
  .lg-fields-group div.zgdprform-state-container::after,
  .lg-fields-group div.zgdprform-countrylist-container::after {
    display: none;
  }
  .lg-subscribe-btn {
    background: #01977d;
    color: var(--white);
    outline: none;
    border-radius: 3px;
    height: calc(1.7em + 1.3rem + 2px);
    line-height: 32px;
    padding: 4px 28px;
    display: inline-block;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
    border: 1px solid #01977d;
    letter-spacing: -0.07px;
    cursor: pointer;
  }
  
  .lg-fields-group .zcinputbox select:invalid {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
  }
  .zcinputbox input::-webkit-input-placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
  }
  .zcinputbox input:-moz-placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
    opacity: 1;
  }
  .zcinputbox input::-moz-placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
    opacity: 1;
  }
  .zcinputbox input:-ms-input-placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
  }
  .zcinputbox input::-ms-input-placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
  }
  .zcinputbox input::placeholder {
    color: #9aa1b2;
    font-family: var(--primaryfont-regular);
  }
  #Zc_SignupSuccess {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .lg-fields-group .zcinputbox input[type="email"]:focus {
    border: 1px solid #056cb8;
  }
  .lg-error {
    font-size: 13px;
    margin: 10px 0 0 0;
    color: #f60014;
  }
  .lg-success,
  .lg-unsuccess {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .lg-success {
    background: #f0fffa;
    border: #01977d86 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 430px;
    padding: 12px 30px;
    border-radius: 5px;
  }
  .lg-success img {
    width: auto;
    display: inline-block;
  }
  .lg-success img {
    max-width: 40px;
    margin: 0 12px 0 0;
  }
  .lg-unsuccess img {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
  }
  .signupSuccessMsg {
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 24px;
  }
  #zcOptinSuccessPopup {
    z-index: 9999;
    width: 360px;
    background: #fff0f0;
    padding: 18px 30px;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: #f6001480 1px solid;
  }
  #zcOptinOverLay {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  #zcOptinSuccessPanel .p40 {
    padding: 0;
  }
  #zcOptinSuccessPanel .p40 .mt20 {
    display: none;
  }
  #zcOptinSuccessPanel .p40 .mt10 {
    margin: 0;
  }
  #zcOptinSuccessPanel .p40 .mt10 .bdr.tbl.txtcnt {
    border: none;
    border-radius: 0;
    width: 100%;
  }
  #zcOptinSuccessPanel .p40 .mt10 .txtcnt div:nth-child(1) {
    display: none;
  }
  #zcOptinSuccessPanel
    .p40
    .mt10
    .txtcnt
    div:nth-child(2)
    .bdrbtm:not(.bdrbtm.txtred) {
    display: none;
  }
  #zcOptinSuccessPanel .p40 .mt10 .bdrbtm.txtred {
    border: none;
  }
  #zcOptinSuccessPanel {
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 24px;
  }
  #zcOptinSuccessPopup #closeSuccess {
    position: absolute;
    right: 30px;
    width: 14px;
    height: 14px;
    background: url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-sprite.svg);
    display: inline-block;
    background-position: -200px -20px;
    background-repeat: no-repeat;
    background-size: 250px auto;
    top: 24px;
    cursor: pointer;
  }
  .lg-subscribe-body .zgdprform-state-container.zshow-common {
    display: none !important;
  }
  .large_form_1_css #imgBlock,
  .large_form_1_css #SIGNUP_DESCRIPTION {
    display: none;
  }
  .lg-single-post-aboutus .lg-subscribe-form,
  .lg-pagenotfound .lg-subscribe-form,
  .lg-single-post-aboutus .lg-subscribe-popup,
  .lg-pagenotfound .lg-subscribe-popup {
    display: none;
  }
  /* Pagination */
  .zb-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 70px 0;
    border-top: 1px solid #e1e6f0;
  }
  .zb-pagination span,
  .zb-pagination a {
    display: inline-flex;
    padding: 10px 12px;
    color: #585858;
    font-size: 16px;
    border: 1px solid #e1e6f0;
    border-radius: 2px;
    margin: 4px 6px;
    min-width: 40px;
    transition: all 0.3s ease-in;
    align-items: center;
    justify-content: center;
  }
  .zb-pagination a:hover,
  .zb-pagination .zb-current {
    border-color: #01977d;
    color: #01977d;
  }
  .block-zoho-blog-pager-block {
    display: block;
    width: 100%;
    position: relative;
  }
  .alft-icon,
  .arht-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .alft-icon:before,
  .alft-icon:after,
  .arht-icon:before,
  .arht-icon:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-135deg);
  }
  .alft-icon:before,
  .alft-icon:after {
    transform: rotate(45deg);
    left: auto;
    right: 2px;
  }
  .arht-icon:after {
    left: 8px;
  }
  
  .alft-icon:after {
    right: 8px;
  }
  /* Media Query */
  @media only screen and (max-width: 1280px) {
    .wrapper,
    .zb-pagination {
      max-width: 90%;
    }
    /* Post Details */
    .lg-post-description {
      max-width: 67%;
      flex: 0 0 67%;
    }
    .lg-post-sidebar {
      max-width: 32%;
      flex: 0 0 32%;
    }
  
    .lg-post-banner h1 {
      font-size: 48px;
      line-height: 57px;
    }
    .parentSlider {
      top: 12px;
    }
    .lg-post-search .input-inner-wrap,
    .lg-post-search .zgh-search-box {
      max-width: 96%;
    }
    /* Slider */
    .lg-post-list.lg-top-post-slider {
      padding: 0 60px;
    }
    .lg-post-list .slick-prev {
      left: 0;
    }
    .lg-post-list .slick-next {
      right: 0;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    .lg-top-posts .lg-author-details span,
    .lg-post-list .lg-author-details span {
      margin-bottom: 10px;
    }
    .lg-post-list {
      margin-bottom: 30px !important;
    }
    .lg-post-banner h1 {
      font-size: 44px;
      line-height: 53px;
      padding: 0 0 0 55px;
    }
    .lg-post-banner strong{
        padding: 0 0 0 55px;
      }
  
    .lg-post-list li {
      max-width: calc(33.33% - 26px);
      flex-basis: calc(33.33% - 26px);
    }
    .lg-post-list li h2 {
      font-size: 22px;
      line-height: 29px;
    }
    .lg-category-name span {
      font-size: 14px;
    }
    .parentSlider {
      top: 17px;
      width: 380px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .lg-post-title a {
      font-size: 38px;
      line-height: 1.2;
    }
    .lg-post-banner h1 {
      font-size: 40px;
      line-height: 1.2;
      text-align: left;
    }
    .lg-post-banner h1 strong {
      font-size: 25px;
      line-height: 33px;
    }
    .lg-sidebar-cards .lg-related-post-links li span {
      font-size: 20px;
      line-height: 1.3;
    }
    .slick-dots {
      display: none;
    }
    .parentSlider {
      top: 11px;
      width: 360px;
      height: 46px;
    }
    .long-game-logo {
      max-width: 250px;
      flex: 0 0 250px;
    }
    /* About Us */
    .lg-content-card {
      max-width: 100%;
      padding-left: 80px;
      padding-right: 80px;
    }
    .lg-about-us .lg-content-card p:not(.lg-about-us .lg-search-results p) {
      padding: 0 10px;
    }
    /* Subscribe form */
    .lg-subscribe-vert-form.lg-subscription-form {
      padding: 30px;
    }
  }
  @media only screen and (max-width: 960px) {
    body,
    .lg-header {
      background-size: 100% auto;
    }
    .lg-header .is-homepage {
      display: inline-block;
    }
    .lg-post-banner {
      padding: 0px 0 40px 0;
    }
    .lg-post-banner .long-game-logo {
      display: none;
    }
    .lg-post-banner h1 {
      font-size: 38px;
      line-height: 40px;
      padding: 0;
    }
    .lg-post-banner strong{
        padding: 0;
      }
    .lg-post-list li {
      max-width: calc(50% - 26px);
      flex-basis: calc(50% - 26px);
    }
    .lg-post-detailed-view h3 {
      line-height: 1.3;
    }
    .dis-blk {
      display: inline-block;
    }
    .lg-author-details span {
      font-size: 14px;
    }
    .parentSlider {
      width: 340px;
      height: 48px;
    }
    .lg-single-post-homepage .lg-logo,
    .lg-post-filterlist-homepage .lg-logo {
      display: inline-flex;
      position: relative;
      z-index: 104;
    }
    /* Subscribe Hor Form */
    .lg-subscribe-horz-form.lg-subscription-form form {
      max-width: 100%;
    }
    .lg-subscribe-horz-form .zcsffieldsdiv {
      flex-wrap: wrap;
      justify-content: center;
    }
    .lg-fields-group,
    .lg-fields-group .zcinputbox {
      width: 100%;
    }
    .lg-subscribe-horz-form .lg-subscribe-body {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    }
    .lg-subscribe-horz-form .lg-fields-group {
      margin: 0 0 16px 0;
    }
    .lg-subscribe-horz-form .lg-subscribe-btn {
      width: 100%;
    }
    .lg-subscribe-vert-form.lg-subscription-form h4 {
      font-size: 20px;
      line-height: 26px;
    }
    .lg-subscribe-vert-form.lg-subscription-form {
      padding: 20px;
    }
    .lg-subscribe-vert-form.lg-subscription-form .lg-subscribe-btn {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .lg-post-title a {
      font-size: 30px;
      line-height: 1.2;
    }
    .lg-post-description .lg-author-details span {
      font-size: 16px;
      line-height: 16px;
    }
    .lg-post-list li h2 {
      width: 100%;
    }
    .zh-main .wrapper,
    .zb-pagination {
      max-width: 80%;
    }
  
    /* Hamberger Menu */
    .lg-header {
      padding: 10px 0px;
    }
    .lg-mobile-menu-trigger {
      display: inline-flex;
    }
    .lg-header nav {
      position: fixed;
      left: 0;
      background: #fff
        url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png);
      width: 100%;
      top: 59px;
      z-index: 102;
      padding: 40px 0 50px 0;
      transition: all 0.4s ease;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    .lg-menu nav ul {
      max-width: 80%;
      margin: 0 auto;
    }
    .lg-mobile-menu-triggered nav {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    .lg-menu nav ul {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .lg-menu nav ul li {
      margin: 0;
      width: 100%;
    }
    .lg-menu nav ul li a {
      padding: 3px 0;
      margin: 0;
      display: block;
      border: none;
    }
    .lg-menu-overlay {
      position: fixed;
      left: 0;
      height: 100%;
      width: 100%;
      top: 70px;
      background-color: #1b1b2cb1;
      z-index: 99;
      transition: all 0.5s ease;
      visibility: hidden;
      opacity: 0;
    }
    .lg-mobile-menu-triggered .lg-menu-overlay {
      opacity: 1;
      visibility: visible;
    }
    .lg-menu-close.lg-mobile-menu-trigger span {
      background-position: -264px -20px;
    }
    .lg-post-sticky-filter {
      margin-bottom: 50px;
    }
    .lg-post-sidebar {
      max-width: 100%;
      position: relative;
      top: 0px;
      flex: 0 0 100%;
      padding-bottom: 70px;
    }
    .lg-post-detailed-view .lg-post-description,
    .lg-post-description {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .lg-post-detailed-view .lg-post-description {
      margin-bottom: 50px;
    }
    .lg-post-detailed-view .lg-post-sidebar {
      max-width: 100%;
      flex: 0 0 100%;
      padding-bottom: 0;
      border-top: 1px solid #dbdfea;
      padding-top: 78px;
    }
    .lg-sidebar-cards {
      border-left: none;
      padding: 0;
    }
    .lg-post-detailed-view ul.lg-big-list li::before {
      top: 9px;
    }
    .lg-post-description {
      padding: 0;
    }
    .lg-post-detailed-view h2:not(.lg-post-title) {
      font-size: 30px;
      line-height: 1.3;
    }
    .lg-post-detailed-view h3 {
      font-size: 26px;
    }
    .lg-top-post-slider .slick-list {
      padding: 0;
    }
    .lg-top-post-slider .slick-slide {
      margin: 0 13px;
    }
    .lg-notfound-img {
      max-width: 100%;
    }
    .parentSlider {
      width: 310px;
      height: 48px;
    }
    .lg-post-fullimage img {
      max-width: 100%;
    }
    .lg-post-details:not(.lg-post-detailed-view.lg-post-details) {
      flex-direction: column-reverse;
    }
    /* Filter design */
    .lg-sticky-filter-enabled {
      padding-top: 24px;
      padding-bottom: 3px;
    }
    .lg-post-filter-mobile {
      background: #fff
        url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png)
        no-repeat;
      border-radius: 30px;
      border: 1px solid #dbdfea;
      width: 100%;
      margin: 0 0 12px 0;
      display: block;
    }
    .lg-post-filter-mobile h4 {
      margin: 0;
      padding: 10px 20px 10px 20px;
      font-family: var(--zf-secondary-medium);
      font-size: 16px;
      color: #01977d;
      position: relative;
      padding: 16px 20px;
    }
    .lg-post-filter-mobile h4:after {
      position: absolute;
      content: "";
      width: 14px;
      height: 12px;
      right: 20px;
      top: 22px;
      background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg)
        no-repeat;
      background-size: 352px auto;
      background-position: -6px -99px;
      transition: all 0.3s ease-in;
    }
    .lg-post-filter-mobile.opened h4:after {
      background-position: -6px -99px;
      transform: rotate(-180deg);
    }
  
    .lg-post-filter {
      flex-direction: column;
      align-items: flex-start;
      margin: 0;
      padding: 16px 0 16px 0;
      transition: all 0.5s ease;
      position: absolute;
      background: #fff
        url(https://zdblogs.zohocorp.com/sites/the-long-game/files/lg-body-bg.png)
        no-repeat;
      left: 0;
      top: 53px;
      width: 100%;
      box-shadow: 0px 2px 8px #2d2d431a;
      border-radius: 25px;
      border: 1px solid #dbdfea;
      overflow: scroll;
      flex-flow: column;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    .lg-post-filter.opened {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
  
    .lg-post-filter li {
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
    }
    .lg-post-filter li.current-item {
      background: transparent;
    }
  
    .lg-post-filter li a {
      padding: 10px 26px;
      display: block;
      position: relative;
    }
    .lg-post-filter li.current-item a:before {
      content: "";
      width: 16px;
      height: 16px;
      right: 26px;
      position: absolute;
      top: 11px;
      background: url(https://zdblogs.zohocorp.com/the-long-game/sites/the-long-game/files/lg-sprite.svg)
        no-repeat;
      background-position: -32px -108px;
      background-size: 383px auto;
    }
    .lg-top-posts .lg-section-title {
      text-align: center;
    }
    .lg-single-post-homepage
      .lg-sidebar-cards
      .lg-related-post-links
      li
      .lg-category-link {
      display: none;
    }
  
    /* Subscribe Form */
    .lg-subscription-form {
      padding: 50px 20px 34px 20px;
    }
    .lg-subscription-form h4 {
      font-size: 32px;
      line-height: 41px;
    }
    .lg-subscription-form p {
      max-width: 100%;
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 576px) {
    .lg-post-list li {
      max-width: 100%;
      flex-basis: 100%;
    }
    .lg-search-results p {
      line-height: 1.5;
    }
    .lg-search-results p span {
      font-size: 40px;
    }
    .lg-post-banner h1 {
      font-size: 32px;
      line-height: 46px;
      padding: 0;
      letter-spacing: -0.7px;
    }
    .lg-post-banner h1 strong {
      font-size: 21px;
      line-height: 28px;
    }
    .lg-post-sidebar {
      max-width: 100%;
    }
    .lg-post-title {
      font-size: 36px;
    }
    .lg-footer-logo .footer-text {
      font-size: 12px;
    }
    .lg-post-title {
      font-size: 30px;
    }
    .lg-post-detailed-view p {
      font-size: 18px;
    }
    .parentSlider {
      width: 240px;
      height: 38px;
    }
    .lg-view-mobile {
      display: block;
    }
    .lg-post-description .lg-author-details span {
      font-size: 14px;
    }
    .lg-single-post-homepage .lg-post-description {
      display: flex;
      flex-direction: column;
      margin: 0 13px 40px 13px;
    }
    .lg-single-post-homepage .lg-post-description .lg-post-fullimage {
      order: 1;
      margin: 0 0 36px 0;
    }
    .lg-single-post-homepage .lg-post-description .lg-category-name {
      order: 2;
      margin: 0 0 14px 0;
      line-height: 12px;
    }
    .lg-single-post-homepage .lg-post-description .lg-category-name span {
      font-size: 14px;
    }
    .lg-single-post-homepage .lg-post-description .lg-post-title {
      order: 3;
    }
    .lg-single-post-homepage .lg-post-description .lg-post-title a {
      font-size: 22px;
      line-height: 29px;
    }
    .lg-single-post-homepage .lg-post-description .lg-author-details {
      order: 4;
    }
    .lg-sidebar-cards .lg-related-post-links li:last-child {
      border-bottom: 1px dashed #c6cfe0;
      padding-bottom: 20px;
    }
    .lg-content-card {
      padding: 0 20px 20px 20px;
    }
    .lg-about-us .lg-search-results p {
      line-height: 51px;
    }
    .lg-single-post-homepage .lg-post-description .lg-post-title a {
      letter-spacing: -0.6px;
    }
    .lg-subscribe-vert-form.lg-subscription-form {
      padding: 14px;
    }
    .lg-success {
      max-width: 90%;
      padding: 12px 14px;
    }
    .signupSuccessMsg {
      max-width: 76%;
      font-size: 14px;
      line-height: 18px;
    }
    #zcOptinSuccessPopup {
      width: 90%;
      padding: 12px 14px;
    }
  }
  @media only screen and (max-width: 480px) {
    .zh-main .wrapper,
    .zb-pagination {
      max-width: 90%;
    }
    .lg-menu nav ul {
      max-width: 90%;
    }
    .lg-post-detailed-view table tbody tr td {
      font-size: 8px;
    }
    .lg-post-detailed-view table thead tr td {
      font-size: 10px;
    }
    .lg-post-detailed-view table tbody tr td,
    .lg-post-detailed-view table thead tr td {
      padding: 4px;
    }
  }
  /* Animation */
  @keyframes smoothScroll {
    0% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }