.baca-juga-box {
    display: flex;
    align-items: stretch;
    background-color: #d10000;
    color: white;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 4px;
    height: 65px;
    text-decoration: none;
}

.baca-juga-box a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: white;
}

.baca-juga-thumb {
    flex: none;
    width: 65px;
    height: 65px;
    background-size: cover;
    background-position: center;
}

.baca-juga-content {
    flex: 1;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.baca-juga-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    opacity: 0.9;
    margin-bottom: 4px;
}

.baca-juga-content-title {
    font-size: 14px;
    line-height: 1.3;
    color: white;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.baca-juga-arrow {
    flex: none;
    background: black;
    color: white;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;  
    font-weight: normal;
}

