
.dnnFileUploadScope .dnnFormItem span {
    width: 50px;
}

.ss-createblogbtn-margin {
    margin: 5px;
}

.ss-repeater-margin {
    margin: 4px;
}

.ss-blog-panel-body {
    padding: 0px;
}

.ss-readmore-button-style {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
/* for the card view styles */
.ss-blog-card-container {
    display: flex;
    width: 100%; /* Adjusting for the margins */
    justify-content: center; /* Center items horizontally */
    flex-wrap: wrap;
    margin: 0 10px; /* Equal margin on both sides */
}

.ss-card {
    flex: 1 1 25%; /* Distribute available space evenly among the cards */
    margin: 5px; /* Adjust the margin to reduce space between cards */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 100%; /* Adjust max-width to avoid overflow due to margin */
}

.ss-card-header img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.ss-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    min-height: 250px;
}

.card-body p {
    font-size: 14px;
    margin: 0 0 40px;
}

.ss-user {
    display: flex;
    margin-top: auto;
}

.ss-user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ss-user-info h5 {
    margin: 0;
}

.ss-user-info small {
    color: #545d7a;
}

.ss-custom-row {
    margin: 0px;
}

.ss-blog-image-style {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ss-blog-date {
    margin-bottom: 0px;
    margin-top: 8px;
    margin-left: 27px;
}

p {
    font-size: 14px;
}

.ss-blog-authour {
    display: inline-block;
   margin-top:1px;
}

.ss-blog-profile-pic {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This is the aspect ratio (9:16) */
    height: 200px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}