/* 
Theme Name: In The Channel Media Theme
Description: Newspaper Child 
Theme Author: Ihor Huliaiev
Author URI: https://inthechannelmedia.com/
Template: Newspaper 
Version: 1.2.1
Text Domain: itchm
*/

@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap');
@import url("https://use.typekit.net/kzg0vwk.css");

.date-column .tdb_single_date {
  line-height: 30px !important;
}

.td-module-date {
  display: block;
  margin-right: -24px;
}

body .entry-crumbs,
body .entry-crumbs a {
    color: #444;
}

div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {
    background-color: #444;
}

.td-a-rec-id-sidebar .td-adspot-title {
    display: none;
}

/* Blockquote Section */

/* UC Advanced */
.ucad-blockquote.ucad {
  position: relative;
  background-image: url('images/blockquote-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ucad-blockquote.ucad blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  perspective: 67px;
  perspective-origin: bottom center;
  filter: drop-shadow(4px 6px 0px rgba(0, 0, 0, 1));
}
.ucad-blockquote.ucad blockquote .frame {
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 90%;
  height: 80%;
  background: #fff;
  transform: rotate3d(3, 3, -8, 3deg);
  transform-style: preserve-3d;
  border: 6px solid #0077be;
}

.wpb_wrapper .td-post-content .ucad-blockquote.ucad blockquote span.inner {
  display: block;
  position: relative;
  padding: 10% 20% 7% 10%;
  z-index: 1;
}
.wpb_wrapper .td-post-content .ucad-blockquote.ucad blockquote span.inner * {
  color: #000;
  font-family: "cc-smash" !important;
  font-size: 18px;
  line-height: 2;
  text-transform: none;
  text-align: left;
}
.ucad-blockquote.ucad blockquote span.inner:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 15%;
  right: 5%;
  height: 80px;
  width: 80px;
  z-index: 1;
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-image: url('images/blockquote-logo.svg');
}
.ucad-blockquote.ucad .tail {
  display: block;
  position: absolute;
  top: 100%;
  right: 58px;
  margin-top: -2px;
  width: 80px;
  height: 50px;
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-image: url('images/blockquote-tail.svg');
}

/* News */
.ucad-blockquote.news {
  position: relative;
}

.ucad-blockquote.news blockquote {
  padding: 0 15px;
  border-color: #000;
  border-style: solid;
  border-width: 4px;
  border-radius: 20px;
}

.wpb_wrapper .td-post-content .ucad-blockquote.news blockquote span.inner {
  display: block;
  position: relative;
  padding: 40px 45px;
  margin: -10px 0 -10px 0;
  background-color: #fff;
}

.wpb_wrapper .td-post-content .ucad-blockquote.news blockquote span.inner * {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
}

.ucad-blockquote.news blockquote span.inner:before {
  display: block;
  content: '';
  position: absolute;
  top: -17px;
  left: 10px;
  height: 35px;
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/blockquote-quote-square.svg');
}

.ucad-blockquote.news blockquote span.inner:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -17px;
  right: 10px;
  height: 35px;
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/blockquote-quote-square.svg');
  transform: rotate(180deg);
}

/* Print */
.ucad-blockquote.print {
  position: relative;
}

.ucad-blockquote.print blockquote {
  padding: 0 15px;
  border-color: #e01f2e;
  border-style: solid;
  border-width: 4px;
  border-radius: 20px;
}

.wpb_wrapper .td-post-content .ucad-blockquote.print blockquote span.inner {
  display: block;
  position: relative;
  padding: 40px 20px;
  margin: 0;
  background-color: #fff;
}

.wpb_wrapper .td-post-content .ucad-blockquote.print blockquote span.inner * {
  color: #000;
  font-family: Yeseva One, serif !important;
  font-size: 18px;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
}

.ucad-blockquote.print blockquote span.inner:before {
  display: block;
  content: '';
  position: absolute;
  top: -35px;
  left: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/blockquote-quote-round.svg');
}

.ucad-blockquote.print blockquote span.inner:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -35px;
  right: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/blockquote-quote-round.svg');
  transform: rotate(180deg);
}

/* Pop-Art */
.ucad-blockquote.popart {
  position: relative;
  margin: 40px 0 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url('images/quote-bottom.svg');
}

.ucad-blockquote.popart blockquote {
  padding: 14% 50px 14% 35%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-image: url('images/quote-top.svg');
}

