.read-also-post-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 25px 0;
    margin: 16px 0;
}
.read-also-thumb img {
    border-radius: 6px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.read-also-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.read-also-category {
    color: #0073aa;
    font-size: 0.9em;
    font-weight: 600;
}
.read-also-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    margin: 4px 0;
}
.read-also-title:hover {
    text-decoration: underline;
}
.read-also-author,
.read-also-date {
    color: #666;
    font-size: 0.85em;
}

.line-with-text{
    color: #000;
}

.wp-block-read-also-block-post-title .line-with-text .text {
    color: #000;
    font-size: 26px;
    font-weight: bold ;
    text-decoration: none;
    margin-right: 2rem;
}
.wp-block-read-also-block-post-title .line-with-text .text::before {
    content: "";
    background-color: #f4b16d;
    width: 21px;
    height: 39px;
    position: absolute;
    right: -0.2rem;
}
@media (max-width: 900px) {
    .wp-block-read-also-block-post-title .line-with-text .text::before {
        content: "";
        background-color: #f4b16d;
        position: absolute;
        width: 12px;
        height: 22px;
        right: 0.2rem;
        top: .3rem;
    }  
}
.wp-block-read-also-block-post-title a{
    text-decoration: none !important;
}
.also-read-block{
    color: #000 !important;
}

