.cdx-action-icon svg {
    transform: rotate(180deg);
}

.cdx-action {}

.cdx-callout__icon {}

.cdx-action__content {
    min-height: 158px;
}

.cdx-action [contentEditable=true][data-placeholder]::before{
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

.cdx-action [contentEditable=true][data-placeholder]:empty::before {
    opacity: 1;
}

.cdx-action [contentEditable=true][data-placeholder]:empty:focus::before {
    opacity: 0;
}


.cdx-action-settings {
    display: flex;
}

.cdx-action-settings .cdx-settings-button {
    width: 50%;
}
