﻿/* Auto-generated CSS file for Blog views */
/* Generated on: 2025-08-04 17:15:17 */
/* Project: Member */

/* From: Details.cshtml */
.blog-content-image {
width: 100%;
overflow: hidden;
border-radius: 10px;
position: relative;
}
    
.blog-content-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
    
.blog-content p {
margin-bottom: 1rem;
line-height: 1.6;
}
    
.blog-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 15px 0;
}
    
.image-debug {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.5);
color: white;
padding: 2px 5px;
font-size: 9px;
word-break: break-all;
}

/* From: Index.cshtml */
.main-container{
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

.blog-image-container {
width: 100%;
height: 160px;
overflow: hidden;
border-radius: 10px 10px 0 0;
position: relative;
margin-left: 0px !important;
margin-right: 0px !important;
}
    
.blog-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
    
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
display: block;
}
    
.card-style {
margin: 0;
border-radius: 10px;
}
    
.card-style .content {
padding: 0;
}
    
.image-debug {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.5);
color: white;
padding: 2px 5px;
font-size: 9px;
word-break: break-all;
}

