@use './colors';

@mixin all {
  .seam-time-zone-picker {
    .seam-manual-time-zone-checkbox {
      margin-bottom: 8px;
    }

    > .seam-time-zone-select {
      background: colors.$white;
      padding: 0 12px;
      width: 100%;
      border: 1px solid colors.$text-gray-3;
      border-radius: 8px;
      height: 48px;
      font-size: 16px;
    }
  }
}
