.ripple-container-6dc1f22f {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background: #000;
}

.ripple-webgl-canvas-6dc1f22f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ripple-overlay-content-6dc1f22f {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    pointer-events: none; /* Let pointer pass to WebGL container */
    user-select: none;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    max-width: 80%;
}

.ripple-title-6dc1f22f {
    font-family: inherit;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    line-height: 1.2;
}

.ripple-subtitle-6dc1f22f {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    line-height: 1.4;
}
