.oht_universal_category_list {
    /* column-gap: 20px; adjust as needed */
    break-inside: avoid;
    padding: 0;
    list-style: none;
}
.gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat {
    width: 100%!important;
}

.oht_universal_category_list-wrapper{
    padding:5px;
}
.oht_universal_category_list-wrapper .oht-child-list{
    break-inside: avoid;
    padding: 0;
    list-style: none;
}
.oht_universal_category_list li {
    break-inside: avoid; /* prevent breaking inside list items */
}
.oht_universal_category_list li.parent-category {
    font-weight: bold; /* for example, you can make parent categories bold */
}
.oht_universal_category_list li.child-category {
    margin-left: 15px; /* and indent child categories */
    font-size: 14px;
    font-weight: normal;
}
.oht_universal_category_list-wrapper .post-type-title {
    font-size: 24px; 
    margin-bottom: 15px;
}
.oht_universal_category_list .oht_cat_count{
	color:#7c7c7c;
}
.oht_universal_category_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    padding-right:10px;
    min-width: 120px;

}
.oht_universal_category_list-wrapper .ltr{
    display:flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 0;
    /*  */
}
.oht_universal_category_list-wrapper h3{
    margin-top: 5px;
    margin-bottom: 5px;
}
.oht_universal_category_list-wrapper .ltr li {
    width:20%;
}
.oht_universal_category_list li.child-category {
    width:100%;
}
.oht-universal-1-column{
    /* we need everything to flow left to right */
    display:flex;
    flex-wrap: wrap;

}
.oht-universal-1-column li{
    width: 18%;
    min-width: 156px;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

@media only screen and (max-width: 860px) {
    .oht_universal_category_list-wrapper  li{
        width:auto !important;
    }
}
@media only screen and (max-width: 600px){
    .oht_universal_category_list-wrapper  li{
        width:48% !important;
    }
   
}




.latest-e-edition-container-shortcode {
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 20px 0;
	font-family: Arial, sans-serif;
}

.latest-e-edition-container-shortcode .edition-image-wrapper {
	position: relative;
	margin-right: 20px;
	flex-shrink: 0;
}

.latest-e-edition-container-shortcode .edition-image {
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid #bbb;
	margin-bottom: 1em;
	max-width: 320px;
	overflow: visible;   
    margin-bottom: -8px;
}

.latest-e-edition-container-shortcode .edition-image img {
	display: block;
	position: relative;
	z-index: 2;
}

.latest-e-edition-container-shortcode .edition-image:before {
	content: '';
	position: absolute;
	width: 10px;
	height: calc(100% + 5px);
	top: 5px;
	left: 100%;
	box-shadow: inset 0 -2px 0 2px white, inset 0 -6px 0 6px #bbb;
	border-radius: 0 0 10px 10px;
	border: 2px solid #bbbbbb;
	border-top: 0;
	background: white;
	z-index: 1;
	transform: skewY(45deg);
}

.latest-e-edition-container-shortcode .edition-image:after {
	content: '';
	position: absolute;
	width: calc(100% + 10px);
	top: 100%;
	left: 0;
	border-radius: 0 0 0 10px;
	border-bottom: 10px solid #ffffff;
	background: white;
	z-index: -1;
	box-shadow: 0 2px 0 0 #bbbbbb;
}

.latest-e-edition-container-shortcode .edition-text-content {
	flex: 1;
    text-align: left;
}

.latest-e-edition-container-shortcode .edition-text-content h3 {
	margin: 0 0 2px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.latest-e-edition-container-shortcode .edition-text-content .edition-name-link a{
	margin: 0 0 15px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}
