.mwst-toggle-buttons {
    display: flex;
    justify-content: flex-end;
    padding-right: var(--wp--style--root--padding-right) !important;
}

.mwst-toggle-buttons .button {
    display: inline-block;
    background-color: #f39200;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    margin-left: 1.5rem !important;
} 

.mwst-toggle-buttons .button:hover {
    background-color: #ca7900;
    color: #ffffff;
}

.wc-block-components-product-metadata__description {
    display: none;
}