/* Tighter forms */
label.tight {
    margin: 4px 0 0;
}

/* Cards */
.card-padding {
    border-width: 4px;
    border-color: #535353;
    border-style: solid;
}
.card-padding:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Shorten but not completely collapse elements */
p.collapse-most:not(.show) {
    height: 120px !important;
    overflow: hidden;
    position: relative;
}

p.collapse-most:not(.show):before {
    content: '';
    display: block;
    box-shadow: 0 -24px 12px -12px rgba(0, 0, 0, 0.3) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.collapse-most.collapsing {
    min-height: 120px !important;
}

a.collapser.collapsed:after {
    content: '+ Read More';
}

a.collapser:not(.collapsed):after {
    content: '- Read Less';
}

/* Embeds */
.list-group-item.embed {
    padding: 0;
}

.list-group-item p {
    padding: 0.1rem 1rem 0.5rem 1rem;
    margin: 0;
}

.youtube-embed {
    width: 100%;
    height: 200px;
}

.clypit-embed {
    width: 100%;
    height: 200px;
}

.upload-discourse iframe {
    min-height: 300px;
    height: 30vh;
    max-height: 800px;
}
