.updated-date {
    background: linear-gradient(90deg, var(--pcb_update_primary_color) 0%, var(--pcb_update_second_color) 100%);
    margin: 30px auto;
    border-radius: 10px;
    border-left: 5px solid #000;
    font-weight: 900;
    font-size: 20px;
    padding: 18px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.updated-date img {
    width: 39px;
}