.widget-sidebar {
  @apply p-4 rounded border-t-2 border-[var(--rb-first-color)] bg-[var(--rb-base-color-03)] mb-5 last:mb-0;
}

.widget-footer {
  @apply mb-5 last:mb-0;
}

.widget-sidebar .wpforms-container-full {
  @apply m-0;
}

.widget-title {
  @apply capitalize mb-6;
}

.widget-footer .widget-title {
  @apply mb-2;
}

.widget-sidebar .widget-title {
  @apply pb-2 text-xl border-b mb-2;
}

.widget-sidebar .social-widget .widget-title {
  @apply mb-0 pb-0 border-none;
}
