﻿.BlogDisplayCard01-container {
    border: 1px solid #333;
    border-color: rgba(223,213,200,1);
    padding-bottom: 30px;
    max-width: 600px;
    margin: auto;
    height: 100%;
}

    .BlogDisplayCard01-container:hover {
        transform: translateY(-3px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    }

.BlogCard-HeaderImage {
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    height: 220px;
}

.BlogCard-HeaderTitleText {
    letter-spacing: 0;
    color: rgba(86,72,58,1);
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.BlogCard-HeaderBodyText {
    color: rgba(86,72,58,1);
    font-family: 'Oxygen', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    height: 6em;
    max-height: 6em;
    font-size: 12px;
    height: 6em;
    max-height: 6em;
}

    .BlogCard-HeaderBodyText:before {
        content: "...";
        position: absolute;
        right: 15px;
        bottom: 0;
        background: #fff;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 60%);
        text-align: right;
        width: 70px;
        height: 1.6em;
        font-weight: 400;
        font-family: 'Oxygen', sans-serif;
    }

.BlogCard-FooterPlusBlock {
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-family: 'Oxygen', sans-serif;
    transition: all .3s ease;
    box-sizing: border-box;
    background: var(--rtg-light-pink);
    color: #fff;
}

.BlogDisplayCard01-container:hover .BlogCard-FooterPlusBlock {
    background: var(--rtg-light-brown);
    color: #fff;
}
