.generic-content {
    h2 {
        font-weight: normal;
        margin-bottom: 40px;
    }
    a[href*="tips-"] {
        position: relative;

        &:after {
            content: "";
			display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%230280A7' fill-opacity='.25' d='M9 5h2v2H9V5Zm0 4h2v6H9V9Zm1-9C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z'/%3E%3C/svg%3E");
			margin-left: 10px;
			top: 4px;
			position: relative;
        }
    }
    .wp-block-table {
        overflow-x: visible;
    }
}
