.ripple-container-acd4f6b0 {
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

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

.ripple-content-acd4f6b0 {
    position: relative;
    z-index: 2;
    text-align: center;
    pointer-events: none; /* Let mouse interact with canvas */
}

.ripple-title-acd4f6b0 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

.ripple-subtitle-acd4f6b0 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}