.post-type-swiss_generate_url {
  .bdstfw_swiss_toolkit_framework {

    &.redux-metabox {
      .redux-main {
        padding: 20px !important;
      }
    }

    .redux-main {
      table {
        tbody {
          padding-left: 0;

          & > tr {
            display: block;
            margin-bottom: 16px;
            padding-bottom: 16px;

            &.fold {
              display: block !important;
            }

            &.fold.hide {
              display: none !important;
            }

            &:last-child {
              margin: 0;
              padding: 0;
            }

            & > td {
              display: flex;
              gap: 20px;

              .redux_field_th {
                padding: 0 !important;
                width: 160px;
              }

              .redux-field-container {
                padding: 0 !important;
                flex: 1;
              }
            }
          }
        }
      }
    }

    .ui-datepicker-calendar {
      tbody {
        display: table-row-group !important;

        tr {
          display: table-row !important;

          td {
            display: table-cell !important;
          }
        }
      }
    }
  }
}