.wpb_wrapper .td-post-content .ucad-blockquote.popart blockquote span.inner {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.wpb_wrapper .td-post-content .ucad-blockquote.popart blockquote span.inner * {
  color: #000;
  font-family: "cc-smash" !important;
  font-size: 18px;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
}

.wpb_wrapper .td-post-content .ucad-blockquote.popart blockquote span.inner:before,
.wpb_wrapper .td-post-content .ucad-blockquote.popart blockquote span.inner:after {
  display: inline;
  content: '"';
  font-size: 28px;
  line-height: 0.5;
}

.ucad-blockquote.popart blockquote .frame {
  position: absolute;
  display: block;
  bottom: 0;
  left: 10px;
  max-width: 250px;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  background-image: url('images/quote-woman.png');
}
/* End of Blockquote Section */

/* List Section */
.uc-list {
  margin-left: 70px;
}

/* UC Advanced */
.uc-list.ucad {
  padding-left: 30px;
}

.uc-list.ucad li {
  position: relative;
  margin-bottom: 20px !important;
  font-style: italic;
  list-style-type: none;
}

.uc-list.ucad li:before {
  position: absolute;
  top: 7px;
  left: -30px;
  height: 16px;
  width: 16px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/list-ucad-bullet.svg');
  transition: all ease-out 500ms;
}

.uc-list.ucad li:hover:before {
  transform: rotate(260deg);
}

/* News */
.uc-list.news {
  padding-left: 20px;
}

.uc-list.news li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px !important;
}

.uc-list.news li:before {
  position: absolute;
  top: 5px;
  left: -40px;
  height: 20px;
  width: 20px;
  display: block;
  content: '';  
  border-radius: 50%;
  background: rgb(88,88,88);
  background: linear-gradient(25deg, rgba(88,88,88,1) 21%, rgba(207,207,207,1) 32%, rgba(122,122,122,1) 79%);
  background-size: 80px auto;
  transform: rotate(45deg);
  transition: all ease 300ms;
}

.uc-list.news li:hover:before {
  background-position-x: -40px;
}

/* Print */
.uc-list.print {
  padding-left: 20px;
  border-left: 10px solid #0077be;
}

.uc-list.print li {
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500;
}

/* Popart */
.uc-list.popart {
  position: relative;
  padding: 70px 70px 70px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/list-bg-popart.jpg');
}

.uc-list.popart li {
  position: relative;
  margin-bottom: 30px !important;
  list-style: none;
  color: #fff;
}

.uc-list.popart li:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/list-popart-bullet.svg');
}

body .uc-list li:last-child {
  margin-bottom: 0 !important;
}
/* End List Section */

/* FAQ Section */
/* UC Advanced */
.ucad-faq.ucad .faq-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 2px solid #3855a2;
}

.ucad-faq.ucad .item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.ucad-faq.ucad:not(.accordeon) .item .faq-content:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: 'Q:';
  font-size: 20px;
  font-weight: 600;
}

.ucad-faq.ucad.accordeon .item .faq-content .faq-header label:before {
  position: absolute;
  top: 7px;
  left: -5px;
  height: 10px;
  width: 40px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/faq-ribbon-slot.png');
}

.ucad-faq.ucad.accordeon .item .faq-content .faq-header label:after {
  position: absolute;
  top: 9px;
  left: -5px;
  height: 30px;
  width: 40px;
  display: block;
  content: '';
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('images/faq-ribbon.png');
  transition: height 500ms cubic-bezier(0.470, 0.650, 0.300, 0.925);
  transition-timing-function: cubic-bezier(0.470, 0.650, 0.300, 0.925);
}

.ucad-faq.ucad .item .faq-content .faq-header label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.ucad-faq.ucad .item .faq-content .faq-body {
  position: relative;
  color: #3855a2;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
}

.ucad-faq.ucad:not(.accordeon) .item .faq-content .faq-body:before {
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  content: 'A:';
  font-size: 20px;
  font-weight: 600;
}

.ucad-faq.ucad.accordeon .item .faq-content .faq-body {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  margin-top: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.470, 0.650, 0.300, 0.925);
  transition-timing-function: cubic-bezier(0.470, 0.650, 0.300, 0.925);
}

.ucad-faq.ucad .item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.ucad-faq.ucad:not(.accordeon) .item input[type=checkbox] {
  display: none;
}

.ucad-faq.ucad.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-header label:after {
  height: 70px;
}

.ucad-faq.ucad.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-body {
  margin-top: 14px;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
}


/* News */
.ucad-faq.news .faq-title {
  font-size: 30px;
  font-weight: 500;
}

.ucad-faq.news .item {
  margin-bottom: 15px;
}

.ucad-faq.news:not(.accordeon) .item input[type="checkbox"] {
  display: none;
}

.ucad-faq.news.accordeon .item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.ucad-faq.news .item .faq-header {
  position: relative;
  background-color: #313b54;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.ucad-faq.news .item .faq-header label {
  display: block;
  padding: 20px 20px 20px 70px;
}

