:root {
    --dark-grey-color: #202020;
    --grey-color: #6a6a6a;
    --pale-grey-color: #bebebe;
    --very-pale-grey-color: #eeeeee;
}

/* Testing that the css has actually loaded. */
/*
.page-title-wrapper.product::before {
    content: "CAAS BLOCKS ACTIVE";
    display: block;
    background: #ffccff;
    color: white;
    padding: 10px;
}
*/

.caas-block {
    padding-top: 3rem;
    padding-left: 1rem; 
}

.caas-block h3 {
    margin-top: 0; 
}

.caas-block h3.icon {
    cursor: pointer;
}

.caas-block dl {
    margin: 0;
    margin-bottom: 4rem; 
    margin-left: 3rem;
}

.caas-specification-block {
    display: none;
}

.caas-specification-block.active {
    display: block;
}

.caas-block dd {
    margin: 0;
    margin-left: 5rem;
    margin-bottom: 2rem;
}

.caas-block ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
}

.caas-generated-list {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.caas-block ul li {
    padding: 0;
    margin: 0;
    /*
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    background-position: left top; 
    */
    line-height: 20px; 
    padding-left: 0px; 
    padding-top: 0;
    padding-bottom: 1rem;

}

.caas-content-header {
    font-weight: 600;
}

.caas-description-copy {
    padding-bottom: 2rem;
    padding-top: 4rem;
}

.caas-content-header {
    /* margin-bottom: 3rem; */
}

/* Tabs for content page */
.custom-tabs { 
    margin-top: 20px; 
}

.tab-links { 
    list-style: none; 
    display: flex; 
    padding: 0; 
    margin: 0 0 10px;
    border-bottom: 1px solid #cecece;
}

.tab-links li { 
    margin-right: 10px; 
    margin-bottom: 0; 
    background: #efefef;
    border: 1px solid #cecece;
    border-bottom: 0px; 
    height: 38px; 
}

.tab-links li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: inherit;;
}

.tab-links li.active a { 
    background: #ffffff;
}

.tab-content .tab { 
    display: none; 
}
.tab-content .tab.active { 
    display: block; 
}

.caas-full-back-banner {
    background: var(--very-pale-grey-color);
    color: var(--dark-grey-color);
}

.caas-full-back-banner h3 {
    padding: 0;
    padding-top: 2em;
    padding-bottom: 2em; 
}

.cass-description-block-container {
    display: flex;
}

.cass-description-block {
    flex: 3 1 0;
}
.cass-description-block.image {
    flex: 1 1 0;
}


.caas-description-image {
    max-height: max-content;
    height: 100%;
    width: auto;
}