/* Blog Loop Card - abec9722 */

.blc-abec9722-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    background-color: #0E3A3D;
    border-radius: 6px;
    min-height: 230px;
    padding: 24px 20px;
    box-sizing: border-box;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.blc-abec9722-card:hover,
.blc-abec9722-card:focus {
    background-color: #134B4F;
    transform: translateY(-5px);
    text-decoration: none;
}

.blc-abec9722-date {
    font-size: 16px;
    color: #8ddbda;
    font-style: italic;
    font-weight: 200;
    font-family: "Bitter", Georgia, serif;
    margin-bottom: 12px;
    display: block;
}

.blc-abec9722-title {
    font-size: 1rem;
    line-height: 1.3;
    color: #eae6c9;
    font-weight: 800;
    margin-bottom: auto;
    display: block;
}

.blc-abec9722-readmore {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #8ddbda;
    font-weight: 200;
    letter-spacing: 0.16em;
    display: block;
    margin-top: 16px;
    text-decoration: none;
}

.blc-abec9722-card:hover .blc-abec9722-readmore,
.blc-abec9722-card:focus .blc-abec9722-readmore {
    text-decoration: none;
}
