.feedback-admin-shell {
  max-width: 1120px;
  margin: 32px auto;
  padding: 0 16px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.feedback-admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.feedback-admin-actions {
  display: flex;
  gap: 8px;
}

.feedback-admin-card {
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
}

.feedback-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feedback-admin-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feedback-admin-row.inline {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.feedback-admin-row input,
.feedback-admin-row select,
.feedback-admin-row textarea,
.inline-form select {
  border: 1px solid #c2c9d6;
  border-radius: 8px;
  padding: 8px 10px;
  background: #ffffff;
}

.feedback-admin-table {
  width: 100%;
  border-collapse: collapse;
}

.feedback-admin-table th,
.feedback-admin-table td {
  border-bottom: 1px solid #e6eaf0;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.feedback-admin-description {
  margin-top: 4px;
  color: #5a6475;
  font-size: 13px;
}

.feedback-admin-notice,
.feedback-admin-alert {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
}

.feedback-admin-notice {
  background: #e9fff4;
  color: #0f6f44;
}

.feedback-admin-alert {
  background: #fff0f0;
  color: #a12626;
}

.feedback-posts-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.feedback-post-card {
  border: 1px solid #d7e0ec;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 14px;
}

.feedback-post-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.feedback-post-top h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.feedback-post-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  color: #576178;
}

.feedback-post-controls {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.inline-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.feedback-post-description {
  margin: 10px 0 0;
  color: #233047;
  white-space: pre-wrap;
}

.feedback-thread-box {
  margin-top: 12px;
  border-top: 1px solid #e2e8f3;
  padding-top: 12px;
}

.feedback-thread-box h4 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #374151;
}

.feedback-thread-empty {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 13px;
}

.feedback-thread-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.feedback-comment {
  border: 1px solid #dde4f0;
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
}

.feedback-comment.admin {
  border-color: #cde4ff;
  background: #f2f8ff;
}

.feedback-comment.user {
  border-color: #e4e9f2;
  background: #fbfcfe;
}

.feedback-comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #5f6b7e;
}

.feedback-comment-meta strong {
  color: #12233a;
  margin: 0 6px;
}

.feedback-comment-role {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2d4b72;
  background: #dbeafe;
  border-radius: 999px;
  padding: 2px 7px;
  margin-right: 6px;
}

.feedback-comment p {
  margin: 0;
  color: #1f2937;
  line-height: 1.45;
}

.feedback-comment-body p {
  margin: 0;
  color: #1f2937;
  line-height: 1.45;
}

.feedback-comment-meta form {
  margin: 0;
}

.feedback-reply-form {
  border-top: 1px dashed #d8dfeb;
  padding-top: 10px;
}

.feedback-reply-form textarea {
  width: 100%;
}

button,
input[type="submit"],
.secondary {
  border: 1px solid #c2c9d6;
  background: #f8fafc;
  color: #0f172a;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
  cursor: pointer;
}

button.small,
input[type="submit"].small {
  padding: 6px 10px;
  font-size: 12px;
}

button.danger,
input[type="submit"].danger {
  color: #a12626;
  border-color: #f1b4b4;
  background: #fff5f5;
}

button.ghost-danger,
input[type="submit"].ghost-danger {
  color: #a12626;
  border-color: transparent;
  background: transparent;
}

code {
  font-size: 12px;
}

@media (max-width: 900px) {
  .feedback-admin-grid {
    grid-template-columns: 1fr;
  }

  .feedback-admin-header,
  .feedback-post-top,
  .feedback-post-controls {
    flex-direction: column;
  }

  .inline-form {
    width: 100%;
  }
}
.home-index-page [id] {
  scroll-margin-top: 110px;
}

.home-shell {
  padding-bottom: 26px;
}

.home-hero {
  position: relative;
  padding: 48px 0 30px;
}

