/* SINGLE.PHP, FOR: General styles for all single posts */

td {
  padding: 10px;
}

.main-container {
  display: flex;
  justify-content: center;
  width: 98vw;
  max-width: 1300px;
  margin: 2vh auto;
  margin-bottom: 5rem;
}

aside {
  width: 230px;
  min-width: 230px;
  position: sticky;
  top: 116px;
  height: min-content;
}

.text-content {
  background-color: #fff;
  width: auto;
  flex: 1 1 auto;
  max-width: 700px;
  margin: 0 1rem;
  padding: 1rem 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.text-content .adsbygoogle,
.text-content .adsbygoogle > div,
.text-content .adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.text-content figure {
  margin: 0 2rem;
}

.text-content img {
  height: auto;
}

.text-content> :not(aside):not(.share-container):not(ol):not(ul):not(figure):not(h2):not(h3) {
  padding: 0 2rem;
}

.text-content h1 {
  font-size: 2.3rem;
  margin-top: 0;
}

.text-content h2 {
  font-size: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}

.text-content h3 {
  font-size: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}

.article-subtitle {
  margin-top: -15px;
  font-weight: 200;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #585858;
  font-size: 1.3rem !important;
  margin-bottom: 1em !important;
}

/* Share container & AddToAny */

.addtoany_shortcode {
  margin-left: -4px;
  margin-bottom: 1rem;
}

.share-container {
  background-color: var(--third-color);
  width: 100%;
  margin-top: 6vh;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share-container p:first-of-type {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}

.share-container p {
  color: #fff;
  font-weight: 500;
}

.share-container .addtoany_shortcode {
  margin-left: -4px;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.share-container .inline-article-cta a {
  padding: 10px 50px;
  color: #fff;
  font-family: 'Overpass', 'sans-serif';
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}

.a2a_button_facebook span {
  background-color: #3b5897 !important;
}

.a2a_button_twitter span {
  background-color: #1da1f2 !important;
}

.a2a_button_reddit span {
  background-color: #5c94c9 !important;
}

.a2a_button_email span {
  background-color: #333333 !important;
}

@media screen and (max-width: 480px) {
  .share-container .inline-article-cta a {
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .share-container .inline-article-cta {
    width: 100%;
  }
}

/* Post Meta Container */

.post-meta-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.post-meta-container a {
  text-decoration: none;
}

.author-container {
  display: flex;
}

.author-container img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
}

.last-modified {
  color: #717980;
  font-weight: 200;
  margin-top: -5px;
  font-size: 14px;
}

.share-post-container {
  margin-bottom: -3px;
}

/* Lists */

.text-content li {
  color: var(--text-color);
  line-height: 1.7;
}

.text-content>ol {
  margin-bottom: 3vh;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin: 0 2rem;
  border-left: 4px solid var(--third-color);
}

.text-content>ul {
  margin-bottom: 3vh;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin: 0 2rem;
  border-left: 4px solid var(--third-color);
}

.text-content>ul li, .text-content>ol li {
  padding: 0 0 1rem 0;
}

.text-content li ul li {
  list-style: disc !important;
}

li ol {
  margin-left: -0.5rem;
  margin-top: 10px;
}

li ul {
  margin-left: -0.5rem;
  margin-top: 10px;
}


@media screen and (max-width: 480px) {
  .single-post .wp-block-list li {
    word-break: break-word;
  }
}

/* Top Picks Sidebar */

.top-picks-sidebar {
  height: min-content;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.top-picks-sidebar h3 {
  text-align: center;
  color: var(--title-color);
  padding: 10px 0;
  margin: 0px;
  font-size: 16px;
}

.sidebar-provider {
  display: flex;
  padding: 8px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-provider:last-of-type {
  border-bottom: none;
}

.sidebar-provider img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.sidebar-provider-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 10px;
}

.sidebar-right-upper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sidebar-right-upper svg {
  width: 12px !important;
  height: auto;
  margin-right: 2px;
  color: #FADC5F
}

.sidebar-right-upper p {
  font-size: 13px;
  margin: 5px;
  margin-bottom: 2px;
  display: flex;
  font-weight: 500;
}

.sidebar-go-link {
  font-size: 12px;
  width: 100%;
  padding: 7px 0 7px 5px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background-color: var(--primary-color);
  box-shadow:0px 0px 7px 0px rgb(0 0 0 / 50%);
  text-align: center;
}

.sidebar-go-link:hover {
  background-color: var(--primary-color-accent);
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 70%);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 70%);
}

.single-sidebar-provider {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-sidebar-provider>img {
  width: 65%;
  padding-bottom: 1rem;
  height: auto;
  object-fit: contain;
}

.single-sidebar-provider.less>img {
  width: 50%;
}

.single-sidebar-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e8e7ec;
  padding-top: 1rem;
}

.sidebar-progress {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

.sidebar-progress label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sidebar-progress label span {
  font-size: 12px;
}

.sidebar-progress progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 8px;
}

.sidebar-progress progress[value]::-webkit-progress-bar {
  background-color: #e8e7ec;
  border-radius: 0.2rem;
}

.sidebar-progress progress[value]::-moz-progress-bar {
  background-color: #3679a1;
  border-radius: 0.2rem;
}

.sidebar-progress progress[value]::-webkit-progress-value {
  background-color: #3679a1;
  border-radius: 0.2rem;
}

.single-sidebar-bottom {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-sidebar-bottom .sidebar-cta {
  width: 100%;
  padding: 0.4rem 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Overpass", "sans-serif";
  text-align: center;
  text-decoration: none;
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 0.2rem;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.single-sidebar-bottom .sidebar-cta:hover {
  background-color: var(--primary-color-accent);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.single-sidebar-bottom .sidebar-discount {
  margin: 0.25rem 0 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
}

/* Mobile Scrollbar */

.scrollbar-container {
  display: none;
}

@media screen and (max-width: 480px) {
  .scrollbar-container {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100vw;
    padding: 5px 0;
    height: 60px;
    top: -100px;
    transition: 0.2s;
    z-index: 99;
    background-color: white;
    -webkit-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
  }
  .scrollbar-logo-container {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .scrollbar-logo-container img {
    width: 90%;
    height: 40px;
    object-fit: contain;
  }
  .scrollbar-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    padding: 0 10px;
    min-height: 40px;
    margin: 4px 8px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Overpass", "sans-serif";
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  }
  .scrollbar-button-container {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .scrollbar-cta:hover {
    background-color: var(--primary-color-accent);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
  }
}

/* Table of Contents */

.toc-heading {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.2rem;
}

.toc-inside-container {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.toc-inside-container-mobile {
  width: 100%;
  background: #fff;
  top: 60px;
  z-index: 2;
}

.toc-inside-container ul {
  padding: 0;
  margin: 0;
}

.toc-inside-container-mobile ul {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 16px;
}

.toc-inside-container button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  background: none;
  border: none;
  text-align: center;
  pointer-events: none;
  font-family: "FS KIM", "sans-serif";
  position: relative;
}

.toc-inside-container-mobile button {
  pointer-events: auto;
  justify-content: space-between;
  cursor: pointer;
}

.toc-inside-container-mobile button:after {
  content: '';
  width: 20px;
  height: 20px;
  transform: rotateX(-180deg);
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACJSURBVEhL7ZC9CYBADEbP2iEEp7JxAPdwBZex02EcQ/0iBCzC/ZlTkDx4RYrLC+cMwzB+QQ1bRRtYwSAbPJQdoRe6bIbS41x32MEg9NULlJakStEBRqMRT44yFF+htDRkdpTJiT+OMilxtSgTE1ePMr54sSgjxYtHmXv8tShD8Qn212QYxnc4dwKskJKEHrOFUQAAAABJRU5ErkJggg==');
}

.toc-inside-container-mobile button._opened:after {
  transform: rotateX(0deg);
}

.toc-content {
  margin-top: 10px;
  border-radius: 0;
  border: none;
  padding: 0;
  overflow: hidden;
  max-height: fit-content;
  transition: max-height 0.3s ease-in-out;
}

.toc-content:hover {
  max-height: fit-content;
}

.toc-item {
  list-style: none;
  position: relative;
  margin: 0;
  font-size: 1rem;
  color: rgb(73, 73, 73);
  word-spacing: -1px;
  border-bottom: none;
  width: 100%;
  padding: 4px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 2px solid transparent;
}

.toc-item a {
  text-decoration: none;
  font-size: 0.85rem;
  color: #585858;
  display: block;
  padding: 4px 9px;
  line-height: 1.65;
}

.toc-item:hover {
  cursor: pointer;
}

.toc-item:last-of-type {
  margin-bottom: 0 !important;
}

.active-toc-item {
  color: var(--third-color);
  border-left: 2px solid var(--third-color) !important;
}

.active-toc-item a {
  color: var(--third-color);
}

/* Inline Provider boxes */

.inline-provider-box {
  margin: 1rem 2rem;
  padding: 0 !important;
}

.inline-provider-box>div:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin: 0;
}

.inline-provider-box figure {
  margin: 0;
}

.inline-provider-box h3 {
  margin: 20px 0;
  font-size: 1.8rem;
}

.inline-provider-box h4 {
  margin: -5px 0;
}

.inline-provider-box p:first-of-type {
  font-size: 15px;
}

.inline-provider-box ul {
  padding-left: 1.2rem;
  margin-top: 1.5rem;
}

.inline-provider-box li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Block: Inline Article Provider */

.inline-article-provider {
  margin: 1.5rem 0;
}

.inline-article-provider .provider-header {
  margin: 1rem 0 0;
  padding-top: 15px;
  border-top: 1px solid rgb(234, 232, 232);
}

.inline-article-provider .provider-header::before {
  counter-increment: counter;
  content: counter(counter) '. ';
}

.inline-article-provider .features-header {
  margin: 1rem 0 0;
  font-size: 1.1rem;
}

.inline-article-provider .provider-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

.inline-article-provider .provider-content-left {
  flex-basis: 40%;
}

.inline-article-provider .features-list {
  padding-left: 1.2rem;
  margin-top: 1.5rem;
}

.inline-article-provider .features-item {
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.7;
}

.inline-article-provider .provider-content-right {
  order: 1;
  flex-basis: 60%;
}

.inline-article-provider .img-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.inline-article-provider .img-container figure {
  width: 100%;
  margin: 0;
}

.inline-article-provider .img-container img {
  width: 100%;
}

.inline-article-provider .inline-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inline-article-provider .inline-article-cta {
  padding: 10px 50px;
  color: #fff;
  font-family: "Overpass", "sans-serif";
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}

.inline-article-provider .inline-article-cta a {
  display: inline-block;
  font-size: unset;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background-color: unset;
  cursor: pointer;
}

.inline-article-provider .inline-article-cta:hover {
  background-color: var(--primary-color-accent);
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 70%);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 70%);
}

@media only screen and (max-width: 1024px) {
  .inline-article-provider .provider-container {
    flex-direction: column;
  }
  .inline-article-provider .provider-content-left {
    order: 1;
  }
}

/* Block: Best Offer CTA */

.best-offer-cta p {
  margin: 3px;
  margin-left: 0;
  font-size: 15px;
  color: #353945;
}

.best-offer-cta p strong {
  font-weight: 600;
}

.best-offer-cta .best-offer-cta-link {
  margin: 3px;
  margin-left: 0;
}

.best-offer-cta .best-offer-cta-link a {
  font-size: 16px;
  color: var(--text-color);
  text-decoration: underline;
  text-decoration-color: var(--primary-color-accent);
}

.best-offer-cta .best-offer-cta-link a:hover {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--primary-color-accent) !important;
}

/* Block: Inline CTA */

.inline-cta-box {
  margin: 1rem 2rem;
  padding: 1rem 0 !important;
  display: flex;
  flex-direction: row;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.inline-cta-box .left {
  flex-basis: 40%;
  display: flex;
  align-items: center;
}

.inline-cta-box .left figure {
  width: 100%;
}

.inline-cta-box .left figure img {
  width: 100%;
}

.inline-cta-box .right {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inline-cta-box .right p {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.1rem;
}

.inline-cta-box .right .inline-cta-button {
  background-color: var(--primary-color);
  color: #fff;
  font-family: "Overpass", "sans-serif";
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}

.inline-cta-box .right .inline-cta-button a {
  padding: 7px 50px;
  font-size: 14px;
  color: #fff;
  background-color: unset;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .inline-cta-box {
    margin: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .inline-cta-box .left {
    flex-basis: 25%;
  }
  .inline-cta-box .left figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .inline-cta-box .left figure img {
    width: 60%;
  }
  .inline-cta-box .right {
    flex-basis: 75%;
  }
  .inline-cta-box .right .inline-cta-button {
    margin-bottom: 1rem;
  }
}

/* Text-content */

.text-content .wp-block-buttons {
  display: flex;
  justify-content: center;
}

.text-content .main-cta {
  padding: unset;
}

.text-content .main-cta:after {
  content: unset;
}

.text-content .main-cta a {
  background-color: unset;
  padding: 10px 50px;
  font-size: unset;
}

/* CTA x3*/

.ctax3-container {
  margin: 1rem 2rem;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 1rem 0 !important;
}

.ctax3-container .logo-long {
  display: none;
}

.ctax3-container .wp-block-column:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 25% !important;
}

.ctax3-container .wp-block-column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.5rem;
}

.ctax3-container figure {
  margin: 0;
  max-width: 100px;
}

.ctax3-container p {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.1rem;
}

.ctax3-container .wp-block-buttons {
  display: block;
}

.ctax3-container .main-cta {
  margin-bottom: 0;
}

.ctax3-container .main-cta a {
  padding: 7px 50px;
  font-size: 14px;
}

@media only screen and (max-width: 780px) {
  .ctax3-container .wp-block-column:nth-of-type(2) {
    flex-basis: 75% !important;
  }
  .wp-block-columns {
    flex-wrap: unset;
  }
}

@media only screen and (max-width: 520px) {
  .ctax3-container {
    flex-direction: column;
    padding-top: 0 !important;
  }
  .ctax3-container figure {
    max-width: 160px;
  }
  .ctax3-container .logo-long {
    display: block;
  }
  .ctax3-container .logo-tall {
    display: none;
  }
  .ctax3-container.expressvpn .logo-long, .ctax3-container.surfshark .logo-long {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .ctax3-container .wp-block-column:nth-of-type(2) {
    margin-left: 0;
  }
  .ctax3-container p {
    text-align: center;
    margin-top: -5px;
  }
  .ctax3-container .wp-block-buttons {
    display: flex;
  }
}

@media only screen and (max-width: 470px) {
  .ctax3-container {
    margin: 1rem 1rem
  }
}

/* Comments */

#wpd-post-rating .wpd-rating-wrap .wpd-rating-title {
  word-break: unset;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.wpd-rating-right, .wpd-rating-left {
  display: none;
}

/* Media queries */

@media screen and (max-width: 1100px) {
  .inline-provider-box>div {
    flex-basis: 100% !important;
  }
  .inline-provider-box figure {
    width: 80%;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .inline-provider-box ul {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
 /* Activate sidebar for mobile feature */
  /* .top-picks-sidebar {
    display: none;
    box-shadow: none;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .top-picks-sidebar h3 {
    display: none;
  } */

  .top-picks-sidebar {
    display: none;
    width: 100%;
    padding:20px;
    position: inherit;
  }
}

@media screen and (max-width: 640px) {
  .share-container p:first-of-type {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
  .post-meta-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}

@media screen and (max-width: 470px) {
  .inline-provider-box {
    margin: 0rem;
    margin-bottom: 1rem;
  }
  .inline-provider-box h4 {
    margin: 5px 0;
    font-size: 1rem;
  }
  .text-content {
    margin: 0 0.5rem;
    width: 95vw;
  }
  .text-content h1 {
    font-size: 2rem;
  }
  .text-content h2 {
    font-size: 1.6rem;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px !important;
  }
  .text-content h3 {
    font-size: 1.4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .text-content> :not(aside):not(.share-container):not(ol):not(ul):not(figure):not(h2):not(h3):not(.ctax3-container) {
    padding: 0 1rem !important;
  }
  .text-content figure {
    margin: 0 1rem;
  }
  .text-content>ul, .text-content>ol {
    margin: 0 1rem;
  }
}
