
.boxM05 {
    width: 100%;
    height: auto;
}

.boxM05 a {
    color: var(--color-text);
}

.boxM05 .cover {
    width: 100%;
    height: 270px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--color-border);
}

.boxM05:hover img {
    transform: scale(1.05);
}

.boxM05 .date {
    width: 70px;
    height: auto;
    top: 30px;
    left: 30px;
    z-index: 9;
    padding: 10px 0 7px 0;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    position: absolute;    
    box-shadow: var(--box-shadow);
}

.boxM05 .date span {
    display: block;
    font-weight: 700;
    color: var(--color-primary);
}

.boxM05 .date .day {
    font-size: 30px;
    line-height: 30px;
}

.boxM05 .text {
    padding: 20px;
}

.boxM05 .tag {
    font-size: 13px;
    display: inline-block;
    padding: 2px 10px;    
    border-radius: 100px;
    border: 1px solid var(--color-border);
    color: var(--color-text);
}

.boxM05 h3 {  
    font-size: 24px; 
    line-height: 30px; 
    font-weight: 700; 
    color: var(--color-text-dark);
    margin-top: 10px;
    transition: .5s;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.boxM05 p {
    font-size: 16px;
    margin: 10px 0;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}