.block-cbg-coated-glass {
    position: relative;
}

.block-cbg-coated-glass .container {
    padding-top: 80px;
    padding-bottom: 100px;
}

.block-cbg-coated-glass .h1 {
    margin-bottom: 40px;
}

.block-cbg-coated-glass .tabs {
    display: flex;
    cursor: pointer;
    gap: 40px;
    margin-bottom: 72px;
    overflow-y: auto;
}

.block-cbg-coated-glass .tab {
    padding: 8px 20px;
    white-space: nowrap;
    color: var(--Primary-100, #828B9A);
}

.block-cbg-coated-glass .tab.active {
    color: var(--Secondary-100, #CF2B24);
}

.block-cbg-coated-glass .tab-content {
    display: none;
}

.block-cbg-coated-glass .tab-content .glass-block-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.block-cbg-coated-glass .tab-content .glass-block-content .h1 {
    margin-bottom: -8px;
}

.block-cbg-coated-glass>img.attachment-full.size-full {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}



.block-cbg-coated-glass .main_features {
    padding-top: 120px;
    padding-bottom: 58px;
}

.block-cbg-coated-glass .main_features .list .circle {
    background-color: var(--Secondary-100, #CF2B24);
    max-width: 32px;
    max-height: 32px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    min-height: 32px;
}

.block-cbg-coated-glass .main_features .list {
    display: flex;
    gap: 32px;
    align-items: center;
}

.block-cbg-coated-glass .main_features .lists {
    row-gap: 32px;
    padding-top: 34px;
}

.block-cbg-coated-glass .main_features .h1 {
    margin-bottom: 72px;
}

.block-cbg-coated-glass .main_features img {
    border-radius: 32px;
}

.block-cbg-coated-glass .tab.subtitle:hover {
	background: #f3f4f5;
	border-radius: 32px;
	color: var(--Primary-100, #061735);
}

@media screen and (max-width:992px) {
    .block-cbg-coated-glass .main_features .h1 {
        margin-bottom: 13px;
        margin-top: 48px;
    }

    .block-cbg-coated-glass .main_features {
        padding-top: 0;
        padding-bottom: 41px;
    }

    .block-cbg-coated-glass .main_features img {
        border-radius: 24px;
    }
}

@media screen and (max-width:992px) {
    .block-cbg-coated-glass>img.attachment-full.size-full {
        display: none;
    }

    .block-cbg-coated-glass .container {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .block-cbg-coated-glass .tabs {
        margin-bottom: 48px;
    }

    .block-cbg-coated-glass .tab-content .glass-block-content {
        margin-top: 48px;
    }

    .block-cbg-coated-glass .tab-content .glass-block-content .h1 {
        margin-bottom: 4px;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
    }

    .block-cbg-coated-glass .tab-content .glass-block-content {
        gap: 40px;
    }

    .block-cbg-coated-glass .tab-content .glass-block-content p {
        margin-bottom: 0;
    }
}

.block-cbg-coated-glass .glass_performance {
    padding-top: 100px;
}

.block-cbg-coated-glass .glass_performance .h1 {
    margin-bottom: 48px;
}

.block-cbg-coated-glass table {
	width: 100%;
	border-collapse: collapse;
}

.block-cbg-coated-glass th, td {
	border: 1px solid black;
	padding: 8px;
	text-align: center;
}

.block-cbg-coated-glass th {
	background-color: #f2f2f2;
}


@media screen and (max-width:992px) {
    .block-cbg-coated-glass .glass_performance {
        padding-top: 0;
        padding-bottom: 48px;
    }
	
	.block-cbg-coated-glass .table-content{
  		width: 100%;
  		overflow-x: auto;
  		-webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS devices */
	}

	.block-cbg-coated-glass table {
  		width: 100%;
  		white-space: nowrap;
	}

	.block-cbg-coated-glass th, td {
  		padding: 10px;
  		min-width: 100px; /* Set a minimum width for cells to ensure they don't get too narrow */
	}
}