.poll-card {
    /*border:1px solid #ccc;*/
    /*border-radius: 2px;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 5px 0;
}

.poll-title {

    line-height: 17px;
    font-size: 14px;

}

.poll-vote {
    font-size: 13px;
}

.poll-option {}

.poll-result .progress {
    height: 5px;

}

.poll-result {
    font-size: 13px;

}

.poll-vote-option {

    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #ccc;
    border-bottom: 1px solid black;
    display: block;
    border-radius: 2px;
}
/*
@media (prefers-color-scheme: dark) {
    .poll-card {
        background-color: #202020;
    }

    .poll-vote-option {
        margin-bottom: 5px;
        padding: 8px;
        border: 1px solid #a7a7a7;
        border-bottom: 1px solid fff;
        display: block;
        border-radius: 2px;
        color:white !important;

    }
  
}
*/
.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100vw
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;

}

.kg-image {
    border-radius: 5px;
    /*  box-shadow   : 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.kg-gallery-row:not(:first-of-type) {
    margin: .75em 0 0
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 .75em
}

.kg-gallery-card+.kg-gallery-card,
.kg-gallery-card+.kg-image-card.kg-width-wide,
.kg-image-card.kg-width-wide+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em
}

h3 {
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin: 10px 0;
}

h1 {
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 700;

}

.content-container ul {
    /* margin          : 0.5rem;*/
    /*   padding         : 1px;*/
    padding: 0.5rem 1.5rem;
    background-color: var(--waydear-dark);
    border-radius: 0.5rem;
    color: var(--waydear-light);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.content-container ul a {
    color: var(--waydear-light);
    text-decoration: underline;

}

.content-container img {
    width: 100%;

}

.content-container li {
    /*font-size   : 0.9rem;*/
    /*padding-left: 0;*/
    margin-bottom: 0.5rem;
}

.content-container li:last-child {
    margin-bottom: 0;
}

.content-container p {
    margin-bottom: 1rem;
}

.ghost-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.ghost-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}