/**
 * Bhairav Page / Post Generator
 * Global frontend safeguards.
 *
 * Section-specific visual design belongs to the corresponding frontend
 * section stylesheet.
 */

.bams-ppg,
.bams-ppg * {
    box-sizing: border-box;
}

.bams-ppg {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.bams-ppg img,
.bams-ppg video,
.bams-ppg iframe,
.bams-ppg svg {
    max-width: 100%;
}

.bams-ppg img {
    height: auto;
}

.bams-ppg a {
    overflow-wrap: anywhere;
}

.bams-ppg table {
    max-width: 100%;
}

@media (max-width: 600px) {
    .bams-ppg {
        max-width: 100%;
    }
}
