/* ==========================================================
   見どころ (acf/highlights)
   ========================================================== */

.ocv-highlights__item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 1.5em;
}

.ocv-highlights__item:last-child {
    margin-bottom: 0;
}


.ocv-highlights__item-body {
    line-height: 1.8;
}

.ocv-highlights__item-body p:last-child {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .ocv-highlights__item {
        padding: 20px 24px;
    }
}
