.also-read-custom-box {
    border-width: 2px;
    border-style: solid;
    border-left-width: 6px;
    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 {
    background-color: #f0f4f7;
}

.also-read-label {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
}

.also-read-link {
    text-decoration: none;
}

.also-read-link:hover {
    text-decoration: underline;
}