.bds-text-2-line { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .popover-container { opacity: 0;  pointer-events: none;  transition: opacity 150ms ease-in-out;  position: absolute; bottom: 0px;  left: 50%; transform: translateX(-50%); text-align: center; } .popover-container.is-visible { opacity: 1;  pointer-events: auto;  } #shipping_google_map_link-description { padding-top: 5px !important; padding-left:5px; margin-top: 5px !important; line-height: 1.6; color: #7d6b56; font-size: 1.2em; display: block !important; } #shipping_google_map_link-description strong { color: #7d6b56; font-weight: 600; display: inline !important; }