#articleSingle 

h1 { 
  color: black;
  text-align: center;
}

h4 {
  color: white;
  margin-top: 4px;
  margin-bottom: 4px;
}

h5 {
  color: white;
}

.article-content p {
    padding: 6px 6px;
}

.article-content_tc p {
    padding: 6px 6px;
}

div.gallery {
  margin: 3px;
  border: 1px solid #525252;
  float: left;
  width: 100%;
}

div.gallery:hover {
  border: 2px solid #FF0000;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
  background-color: #525252;
}

div.desc a {
 color: white;
}

#mc-sub-heading{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #FF0000;
  background-color: #FF0000;
  text-align: center;
}

#mc-sub-heading2{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #525252;
  background-color: #525252;
  text-align: center;
}

#mc-sub-heading3{
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  padding: 2px;
  border: 3px solid #4CAF50;
  background-color: #4CAF50;
  text-align: center;
}

#mc-art-thumbnail{
  padding-left: 5px;
  padding-right: 5px;
}

#mc-art-thumbnail-2{
  padding-left: 5px;
  padding-right: 5px;
}

#mc-art-row{
  margin: 3px;
}

.mc-button{
  background-color: #FF0000;
  margin: 0px 0px 15px 15px;
  font-weight: bold;
  color: white;
}

.mc-button:hover {
  background-color: white;
  color: red;
}

.tabHeading {
  background: #FF0000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.tabHeading:hover, .tabHeading.active {
  background: #880000;
}
.tabContent {
  padding: 10px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.tabContent a {
  background: #FF0000;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
}

.tabHeading:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054'; /* character for "right" sign (>) */
  font-size: 13px;
  color: #FFFFFF;
  float: right;
  margin-top: 3px;
}

.tabHeading.active:after {
  content: "\f078"; /* character for "down" sign (v) */
}

/* [END OF TAB CSS] */

div.mc-counters {
    counter-reset: section;
    padding: 10px;
}

div.mc-counters h6::before {
    font-weight: bold;
    counter-increment: section;
    content: counter(section);
    display:inline-block;
    color:white;
    background: #FF0000;
    border: 5px solid #FF0000;
    padding:4px 4px;
    margin-right:16px;
    border-radius: 50%;
}

@media only screen and (max-width: 600px){
  #mc-no-mobile, #mc-art-thumbnail-2 {
    display: none;
  }
}

.pricetopleft {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: #525252;
  color: white;
}

.gallery:hover > .pricetopleft {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: red;
  color: white;
}

.gallery:hover > div.desc {
  padding: 5px;
  text-align: center;
  background-color: #FF0000;
}

#mc-table, #mc-table2 {
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}

#mc-table td, #mc-table th, #mc-table2 td, #mc-table2 th {
  border: 1px solid #ddd;
  padding: 8px;
}


#mc-table tr:hover {background-color: #ddd;}

#mc-table2 tr:hover {background-color: #ddd;}

#mc-table th, #mc-table2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

#mc-table td, #mc-table2 td {
  text-align: center;
}

.mc-table-max {
  background-color: #add8e6;
}

@media only screen and (max-width: 600px){
  #mc-table, #mc-table2 {
    margin: 5px;
  }
}

.mc-img-container {
        text-align: center;
        display: block;
      }

.mc-img-container img {
  width: 100%;
  height: auto;
}

.mc-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FF0000;
}

.mc-img-container:hover .mc-img-overlay {
  opacity: 0.8;
}

.mc-img-text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#mc-table2 tr:nth-child(odd){background-color: #add8e6;}
#mc-table2 tr:nth-child(odd):hover {background-color: #ddd;}

&lt;svg onload=console.log(1)&gt;

.logo-gallery-section_tc {
    margin: 50px 0;
    padding: 36px 30px;
    background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
    border: 1px solid #eeeeee;
    border-radius: 18px;
}

.logo-gallery-section_tc h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #222222;
}

.logo-gallery-section_tc p {
    margin: 0;
}

