/* Figma Styles of your File */
:root {
    /* Colors */
    --linearrrr: linear-gradient(
        180deg,
        rgba(209, 191, 155, 1) 0%,
        rgba(194, 161, 107, 1) 100%
    );

    /* Fonts */
    /* Effects */
}
/* Figma Color Variables of your File */

.built-card,
.built-card * {
    box-sizing: border-box;
}
.built-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    flex-shrink: 0;
    max-height: 390px;
    overflow: hidden;
}