.ucad-faq.news .item .faq-header label:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  content: '';
  margin-top: -18px;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('images/faq-news.png');
  filter: invert(1);
}

.ucad-faq.news.accordeon .item .faq-header {
  padding-right: 50px;
}

.ucad-faq.news.accordeon .item .faq-header label:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  content: '>';
  margin-top: -18px;
  font-size: 20px;
  font-weight: 500;
  transition: all ease 500ms;
  transform-origin: center;
}

.ucad-faq.news.accordeon .item .faq-content .faq-header label {
  cursor: pointer;
}

.ucad-faq.news .item .faq-body {
  padding: 30px 20px;
  background-color: #b9beca;
}

.ucad-faq.news.accordeon .item .faq-body {
  padding: 0 20px;
  transition: all ease 500ms;
  height: 0;
  overflow: hidden;
}

.ucad-faq.news.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-body {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}

.ucad-faq.news.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-header label:after {
  transform: rotate(90deg);
}

/* Print */
.ucad-faq.print .faq-title {
  font-size: 30px;
  font-weight: 500;
}

.ucad-faq.print .item {
  margin-bottom: 15px;
}

.ucad-faq.print:not(.accordeon) .item input[type="checkbox"] {
  display: none;
}

.ucad-faq.print.accordeon .item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.ucad-faq.print .item .faq-header {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 4px solid #ddd;
}

.ucad-faq.print.accordeon .item .faq-header {
  padding-right: 50px;
}

.ucad-faq.print.accordeon .item .faq-header:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  content: '>';
  margin-top: -18px;
  font-size: 20px;
  font-weight: 500;
  transition: all ease 500ms;
  transform-origin: center;
}

.ucad-faq.print.accordeon .item .faq-content .faq-header label {
  cursor: pointer;
}

.ucad-faq.print .item .faq-body {
  padding: 30px 20px;
  box-shadow: 0 9px 7px 0 rgba(0,0,0,0.3);
}

.ucad-faq.print.accordeon .item .faq-body {
  padding: 0 20px;
  transition: all ease 500ms;
  height: 0;
  overflow: hidden;
}

.ucad-faq.print.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-body {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}

.ucad-faq.print.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-header:after {
  transform: rotate(90deg);
}

/* Popart */
.ucad-faq.popart {
  position: relative;
  padding: 90px 20px 20px;
  margin-top: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/faq-bg-popart.png');
}

.ucad-faq.popart:before {
  position: absolute;
  top: -100px;
  right: 25px;
  display: block;
  content: '';
  height: 190px;
  width: 220px;
  background-size: 220px auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('images/faq-man-popart.png');
}

.ucad-faq.popart .faq-title {
  display: none;
}

.ucad-faq.popart .item {
  margin-bottom: 20px;
  border: 8px solid #f7bd2a;
}

.ucad-faq.popart:not(.accordeon) .item input[type="checkbox"] {
  display: none;
}

.ucad-faq.popart.accordeon .item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.ucad-faq.popart .item .faq-header {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.ucad-faq.popart.accordeon .item .faq-header {
  padding-right: 50px;
}

.ucad-faq.popart:not(.accordeon) .item .faq-header {
  border-bottom: 2px solid #f7bd2a;
}

.ucad-faq.popart.accordeon .item .faq-header:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  content: '>';
  margin-top: -18px;
  font-size: 20px;
  font-weight: 500;
  transition: all ease 500ms;
  transform-origin: center;
}

.ucad-faq.popart .item .faq-content .faq-header label {
  display: block;
  padding: 15px;
  font-family: "cc-smash", sans-serif !important;
}

.ucad-faq.popart.accordeon .item .faq-content .faq-header label {
  cursor: pointer;
}

.ucad-faq.popart .item .faq-body {
  padding: 30px 20px;
  background: rgba(255,255,255,0.3);
  box-shadow: 0 9px 7px 0 rgba(0,0,0,0.3);
}

.ucad-faq.popart.accordeon .item .faq-body {
  padding: 0 20px;
  transition: all ease 500ms;
  height: 0;
  overflow: hidden;
  border-top: 2px solid #f7bd2a;
}

.ucad-faq.popart.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-body {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}

.ucad-faq.popart.accordeon .item input[type=checkbox]:checked ~ .faq-content .faq-header:after {
  transform: rotate(90deg);
}
/* End of FAQ Section */

/* Headings Section */
/* Style 1 */
.ucad-heading.option-1 > * {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
}

/* Style 2 */
.ucad-heading.option-2 > * {
  font-family: proxima-nova-condensed, sans-serif !important;
  font-weight: 900 !important;
}
/* End of Headings Section */


