/** ADVERTISING **/
body.page--advertise #content-main .postContent h2 {
    clear: both;
}

body.page--advertise #content-main .postContent figure.wp-block-image img {
    border: none;
}

body.page--advertise .list-two-columns {
    columns: 2;
    column-gap: 20px;
    padding: 30px 0 30px 20px;
}
body.page--advertise .list-two-columns li {
    break-inside: avoid;
    padding-bottom: 15px;
}

body.page--advertise #content-main .postContent figure.wp-block-image {
    text-align: left;
}

body.page--advertise #content-main .postContent .mfw-accordion {
    margin-right: 270px;
}
body.page--advertise #content-main .postContent .mfw-accordion > label {
    padding: 10px;
    background-color: #f2f2f2;
    border-color: #cfcfcf;
    color: #333;
    font-weight: 700;
}
body.page--advertise #content-main .postContent .mfw-accordion > label:hover {
    background-color: #cfcfcf;
}
body.page--advertise #content-main .postContent .mfw-accordion > input[type="checkbox"] + label:after,
body.page--advertise #content-main .postContent .mfw-accordion > label:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
body.page--advertise #content-main .postContent .mfw-accordion > input[type="checkbox"]:checked + label:after {
    content: "\f068";
}

body.page--advertise #content-main .postContent .mfw-accordion .mfw-accordion-content-wrap {
    overflow-x: auto;
}

body.page--advertise #content-main .postContent .mfw-accordion table {
    width: 100%;
    margin: 0;
}
body.page--advertise #content-main .postContent .mfw-accordion table th,
body.page--advertise #content-main .postContent .mfw-accordion table td {
    padding: 8px;
}
body.page--advertise #content-main .postContent .mfw-accordion table td:nth-child(even) {
    background: #efefef;
}
body.page--advertise #content-main .postContent .mfw-accordion table td + th,
body.page--advertise #content-main .postContent .mfw-accordion table th:first-child:last-child {
    background: #ccc;
    font-weight: 400;
    text-align: center;
}
body.page--advertise #content-main .postContent .mfw-accordion table th:first-child {
    text-align: left;
}

@media screen and (max-width: 800px) {
    body.page--advertise .list-two-columns {
        columns: 1;
    }

    body.page--advertise #content-main .postContent .mfw-accordion {
        margin-right: 0;
    }
}