.home-hero__backdrop {
  position: absolute;
  inset: 12px 0 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 108, 91, 0.2), transparent 25%),
    radial-gradient(circle at 82% 18%, rgba(240, 138, 93, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(15, 33, 61, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.home-hero__copy,
.hero-panel__card,
.service-card,
.project-card,
.approach-card,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 252, 248, 0.78);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
}

.home-hero__copy {
  padding: 56px;
  border-radius: 36px;
}

.home-hero__copy h1 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-hero__lede {
  max-width: 640px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.home-hero__actions,
.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero__actions {
  margin-top: 30px;
}

.home-hero__proof {
  margin-top: 24px;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.hero-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-panel__card {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.hero-panel__card--highlight {
  background:
    radial-gradient(circle at top right, rgba(240, 138, 93, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(15, 60, 73, 0.95), rgba(15, 108, 91, 0.82));
  color: rgba(255, 255, 255, 0.9);
}

.hero-panel__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel__card h2,
.hero-panel__card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  line-height: 1.1;
}

.hero-panel__card p {
  margin: 0;
  color: var(--ink-soft);
}

.hero-panel__card--highlight h2 {
  color: #fff;
}

.hero-panel__card--highlight p,
.hero-panel__card--highlight .hero-panel__label {
  color: rgba(255, 255, 255, 0.8);
}

.hero-panel__card i {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 1.5rem;
}

.home-section {
  padding: 38px 0;
}

.service-grid,
.benefit-grid,
.use-case-grid,
.project-grid,
.approach-grid {
  display: grid;
  gap: 18px;
}

.benefit-grid,
.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-grid,
.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.approach-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.service-card,
.use-case-card,
.approach-card,
.project-card {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.benefit-card,
.use-case-card {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 252, 248, 0.78);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
}

.benefit-card {
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-deep), var(--accent));
}

.benefit-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(15, 108, 91, 0.12);
  color: var(--brand);
  font-size: 1.25rem;
}

.service-card h3,
.benefit-card h3,
.use-case-card h3,
.approach-card h3,
.project-card h3,
.contact-panel h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.service-card p,
.benefit-card p,
.use-case-card p,
.approach-card p,
.project-card__summary,
.contact-panel p {
  margin: 0;
  color: var(--ink-soft);
}

.project-card {
  position: relative;
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.project-card--indigo::before {
  background: linear-gradient(90deg, #3446d2, #7c3aed);
}

.project-card--teal::before {
  background: linear-gradient(90deg, #0f766e, #06b6d4);
}

.project-card--amber::before {
  background: linear-gradient(90deg, #d97706, #f59e0b);
}

.project-card--rose::before {
  background: linear-gradient(90deg, #e11d48, #fb7185);
}

.project-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.project-card__platform {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.06);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.project-card__icon {
  font-size: 1.25rem;
  color: var(--brand-deep);
}

.project-card__category {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card__highlights {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.project-card__highlights li + li {
  margin-top: 10px;
}

.project-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--brand-deep);
  font-weight: 800;
}

.project-card__link::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9rem;
}

.approach-card {
  position: relative;
}

.approach-card__number {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(20, 33, 61, 0.36);
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(240, 138, 93, 0.15), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 245, 0.74));
}

.contact-panel__details {
  display: grid;
  gap: 14px;
}

.contact-panel__detail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-weight: 700;
}

.contact-panel__detail i {
  color: var(--brand);
}

@media (max-width: 1080px) {
  .home-hero__inner,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .home-hero__copy,
  .service-card,
  .project-card,
  .approach-card,
  .contact-panel,
  .hero-panel__card {
    padding: 22px;
  }

  .hero-panel__grid,
  .use-case-grid,
  .project-grid,
  .benefit-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .home-hero__inner,
  .home-section {
    width: min(var(--container), calc(100% - 12px));
  }

  .home-hero {
    padding-top: 28px;
  }

  .home-hero__copy h1 {
    font-size: clamp(2.4rem, 15vw, 3.8rem);
  }
}
.home-privacy-policy-page .legal-page {
  padding-bottom: 26px;
}

.legal-meta {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.legal-shell {
  padding: 24px 0 34px;
}

.legal-card {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 32px;
  background: rgba(255, 252, 248, 0.82);
  box-shadow: var(--shadow-card);
}

.legal-card > p {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.legal-section + .legal-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(20, 33, 61, 0.08);
}

.legal-section h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 1.38rem;
  line-height: 1.15;
}

.legal-section p,
.legal-section li {
  color: var(--ink-soft);
}

.legal-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 10px;
}

@media (max-width: 720px) {
  .legal-card {
    padding: 22px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --bg: #f4efe8;
  --bg-elevated: rgba(255, 255, 255, 0.82);
  --surface: #fffaf5;
  --surface-strong: #ffffff;
  --ink: #14213d;
  --ink-soft: #506072;
  --line: rgba(20, 33, 61, 0.12);
  --brand: #0f6c5b;
  --brand-deep: #0b3c49;
  --accent: #f08a5d;
  --accent-soft: rgba(240, 138, 93, 0.18);
  --highlight: #dbeafe;
  --shadow-soft: 0 24px 80px rgba(15, 30, 55, 0.08);
  --shadow-card: 0 18px 40px rgba(12, 25, 46, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(240, 138, 93, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 108, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f2ec 0%, #f3efe8 48%, #f7f4ef 100%);
  color: var(--ink);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 20px 0;
}

.site-header__inner,
.site-footer__inner,
.page-hero__inner,
.home-section,
.legal-shell {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.84);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 73, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav__link {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  background: rgba(15, 108, 91, 0.08);
  color: var(--brand-deep);
  transform: translateY(-1px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.97rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff;
  box-shadow: 0 16px 28px rgba(11, 60, 73, 0.2);
}

.button--ghost {
  border-color: rgba(20, 33, 61, 0.12);
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.page-hero h1 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.section-heading p,
.page-hero p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.page-hero {
  padding: 40px 0 12px;
}

.page-hero--compact {
  padding-top: 34px;
}

.page-hero__inner {
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 242, 0.72)),
    rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-soft);
}

.page-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.site-footer {
  padding: 18px 0 48px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  background: rgba(15, 33, 61, 0.94);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.site-footer__title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 1.1rem;
}

.site-footer__copy,
.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list li + li {
  margin-top: 10px;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__meta a {
  color: #fff;
}

@media (max-width: 980px) {
  .site-header__inner {
    border-radius: 28px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-inline: 12px;
  }

  .site-header__inner,
  .page-hero__inner {
    width: min(var(--container), calc(100% - 12px));
    padding: 18px;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border-radius: 24px;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .site-header__cta {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 0.9rem;
  }

  .site-logo {
    gap: 10px;
    font-size: 0.92rem;
  }

  .site-logo__mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .site-nav__link {
    white-space: nowrap;
    background: rgba(20, 33, 61, 0.04);
    padding: 7px 10px;
    font-size: 0.82rem;
  }

  .home-section,
  .legal-shell,
  .site-footer__inner {
    width: min(var(--container), calc(100% - 12px));
  }
}
