/*
Theme Name: United Rep.
Author: thyme.studio
Author URI: https://thmye.studio.com

Version: 2026.01
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: united-rep
*/
@import "includes/scss/keen.min.css";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html, body {
  color: black;
  font-size: 16px;
  font-family: Inter, sans-serif;
}

body {
  background: #ffffff;
  opacity: 0;
  transition: 0.4s ease;
  line-height: 1.2;
  letter-spacing: -1.7%;
}

#wrapper {
  position: relative;
  display: flex;
  width: 100dvw;
  height: 100dvh;
  flex-direction: column-reverse;
  padding: clamp(0.9375rem, 5vw, 1.875rem);
}

header {
  position: relative;
  display: flex;
  justify-content: space-between;
}

main {
  position: relative;
  display: block;
  flex: 1;
}

#branding {
  position: relative;
  display: block;
  width: 73%;
}

.custom-logo svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 -0.45% 0;
  padding: 0;
}
.custom-logo svg polygon,
.custom-logo svg rect,
.custom-logo svg path {
  fill: black;
}

#navigation {
  align-self: flex-end;
}

.category-list__item {
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  color: inherit;
}
.category-list__item:not(:last-of-type)::after {
  content: ", ";
}

table,
tbody,
tr {
  position: relative;
  display: block;
  width: 100%;
}

td {
  position: relative;
}

.gallery {
  position: relative;
  width: 100%;
  height: 18.75rem;
}
.gallery__item {
  width: auto !important;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.gallery__item img,
.gallery__item video {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
