.aiym-app-admin-entry {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9999;
    height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #4770ff, #5aaaf4);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(71, 112, 255, .24);
}

.aiym-app-admin-entry:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
