# Comparison cards

In the Theme menu, there are three options for styling comparison cards: Default, Highlighted, and Selected.  &#x20;

<figure><img src="/files/RCSPHDpQwaL6kxedeeLx" alt=""><figcaption></figcaption></figure>

**Default**: this is the default state of the card, and inherits styling from the default theme. No additional configuration is required except adding a comparison card to the step, but additional/differentiating styling can be added if desired.&#x20;

**Highlighted**: if an option has been designated as "highlighted" in the [question settings](/adding-questions-and-content/question-reference/comparison.md#adding-choices), the styling for the highlighted card can be set here.&#x20;

**Selected**: styling for when a card has been selected by the user.&#x20;

Each of the above three configurations can be further styled on a per-UI state basis: default and hover.&#x20;

<figure><img src="/files/FARVd0bvpr53WK7W4r8K" alt=""><figcaption></figcaption></figure>

The **horizontal overflow behavior** selector controls how the cards fill the space on the step, and has two settings, **wrap** and **scroll**.&#x20;

* Wra&#x70;**:** if the container holding the cards exceeds the width allotted for the container of the step, the cards will begin to stack vertically.&#x20;
* Scroll: if the cards exceed the width allotted, the a horizontal scroll will become available.&#x20;

Related pages: [Content Types: Comparison](/adding-questions-and-content/question-reference/comparison.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.formsort.com/styling/customizing-appearance/comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
