@import "src/styles/variables";

.PreviewStartTimeField {
    margin-bottom: 4px;

     // We need to make this little hack because its parent <FormField /> must have a required field (but not this one)
     .FormField-label {
        color: var(--gray-500)!important;
    }

    &-preview-start-time-container {
        align-items: center;
        display: flex;
    }

    &-preview-start-time-input {
        width: 100px;
    }

    .TrackEditForm-audio-container & {
        padding: 0;
    }
}
