.wp-singular p:empty {
    margin: 0;
}
.wp-singular td p:last-child,
.wp-singular td ul:last-child,
.wp-singular td ol:last-child {
    margin-bottom: 0;
}
.wp-singular .wp-block-buttons {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .wp-singular table,
    .wp-singular tr,
    .wp-singular td {
        height: auto !important;
        width: auto !important;
    }
    .wp-singular td {
        display: block;
    }
    .wp-singular tr td:first-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .wp-singular tr td:first-child,
    .wp-singular tr td:first-child span {
        font-weight: 600 !important;
    }
    .wp-singular tr td:last-child {
        border-top: none;
        padding-top: 0;
    }
    .wp-singular tr:not(:last-child) td {
        border-bottom: none !important;
    }
    .wp-singular tr:last-child td:first-child {
        border-bottom: none;
    }
    .wp-singular iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .wp-singular table,
    .wp-singular tr {
        height: auto !important;
        width: auto !important;
    }
    .wp-singular td:first-child {
        width: 160px !important;
    }
    .wp-singular td:last-child {
        width: auto !important;
    }
}