.tags-all-in-one-form {
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: auto;
  padding: 20px 0 0 0;
  background: #fff;
}

.tags-all-in-one-form h2 {
  font-size: 20px;
  font-weight: 600;
}

.tags-all-in-one-form.tags-all-in-one-form-widget {
  display: block;
  margin-top: 0;
  padding-top: 0;
}

.tags-all-in-one-form.tags-all-in-one-form-widget h2:first-child {
  margin-top: 0;
}

.tags-all-in-one-form .tags-all-in-one-sidebar {
  flex: 1;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
}

.tags-all-in-one-form .tags-all-in-one-sidebar .postbox {
  border-radius: 10px;
}

.tags-all-in-one-form .tags-all-in-one-sidebar .inside-ad {
  border-radius: 10px;
  overflow: hidden;
}

#TB_window #TB_ajaxContent .postbox .inside p.inner,
.tags-all-in-one-form .tags-all-in-one-sidebar .postbox .inside p.inner {
  margin: 0;
  padding: 0;
}

.tags-all-in-one-form .tags-all-in-one-content {
  flex: 2;
}

.tags-all-in-one-form header {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.tags-all-in-one-form header:nth-child(n) {
  margin-top: 30px;
}

.tags-all-in-one-form .form-group {
  margin-bottom: 15px;
}

.tags-all-in-one-form .form-group label {
  display: block;
  margin-bottom: 5px;
}

.tags-all-in-one-form input[type="text"],
.tags-all-in-one-form input[type="number"],
.tags-all-in-one-form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tags-all-in-one-form .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tags-all-in-one-form .checkbox-list label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}