.ludy-wrapper { display: none; }

.ludy-options a,
.ludy-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px 20px;
    margin-bottom: 8px;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #e07700 0%, #ffb732 100%);
    box-shadow: 0 4px 14px rgba(224,119,0,0.30);
    transition: background 0.22s, box-shadow 0.22s, transform 0.12s;
}

.ludy-options a:hover,
.ludy-trigger:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #c96a00 0%, #e07700 100%);
    box-shadow: 0 6px 20px rgba(224,119,0,0.45);
    transform: translateY(-1px);
}

.ludy-options a {
    font-size: 12px;
    height: auto;
    line-height: normal;
    margin-bottom: 6px;
}

.ludy-trigger {
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0.04em;
    height: 52px;
}
