/*Created by:		Affiliate Frontend OnlyVersion:		0.1*/.icon-container {    display: inline-block;    text-align: center; /* Center the text and the image */    margin: 8px; /* Adjusted from 10px to 8px */    width: 80px; /* Set a fixed width */}.icon-wrapper {    display: block;    padding: 8px; /* Adjusted from 10px to 8px */    border-radius: 16px; /* Adjusted from 20px to 16px */    background-color: #D5E7F4; /* Adjust this to change the background color */    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); /* Adjusted from 10px to 8px */}.icon-wrapper img {    display: block;    width: 64px; /* Adjusted from 80px to 64px */    height: 64px; /* Adjusted from 80px to 64px */    margin: 0 auto; /* Center the image horizontally */}.icon-text-link {    margin: 0; /* Remove the default paragraph margins */    font-size: 13px; /* Adjusted from 14px to 11.2px */    font-weight: bold;    text-overflow: ellipsis; /* Add an ellipsis when the text overflows */}.tab-icon-text {    filter: grayscale(100%);}