div[class*="tool-embed"] {
    border-radius: 0.5rem !important;

    a { 
        border-radius: 99px !important;

        &:hover {
            background: $blue1 !important;
        }
    }
}