.ekw-split-title {
    display: flex;
    flex-direction: column;
}

.ekw-first-part,
.ekw-second-part {
    display: inline-block;
    padding: 0 10px;
    /* Eredita tutto dal titolo */
    font-family: inherit!important;
    color: inherit;
    background: none;
    border: none;
    margin: 0;
    line-height: inherit;
}

.ekw-colored {
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
}

.ekw-transparent-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px currentColor;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit !important;
}

.ekw-border {
    border: 2px solid currentColor;
    border-radius: 5px;
    box-sizing: border-box;
}

.ekw-text-border {
    -webkit-text-stroke: 2px currentColor;
} 