.cl-up-wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: #0f0f0f;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    font-family: system-ui, sans-serif;
}

.cl-up-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.cl-up-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.cl-up-service {
    background: #1a1a1a;
    padding: 12px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #2a2a2a;
}

.cl-up-service:hover {
    border-color: #0a75f4;
}

.cl-up-service img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}
