/* Marca de agua CRS (Estudiantil y tablas de opciones que reutilizan estas clases) */
.watermark-container {
    position: relative;
    overflow: hidden;
}

.watermark-crs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px !important;
    max-width: 42% !important;
    height: auto !important;
    opacity: 0.12;
    pointer-events: none;
    z-index: 3;
}

.watermark-container table {
    position: relative;
    z-index: 2;
}
