<?php if (!defined('ABSPATH')) exit; // Exit if accessed directly ?>
<div class="wps-audit-cards wps-privacy-unpassed loading">
    <h2 class="wps-audit-cards__title wps-audit-cards__title--dark">
        <?php esc_html_e('Action Required', 'wp-statistics'); ?>
    </h2>
    <div class="wps-audit-cards__container">
    </div>
</div>

<div class="wps-audit-cards wps-privacy-recommended loading">
    <h2 class="wps-audit-cards__title wps-audit-cards__title--dark">
        <?php esc_html_e('Recommended', 'wp-statistics'); ?>
    </h2>
    <div class="wps-audit-cards__container">
    </div>
</div>

<div class="wps-audit-cards wps-privacy-passed loading">
    <h2 class="wps-audit-cards__title wps-audit-cards__title--light">
        <?php esc_html_e('Passed', 'wp-statistics'); ?>
    </h2>
    <div class="wps-audit-cards__container">
    </div>
</div>