.logo-intro_tc {
    max-width: 680px;
    margin: 0 0 28px !important;
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.logo-table_tc {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 18px;
    margin: 0;
}

.logo-table_tc td.logo-cell_tc {
    padding: 0;
    border: 0;
    background: transparent;
    vertical-align: top;
}

.logo-inner_tc {
    height: 100%;
    min-height: 240px;
    box-sizing: border-box;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.logo-cell_tc:hover .logo-inner_tc {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
    border-color: #dddddd;
}

.logo-stage_tc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 18px;
    background: radial-gradient(circle at top, #ffffff 0%, #fbfbfb 55%, #f4f4f4 100%);
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

.logo-stage_tc img {
    display: block;
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    margin: 0 auto;
    transition: transform 0.25s ease;
}

.logo-cell_tc:hover .logo-stage_tc img {
    transform: scale(1.03);
}

.logo-cell-horizontal_tc .logo-stage_tc img {
    max-height: 78px;
}

.logo-inner_tc p {
    margin: 14px 0 0 !important;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #2f2f2f;
}

@media (max-width: 768px) {
    .logo-gallery-section_tc {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .logo-gallery-section_tc h2 {
        font-size: 24px;
    }

    .logo-table_tc,
    .logo-table_tc tbody,
    .logo-table_tc tr,
    .logo-table_tc td {
        display: block;
        width: 100% !important;
    }

    .logo-table_tc {
        border-spacing: 0;
    }

    .logo-table_tc tr {
        margin-bottom: 18px;
    }

    .logo-table_tc td.logo-cell_tc {
        margin-bottom: 18px;
    }

    .logo-inner_tc {
        min-height: auto;
    }

    .logo-stage_tc {
        min-height: 130px;
    }

    .logo-cell-horizontal_tc .logo-stage_tc img {
        max-height: 88px;
    }
}

.logo-stage-dark_tc {
    background: linear-gradient(180deg, #0b2275 0%, #111184 100%);
    border-color: #3a3a3a;
}

/* Table wrapper for mobile scrolling */
.table-wrapper_tc {
    overflow-x: auto;
    margin: 25px 0;
}

/* Core reusable table */
.generic-table_tc {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

/* Table header */
.generic-table_tc thead {
    background: #f5f5f5;
    border-bottom: 3px solid #d32f2f;
}

.generic-table_tc th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

/* Table cells */
.generic-table_tc td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

/* Zebra striping */
.generic-table_tc tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover effect */
.generic-table_tc tbody tr:hover {
    background: #f2f2f2;
}

.generic-table_tc tbody tr:last-child td {
    border-bottom: none;
}

/* Numeric / price column */
.generic-table_tc td:last-child {
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.generic-table_tc th:last-child {
    text-align: right;
}

/* Highlight important row */
.generic-table_tc .highlight-row {
    background: #eef6ee;
}

/* Compact table */
.generic-table_tc.compact th,
.generic-table_tc.compact td {
    padding: 10px 12px;
    font-size: 14px;
}

/* Centred table */
.generic-table_tc.centred th,
.generic-table_tc.centred td {
    text-align: center;
}

.generic-table_tc.centred td:last-child,
.generic-table_tc.centred th:last-child {
    text-align: center;
}

/* Specification table variant */
.generic-table_tc.spec td:last-child,
.generic-table_tc.spec th:last-child {
    text-align: left;
    font-weight: normal;
}

/* Bulk price highlight */
.generic-table_tc.price-break tr.highlight-row {
    background: #fff8e6;
}

/* Article content wrapper */
.article-content_tc {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.65;
    color: #222;
    font-size: 16px;
}

/* Main page title */
.article-content_tc h1 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1f1f1f;
}

/* Main section headings */
.article-content_tc h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 36px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #1f1f1f;
}

/* Sub-headings */
.article-content_tc h3 {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    margin: 24px 0 10px;
    color: #2a2a2a;
}

/* Paragraphs and lists */
.article-content_tc p {
    margin: 0 0 16px;
}

.article-content_tc ul,
.article-content_tc ol {
    margin: 0 0 18px 20px;
    padding: 0;
}

.article-content_tc li {
    margin: 0 0 8px;
}

/* Tables */
.article-content_tc .table-wrapper_tc {
    margin: 22px 0 24px;
}

/* FAQ spacing */
.article-content_tc h3 + p {
    margin-top: 0;
}

/* Mobile tidy-up */
@media (max-width: 768px) {
    .article-content_tc {
        font-size: 15px;
    }

    .article-content_tc h1 {
        font-size: 28px;
    }

    .article-content_tc h2 {
        font-size: 21px;
    }

    .article-content_tc h3 {
        font-size: 17px;
    }
}



