.ripple-container-089a22c7 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ripple-canvas-wrapper-089a22c7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ripple-canvas-wrapper-089a22c7 canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.ripple-overlay-089a22c7 {
    position: relative;
    z-index: 2;
    text-align: center;
    pointer-events: none; /* Let pointer events pass to canvas */
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    max-width: 80%;
}

.ripple-title-089a22c7 {
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.ripple-subtitle-089a22c7 {
    margin: 0;
    font-size: 1.1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
