.also-read-custom-box {
    border: 2px solid #0073aa;
    border-left: 6px solid #0073aa;
    background-color: #f7f9fa;
    padding: 12px 18px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.also-read-custom-box:hover {
    border-color: #005177;
    background-color: #f0f4f7;
}

.also-read-label {
    color: #d63638;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
}

.also-read-link {
    color: #111111;
    text-decoration: none;
}

.also-read-link:hover {
    text-decoration: underline;
    color: #0073aa;
}