.laposta-show-list {
    list-style: inherit;
    padding-left: 1em;
}

.laposta-code {
    padding: .5em;
    margin: .5em 0;
    display: block;
}

.lse-settings {
    max-width: 768px;
}

.lse-settings section {
    margin-top: 3em;
}

.lse-settings__reset-cache-result {
    margin-left: 1em;
}

.lse-settings__error-title {
    color: darkred;
}

.lse-settings__list {
    display: inline-block;
    background: gray;
    color: white;
    padding: 6px;
    margin-right: 1.4em;
    margin-bottom: 1.4em;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    border-radius: 5px;
}

.lse-settings__list.m--selected {
    background: green;
}

.lse-settings__list:hover {
    opacity: .8;
    color: white;
}

.lse-settings__list:active {
    color: white;
}

.lse-settings__lists-shortcode-example {
    margin-top: 0;
}

.lse-settings__show-option-info {
    padding-left: 2em;
}
