.cms-page__content iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
table thead {
    background: #F4F4F4;
    text-align: left;
}
table tr:hover {
    background: #F8F8F8;
}
table th,  table td {
    border: 1px solid #F4F3F3;
    padding: 10px;
}