.ci-pulse-translatable {
    display: contents;
}

.ci-pulse-translatable.is-translating .ci-pulse-translatable-body {
    opacity: 0.72;
}

.ci-pulse-translate-toggle {
    display: inline-block;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: none;
    color: #8b5cf6;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.ci-pulse-translate-toggle[hidden] {
    display: none !important;
}

.ci-pulse-translate-toggle:hover,
.ci-pulse-translate-toggle:focus-visible {
    text-decoration: underline;
}
