/** Basic Show **/

.card-columns .card {
        margin-bottom: 20px;
}

.am-hive-posts .card-body .post-title {
    display: inline-block;
}

.am-hive-posts .card-body .post-categories {
    position: unset;
    margin-bottom: 15px;
}

.am-hive-posts .card .card-body ul,
.am-hive-posts .card .card-body .post-title,
.am-hive-posts .card .card-body p {
    margin-bottom: 15px;
}

.am-hive-posts .card .card-body ul:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}

.am-hive-posts .card .post-categories {
    padding-left: 0;
    line-height: 14px;
}

.am-hive-posts .card .post-categories .post-category {
    list-style: none;
    display: inline-block;
    line-height: 14px;
}

.am-hive-posts .card .post-categories .post-category a {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 7px;
}

.am-hive-posts .card .post-categories .post-category:not(:last-child) {
    margin-right: 5px;
}

.am-hive-posts .card.categories-bottom .post-categories {
    bottom: 15px;
}

.am-hive-posts .card.categories-top .post-categories {
    top: 15px;
}

.am-hive-posts a:hover {
    text-decoration: none;
    transition: .3s ease-in-out;
}

.am-hive-posts .card.categories-top .post-categories,
.am-hive-posts .card.categories-bottom .post-categories {
    position: absolute;
    left: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/** Carousel Show **/

.cases-container {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.case-item {
    position: relative;
    margin-bottom: 0px !important;
    display: inline-block;
    max-width: 500px;
    margin-right: 15px;
    min-height: 150px;
    min-width: 350px;
}

.case-item.empty {
    width: 500px;
}
.case-item.empty .case-media {
    height: 100%;
}

.case-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}