.link-builder-container {
    font-family: 'Roboto';
    color: #2b3a54;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.header {
    display: flex;
    font-weight: 500;
    font-size: 16px;
}

.actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
}
