* {
    box-sizing: border-box;
}

.product-update {
    padding: 10px 20px;
    background-color: #ffefcb;
    color: #000;
    text-align: center;
    font-size: 17px
}

.product-update p {
    margin: 0;
    font-size: 17px
}

.product-update a {
    color: var(--anchor-clr);
    text-decoration: underline;
    text-underline-position: under
}