/**
 * LCA Network
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 */

/* Watermark container styling */
.lca_watermark_container {
    position: relative;
    width: 100%;
    pointer-events: none;
    user-select: none;
    z-index: 1000;
    background: transparent;
    border: none;
}

/* Watermark line styling */
.lca_watermark_line {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
}
