.more-content {    

    inline-size: 100px;
    height: fit-content;
    /* padding: 26px 5%; */
    width: auto;
}
.more-content .all-content{
    width:100%;
    /*max-width: 400px;*/
}

@media screen and (max-width: 992px){
    /*.more-content .all-content{
        max-width: 226px;
    }*/
    .content-description {
        /*height: 54px;*/
        font-size: 16px;
        /*-webkit-line-clamp: 2;*/
    }

    .event-link {
        height: 100%;
    }

    .card-content {
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .more-content {
        padding-top: 40px;
    }
}


/* .card-content-item{
    padding-bottom: 32px; 
} */

.card-content{
    overflow-wrap: break-word;
    border: 1px solid #E5E5E5;
/*     border-radius: 6px;      */
}


.content-title {
   color: #007FAD;
   font-weight: bold;
   padding-inline-start: 7px; 
}

.content-description {
    color: #303030;
/*     padding: 8px 16px; */
font-size: 16px;
line-height: 1.25;
    overflow: hidden;
    -webkit-column-break-after: 2;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.event-link:hover{
    text-decoration: none;

}

.more-details{
  color: #007FAD;
  font-weight: bold;
  padding-inline-start: 16px;
  padding-bottom: 8px;
}
 

.more-content-image {
    position: relative;
    text-align: center;
    color: white;
}

.more-content-image img{
    height:200px;
    width:100%;
   /*  border-radius: 6px 6px 0 0; */
    object-fit: cover;
}

    .more-content-image::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to top, black, transparent);
        opacity: 0.6;
    }
    @media screen and (max-width: 1199.19px){
        .content-description{
            padding-top: 12px;
        }
        .more-content-image{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .more-content-image::before{
background-image: none;
        }
    }
.more-wrapper{
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.content-title {

    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: start;
    font-family: var(--font-bold);
    font-size: 20px;
    letter-spacing: 0px;
    color: var(--main-theme-color);
    opacity: 1;
    position: unset;
  /*   bottom: 8px;  */
    inset-inline-start: 8px;
}
@media screen and (max-width: 1200px){
    .card-content{
        padding: 40px;
    }
    .content-title{
        font-size: 20px;
    }
 
    .content-description span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        display: block;
    }
   
}
@media screen and (min-width: 1920px){
    .content-description{
        font-size: 20px;
    }
    .content-title{
        font-size: 30px;
    }
    .more-wrapper{
        padding: 40px;
        row-gap: 40px;
    }
}
@media screen and (max-width: 767.99px){
    .card-content{
        padding: 20px;
    }
    .more-content-image{
        gap:12px;
    }
}

