/* =====================================================================
   CCA BOOTSTRAP SHIM
   Vanilla replacements for the MDB classes the site still depends on.
   Pairs with bootstrap.min.css in the Bundle (loads between Bootstrap
   and Site.css). Restores the .bg-image and .mask patterns used by
   ~191 image cards across the site after MDB CSS was removed.
   ===================================================================== */

.bg-image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.waves-effect {
    /* intentionally empty — legacy MDB ripple class, no-op */
}

.alert-info-cca {
    background-color: var(--cca-vestment-200, #f0e7d7);
    color: var(--cca-dkblue, #102940);
    border: 1px solid var(--cca-rule, #d8cdb0);
}

[data-toggle="animation"] {
    opacity: 1 !important;
    transform: none !important;
}
