.elementor-5536 .elementor-element.elementor-element-94bfade{--display:flex;}.elementor-5536 .elementor-element.elementor-element-6b487bb{--display:flex;}.elementor-5536 .elementor-element.elementor-element-a7f1d5e.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-cf94372 */.metavivor-action-grid {
    display: grid;
    gap: 18px;
    max-width: 850px;
    margin: 30px auto;
}

.metavivor-action-card,
.metavivor-action-card:link,
.metavivor-action-card:visited,
.metavivor-action-card:hover,
.metavivor-action-card:focus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: 16px;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 5px 14px rgba(0,0,0,.12);
    transition: all .25s ease;
}

.metavivor-action-card:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    filter: brightness(1.05);
}

.metavivor-action-card.teal {
    background: #008789;
}

.metavivor-action-card.pink {
    background: #d6009e;
}

.metavivor-action-card.green {
    background: #6bbf66;
}

.action-title,
.action-link {
    color: #fff !important;
}

.action-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.action-link {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    opacity: .95;
    transition: transform .2s ease;
}

.metavivor-action-card:hover .action-link {
    transform: translateX(4px);
}

.wp-block-button__link,
.wp-block-button__link:link,
.wp-block-button__link:visited,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
    color: #fff !important;
}

@media (max-width: 600px) {
    .metavivor-action-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
    }

    .action-title {
        font-size: 18px;
    }
}/* End custom CSS */