/**
 * Custom List Block - Frontend Styles
 *
 * @package Ably_Blocks
 */

.ably-custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ably-custom-list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ably-custom-list--block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ably-custom-list .tag--past {
    text-decoration: line-through;
    font-size: 1.1em;
    opacity: 0.55;
}
