@use '../../shared-styles/spacing' as *;

.paragraph {
    display: flex;
    flex-direction: column;
    gap: $mod-space-10;
}

.label {
    cursor: default;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
    padding: $mod-space-0;
}

.description {
    margin-bottom: $mod-space-0;
    font-size: 12px;
    font-style: normal;
    color: rgb(117, 117, 117);
}