/* UL List */
/* .wpb_wrapper .td-post-content ul,
.post .td-post-content ul {
  padding-left: 20px;
  margin-left: 70px;
  border-left: 10px solid #0077be;
} */

.wpb_wrapper .td-post-content ul {
  margin-bottom: 26px !important;
}

.wpb_wrapper .td-post-content ul li,
.post .td-post-content ul li {
  margin-bottom: 0 !important;
  color: black;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
}

.wpb_wrapper .td-post-content ul li:last-child,
.post .td-post-content ul li:last-child {
  margin-bottom: 0 !important;
}

/* Headings */
body .wpb_wrapper .td-post-content h1,
body .wpb_wrapper .td-post-content h2,
body .wpb_wrapper .td-post-content h3,
body .wpb_wrapper .td-post-content h4,
body .wpb_wrapper .td-post-content h5,
body .wpb_wrapper .td-post-content h6 {
  font-family: proxima-nova-condensed, sans-serif !important;
  font-weight: 900 !important;
}

/* Magazine Rack */
.all-issues-list {
	position: relative;
}

.all-issues-list li.loading {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    font-style: initial;
    font-weight: 600;
    font-size: 3vw;
    color: rgba(0, 0, 0, 0.4);
}
.magazine-issues-block, .guide-issues-block {
  margin-bottom: 30px;
}

.magazine-issues-block h3, .guide-issues-block h3 {
  margin-bottom: 30px;
  padding-top: 5px;
  border-top: 3px solid #ee6e1e;
  font-size: 30px;
  font-weight: 700;
}

.magazine-issues-list, .guide-issues-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 -15px;
}

.magazine-issues-list li, .guide-issues-list li {
  width: 20%;
  padding: 0 15px;
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  font-style: italic;
  text-align: center;
}
.magazine-issues-list li a, .guide-issues-list li a {
  display: block;
}

.magazine-issues-list li a img, .guide-issues-list li a img {
  border: 1px solid #eee;
}

.magazine-issues-list li a p, .guide-issues-list li a p {
  margin: 0 0 15px;
  color: #000;
}

.issue-filter {
  margin-bottom: 40px;
}

.issue-filter button {
  appearance: none;
  border: none;
  background: none;
  padding: 0 3px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  outline: none !important;
}

.issue-filter button + button {
  margin-left: 10px;
}

.issue-filter button.active {
  border-bottom: 3px solid #000;
  font-weight: 700;
}

.issue-filter button.vendor {
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 7px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 300;
}

.issue-filter button.vendor.active {
  border-bottom: 0;
  background-color: #ee6e1e;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
}
/* End Magazine Rack */

/* WP FE User */
body .wpuf-dashboard-container .wpuf-dashboard-content {
  align-items: flex-start;
  padding-left: 20px;
}
/* End of WP FE User */

/* Responsive */
@media (max-width: 767px) {
  body .td-module-date {
    margin-right: 0;
  }

  body .tdb_single_featured_image {
    margin-left: 0 !important;
  }

  .wpb_wrapper .td-post-content ul {
    padding-left: 16px;
    margin-left: 0;
    border-left: 8px solid #0077be;
  }

  body .wpb_wrapper .td-post-content .ucad-blockquote blockquote span.inner {
    display: block;
    padding: 30% 20% 27% 17%;
    font-size: 16px;
  }

  body .wpb_wrapper .td-post-content .ucad-blockquote blockquote span.inner * {
    font-size: 16px;
  }

  body.magazine-rack .td-tc-page-content > .tdc-zone > .tdc_zone > .tdc-row {
    padding: 0;
  }

  .issue-filter.date-filter button {
    font-size: 18px;
  }

  .issue-filter.vendor-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .issue-filter.vendor-filter button.vendor {
    padding: 3px 8px;
    margin: 0 !important;
    font-size: 15px;
  }

  .magazine-issues-list li,
  .guide-issues-list li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1018px) {
  body .tdb_templates .td-pb-row .td-pb-span6 {
    width: 75%;
  }
}

.approve a.broken_link,
a.broken_link.approve {
	text-decoration: none !important;
}

.stockies-announce .post li {
	list-style: none;
	position: relative;
}
.stockies-announce .post li:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: -20px;
	height: 15px;
	width: 15px;
	background: url(https://newsinthechannel.co.uk/wp-content/uploads/2025/03/star.png) no-repeat center center / contain;
}

body .td_block_author .td-author-image {
    position: relative;
    max-width: 100px;
    margin: 0 auto 7px;
    display: block;
}
body .td_block_author .td-author-image:before {
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
body .td_block_author .avatar {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.td_block_author .td-author-description {
    text-align: left;
}

.post-tags-block {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

div.cc-window[role="dialog"][aria-label="cookieconsent"] {
    display: none !important;
}