.gg-preview {
    width: 100%;
    min-height: 180px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.gg-css {
    font-family: var(--mono, "JetBrains Mono", monospace);
    font-size: 0.88rem;
}

.tool-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
}

.color-picker {
    width: 100%;
    height: 42px;
    padding: 0;
    border: none;
    cursor: pointer;
}
