.elementor-empty-loop-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 80px 40px 40px 40px;
}

.elementor-empty-loop-grid a {
    text-decoration: none !important;
    width: fit-content;
    min-width: 240px;
    transition: all .25s ease;
}

.elementor-empty-loop-grid a:hover {
    background-color: #F2F2F2 !important;
    border-color: #444444 !important;
    color: #000 !important;
}

