.eyecyou-whisper-launch-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 9px 15px;
    margin: 4px 6px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(255, 215, 120, .55);
    box-shadow: 0 8px 22px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.12);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    box-sizing: border-box;
}
.eyecyou-whisper-launch-btn:hover,
.eyecyou-whisper-launch-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0,0,0,.25), 0 0 18px rgba(255,210,90,.25);
    text-decoration: none !important;
    filter: brightness(1.05);
}
.eyecyou-whisper-launch-gold {
    color: #2b1600 !important;
    background: linear-gradient(135deg, #fff2a8 0%, #f5c84c 40%, #c58b16 100%) !important;
}
.eyecyou-whisper-launch-eye {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.28);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}
.eyecyou-whisper-auto-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 600px) {
    .eyecyou-whisper-launch-btn {
        min-height: 34px;
        padding: 8px 12px;
        font-size: 13px;
        margin: 3px 4px;
    }
}
