.elementor-widget-boxed_link .boxed-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 0.375rem;
    background-color: var(--card, #fff);
    box-shadow: 0 1px 2px color-mix(in oklab, var(--navy, #1e293b) 6%, transparent),
        0 12px 32px -18px color-mix(in oklab, var(--navy, #1e293b) 35%, transparent);
    /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.28 0.055 250 / 0.06) 0px 1px 2px 0px, oklch(0.28 0.055 250 / 0.35) 0px 12px 32px -18px  ; */
    color: inherit;
    text-decoration: none !important;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.boxed-link:hover,
.boxed-link:focus {
    border-color: var(--primary, #3f8f63);
    color: inherit;
    text-decoration: none;
}

.boxed-link__text {
    color: var(--secondary, #26364d);
    font-weight: 600;
}

.boxed-link__arrow {
    color: var(--primary, #3f8f63);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
}
