.gkits-pro-link {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;

    .gkits-pro-link-message {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        svg {
            fill: #007cba;
            width: 14px;
        }
    }

    a {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        color: #007cba;
        transition: 0.3s;
        text-decoration: underline;
        text-underline-offset: 2px;
        &:hover {
            color: #0026ba;
        }
    }
}
