/*
Theme Name: Theme A Directory
Theme URI:
Author: Codex
Description: Creative directory WordPress theme converted from the Theme-A HTML build with custom listing code.
Version: 1.0.0
Text Domain: cdt-templates
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar .ucc-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .ucc-header {
    top: 46px;
  }
}

.ucc-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
}

.ucc-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 2px solid #1a1b1f;
  color: #1a1b1f;
  display: inline-flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 14px;
}

.ucc-pagination .current,
.ucc-pagination a:hover {
  background: #ff621d;
  color: #1a1b1f;
}

.ucc-empty-state {
  background: #fffaf1;
  border: 2px solid #1a1b1f;
  color: #1a1b1f;
  font-weight: 700;
  padding: 28px;
}
