@import '../styles/variables.scss';

.container {
    display: flex;
    justify-content: center;
    align-items: center;

    .card {
        width: 50%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px dashed black;

        .dropdown {
            align-self: flex-start;
        }

        .dropdown-text {
            display: flex;
        }

        .row-dropdowns {
            display: flex;
            justify-content: space-between;
        }

        .relative-element-label {
            align-self: center;
            color: $duda-orange;
        }
    }
}

.non-relative {
    margin-block-start: 150px;
    margin-block-end: 150px;
}

.relative-element {
    margin-block-end: 150px;
}
