.mail-middle-card {
    margin: 34px 0;
    padding: 18px;
    border: 1px solid #e8e8e8;
    border-top: 4px solid #f5a800;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    overflow: hidden;
}

.mail-card-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 9px;
    background: #fff7df;
    color: #c78100;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.mail-card-link {
    display: flex;
    gap: 18px;
    align-items: stretch;
    text-decoration: none !important;
    color: inherit !important;
}

.mail-card-thumb {
    flex: 0 0 210px;
    max-width: 210px;
    overflow: hidden;
    background: #f5f5f5;
}

.mail-card-thumb img,
.mail-card-image {
    width: 100%;
    height: 100%;
    min-height: 145px;
    max-height: 160px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
}

.mail-card-body {
    flex: 1;
    min-width: 0;
}

.mail-card-body h3 {
    margin: 0 0 8px;
    color: #111111;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.mail-card-body p {
    margin: 0 0 12px;
    color: #666666;
    font-size: 15px;
    line-height: 1.65;
}

.mail-card-readmore {
    display: inline-block;
    color: #1f5fa8;
    font-size: 14px;
    font-weight: 700;
}

.mail-card-link:hover h3 {
    color: #c78100;
}

.mail-auto-link {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 768px) {
    .mail-middle-card {
        margin: 28px 0;
        padding: 15px;
    }

    .mail-card-link {
        display: block;
    }

    .mail-card-thumb {
        max-width: none;
        margin-bottom: 14px;
    }

    .mail-card-thumb img,
    .mail-card-image {
        height: auto;
        max-height: none;
    }

    .mail-card-body h3 {
        font-size: 19px;
    }
}
