/*
  Style for displaying event details trough shortcode
*/

.gilw-event-infos .meta-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    .ico {
        color: var(--s-clr-dark);
        margin-right: 24px;
    }
}

.gilw-event-infos .meta-desc{
    margin-bottom: 32px;
}

.gilw-event-infos ul {
    margin: 0;
    padding: 0;

    li {
        list-style-type: none;
    }

    &.meta-desc li{
        margin-bottom: 8px;
    }
}