/* ============================================================
   BursaPlacerilor.com — Main Stylesheet
   Dark theme: #0d0d0f bg, #c9a96e gold accent, #e8302a red CTA
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

/* ---- Variables ------------------------------------------------ */
:root {
  --bg:          #0d0d0f;
  --bg2:         #13090e;
  --bg3:         #1a0a12;
  --border:      #2a1a22;
  --border2:     #3a2030;
  --gold:        #c9a96e;
  --gold-dark:   #a88040;
  --red:         #e8302a;
  --text:        #e8e0d5;
  --text2:       #9a8a80;
  --text3:       #5a4a42;
  --green:       #4caf50;
  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'DM Sans', system-ui, sans-serif;
  --radius:      10px;
  --radius-sm:   6px;
  --shadow:      0 2px 12px rgba(0,0,0,.4);
}

/* ---- Reset ---------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--text); }
img { max-width: 100%; height: auto; display: block; }

/* ---- Layout --------------------------------------------------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.page-wrap  { min-height: calc(100vh - 200px); padding-bottom: 40px; }

/* ---- Age Verification Overlay --------------------------------- */
#age-gate {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.97);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
#age-gate.hidden { display: none; }
.age-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 36px;
  max-width: 440px;
  width: 100%;
  text-align: center;
}
.age-box .logo { font-family: var(--font-serif); font-size: 26px; color: var(--gold); margin-bottom: 20px; }
.age-box h2 { font-family: var(--font-serif); font-size: 22px; margin-bottom: 12px; }
.age-box p  { font-size: 13px; color: var(--text2); margin-bottom: 28px; line-height: 1.7; }
.age-btns   { display: flex; gap: 12px; }
.btn-age-yes {
  flex: 1; background: var(--red); color: #fff;
  border: none; border-radius: var(--radius-sm);
  padding: 12px; font-size: 14px; font-weight: 500;
  cursor: pointer; transition: opacity .2s;
}
.btn-age-yes:hover { opacity: .85; }
.btn-age-no {
  flex: 1; background: transparent; color: var(--text3);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 12px; font-size: 14px; cursor: pointer;
}
.btn-age-no:hover { color: var(--text2); }

/* ---- Navbar --------------------------------------------------- */
.navbar {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.navbar-inner {
  display: flex; align-items: center;
  height: 52px; gap: 16px;
}
.navbar-logo {
  font-family: var(--font-serif);
  font-size: 22px; font-weight: 700;
  color: var(--gold); white-space: nowrap;
  flex-shrink: 0;
}
.navbar-logo span { color: var(--red); }

/* Search bar */
.navbar-search {
  flex: 1; max-width: 440px;
  display: flex;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}
.navbar-search input {
  flex: 1; background: transparent;
  border: none; outline: none;
  color: var(--text); font-size: 13px;
  padding: 0 14px; height: 36px;
}
.navbar-search input::placeholder { color: var(--text3); }
.navbar-search button {
  background: var(--gold); border: none;
  color: var(--bg); font-size: 14px;
  padding: 0 14px; cursor: pointer;
  font-weight: 500; height: 36px;
}
.navbar-search button:hover { background: var(--gold-dark); }

/* Nav links */
.navbar-links {
  display: flex; gap: 4px; margin-left: auto; flex-shrink: 0;
}
.navbar-links a {
  color: var(--text2); font-size: 12px;
  text-transform: uppercase; letter-spacing: .5px;
  padding: 6px 10px; border-radius: var(--radius-sm);
  transition: color .15s, background .15s;
}
.navbar-links a:hover,
.navbar-links a.active { color: var(--gold); background: var(--bg2); }

/* ---- Category / location filters ------------------------------ */
.filter-bar {
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.filter-bar::-webkit-scrollbar { display: none; }
.filter-bar-inner { display: flex; gap: 6px; align-items: center; }

/* ---- Modal alte judete ---------------------------------------- */
.judete-modal {
  display: none;
  position: fixed; inset: 0; z-index: 8000;
  background: rgba(0,0,0,.75);
  align-items: center; justify-content: center;
  padding: 20px;
}
.judete-modal.open { display: flex; }
.judete-modal-box {
  background: var(--bg2);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  width: 100%; max-width: 480px;
  max-height: 80vh;
  display: flex; flex-direction: column;
  box-shadow: 0 8px 40px rgba(0,0,0,.6);
}
.judete-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  font-size: 14px; font-weight: 500; color: var(--gold);
}
.judete-modal-close {
  background: none; border: none; color: var(--text3);
  font-size: 22px; cursor: pointer; line-height: 1;
}
.judete-modal-close:hover { color: var(--text); }
.judete-modal-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4px; padding: 14px;
  overflow-y: auto;
  scrollbar-width: thin; scrollbar-color: var(--border) transparent;
}
.judete-modal-item {
  display: block; padding: 9px 14px;
  border-radius: var(--radius-sm);
  color: var(--text2); font-size: 13px;
  text-decoration: none;
  transition: background .1s, color .1s;
}
.judete-modal-item:hover,
.judete-modal-item.active { background: var(--bg3); color: var(--gold); }

.filter-chip {
  display: inline-flex; align-items: center;
  background: var(--bg2);
  border: 1px solid var(--border);
  color: var(--text2);
  font-size: 12px;
  padding: 5px 13px;
  border-radius: 20px;
  cursor: pointer; white-space: nowrap;
  text-decoration: none;
  transition: all .15s;
}
.filter-chip:hover,
.filter-chip.active {
  background: var(--bg3);
  border-color: var(--gold);
  color: var(--gold);
}
.filter-chip.active { font-weight: 500; }

/* Dropdown judete */
.filter-dropdown { position: relative; display: inline-block; }
.filter-dropdown-toggle {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text2); font-size: 12px;
  padding: 5px 13px; border-radius: 20px;
  cursor: pointer; white-space: nowrap;
}
.filter-dropdown-toggle:hover { border-color: var(--gold); color: var(--gold); }
.filter-dropdown-menu {
  display: none; position: absolute; top: calc(100% + 6px); left: 0;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); min-width: 180px;
  box-shadow: var(--shadow); z-index: 50;
  max-height: 320px; overflow-y: auto;
  scrollbar-width: thin; scrollbar-color: var(--border) transparent;
}
.filter-dropdown.open .filter-dropdown-menu { display: block; }
.filter-dropdown-menu a {
  display: block; padding: 8px 14px;
  color: var(--text2); font-size: 13px;
  transition: background .1s, color .1s;
}
.filter-dropdown-menu a:hover { background: var(--bg3); color: var(--gold); }

/* ---- Page hero ------------------------------------------------ */
.page-hero {
  padding: 3px 0 0;
  display: flex; align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: 26px; font-weight: 700;
  line-height: 1.2;
}
.page-hero h1 em { color: var(--gold); font-style: normal; }
.page-hero p { font-size: 13px; color: var(--text3); margin-top: 2px; }
.hero-count {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 10px 18px;
  text-align: center; flex-shrink: 0;
}
.hero-count strong {
  font-family: var(--font-serif); font-size: 28px;
  font-weight: 700; color: var(--gold); display: block;
}
.hero-count span { font-size: 10px; color: var(--text3); text-transform: uppercase; letter-spacing: 1px; }

/* ---- Listing Grid --------------------------------------------- */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
  padding: 16px 0;
}

.card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s, transform .2s;
  cursor: pointer;
}
.card:hover { border-color: var(--gold); transform: translateY(-2px); }
.card a { color: inherit; display: block; }

.card-img {
  width: 100%; aspect-ratio: 4/3;
  background: var(--bg3);
  overflow: hidden; position: relative;
}
.card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  loading: lazy;
  transition: transform .3s;
}
.card:hover .card-img img { transform: scale(1.04); }
.card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 42px; opacity: .2;
}

.card-badge {
  position: absolute; top: 8px; left: 8px;
  background: var(--red); color: #fff;
  font-size: 9px; font-weight: 500;
  padding: 2px 7px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: .5px;
}
.card-badge.gold {
  background: var(--gold); color: var(--bg);
}

.card-body { padding: 10px 12px 13px; }
.card-title {
  font-size: 13px; font-weight: 500;
  color: var(--text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 3px;
}
.card-meta {
  font-size: 11px; color: var(--text3);
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 9px;
}
.card-views { font-size: 10px; color: var(--text3); }
.card-views svg { width: 10px; height: 10px; margin-right: 2px; vertical-align: middle; }

.card-phone {
  background: var(--bg);
  border: 1px solid var(--border2);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.card-phone-num {
  font-size: 13px; font-weight: 500;
  color: var(--gold); letter-spacing: .5px;
  font-family: var(--font-sans);
}
.card-phone-wa {
  background: #25d366; color: #fff;
  border: none; border-radius: 4px;
  font-size: 10px; padding: 3px 7px;
  cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; gap: 3px;
}

/* ---- Paginare ------------------------------------------------- */
.pagination {
  display: flex; gap: 4px;
  justify-content: center; padding: 24px 0 8px;
  flex-wrap: wrap;
}
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text2); font-size: 13px;
  transition: all .15s;
}
.pagination a:hover { border-color: var(--gold); color: var(--gold); }
.pagination .active { background: var(--gold); color: var(--bg); border-color: var(--gold); font-weight: 500; }
.pagination .prev-next { width: auto; padding: 0 12px; }

/* ---- Pagina anunt --------------------------------------------- */
.anunt-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 22px;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .anunt-layout { grid-template-columns: 1fr; }
}

.anunt-title {
  font-family: var(--font-serif);
  font-size: 24px; font-weight: 700;
  margin-bottom: 4px; line-height: 1.3;
}
.anunt-meta {
  font-size: 12px; color: var(--text3);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.anunt-meta a { color: var(--gold); }
.anunt-cat-badge {
  background: var(--bg3); border: 1px solid var(--border);
  color: var(--text2); font-size: 11px;
  padding: 2px 10px; border-radius: 20px;
}

/* Gallery */
.gallery-main {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius);
  aspect-ratio: 4/3; overflow: hidden;
  cursor: zoom-in; position: relative;
}
.gallery-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s;
}
.gallery-main:hover img { transform: scale(1.03); }
.gallery-thumbs {
  display: flex; gap: 8px; margin-top: 8px;
}
.gallery-thumb {
  width: 72px; height: 72px; flex-shrink: 0;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius-sm); overflow: hidden;
  cursor: pointer; transition: border-color .15s;
}
.gallery-thumb:hover,
.gallery-thumb.active { border-color: var(--gold); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Descriere */
.anunt-desc {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2px 18px;
  margin-top: 14px;
}
.anunt-desc h3 {
  font-family: var(--font-serif); font-size: 16px;
  color: var(--gold); margin-bottom: 10px;
}
.anunt-desc p {
  font-size: 13px; color: var(--text2); line-height: 1.8;
  white-space: pre-wrap;
}

/* Raport buton */
.btn-raport {
  background: transparent; border: none;
  color: var(--text3); font-size: 11px;
  cursor: pointer; margin-top: 10px;
  text-decoration: underline dotted;
}
.btn-raport:hover { color: var(--red); }

/* Right sidebar */
.anunt-sidebar {}

.phone-box {
  background: var(--bg2);
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: 18px; margin-bottom: 14px;
  text-align: center;
}
.phone-box-label {
  font-size: 10px; color: var(--text3);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
}
.phone-box-number {
  font-family: var(--font-serif);
  font-size: 28px; font-weight: 700;
  color: var(--gold); letter-spacing: 1px;
  margin-bottom: 14px;
}
.btn-call {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: var(--red); color: #fff;
  border: none; border-radius: var(--radius-sm);
  padding: 11px; font-size: 14px; font-weight: 500;
  cursor: pointer; margin-bottom: 8px;
  text-decoration: none; transition: opacity .2s;
}
.btn-call:hover { opacity: .85; color: #fff; }
.btn-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: #25d366; color: #fff;
  border: none; border-radius: var(--radius-sm);
  padding: 11px; font-size: 14px; font-weight: 500;
  cursor: pointer; text-decoration: none; transition: opacity .2s;
}
.btn-whatsapp:hover { opacity: .85; color: #fff; }

.info-box {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px; margin-bottom: 14px;
}
.info-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0; border-bottom: 1px solid var(--border);
  font-size: 12px;
}
.info-row:last-child { border: none; padding-bottom: 0; }
.info-row .label { color: var(--text3); }
.info-row .val   { color: var(--text); font-weight: 500; }
.info-row .val a { color: var(--gold); }

/* Similar */
.similar-box {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px;
}
.similar-box h4 {
  font-size: 11px; color: var(--text3);
  text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 10px;
}
.similar-item {
  display: flex; gap: 10px; align-items: center;
  padding: 6px 0; border-bottom: 1px solid var(--border);
  font-size: 12px;
}
.similar-item:last-child { border: none; padding-bottom: 0; }
.similar-thumb {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--bg3); border-radius: 6px; overflow: hidden;
}
.similar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.similar-info a { color: var(--text); display: block; margin-bottom: 2px; }
.similar-info a:hover { color: var(--gold); }
.similar-phone { color: var(--gold); font-size: 11px; }

/* ---- Comentarii ---------------------------------------------- */
.comments-section {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2px 20px; margin-top: 12px;
}
.comments-section h3 {
  font-family: var(--font-serif); font-size: 17px;
  color: var(--gold); margin-bottom: 3px;
  display: flex; align-items: center; gap: 10px;
}
.comments-count {
  background: var(--bg3); border: 1px solid var(--border);
  color: var(--text3); font-size: 11px;
  padding: 2px 9px; border-radius: 10px;
  font-family: var(--font-sans);
}
.comment {
  padding: 12px 0; border-bottom: 1px solid var(--border);
}
.comment:last-of-type { border: none; }
.comment-author { font-size: 12px; font-weight: 500; color: var(--gold); margin-bottom: 4px; }
.comment-text   { font-size: 13px; color: var(--text2); line-height: 1.6; }
.comment-date   { font-size: 10px; color: var(--text3); margin-top: 4px; }

.comment-form {
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid var(--border);
}
.comment-form .moderation-notice {
  font-size: 10px; color: var(--text3);
  font-style: italic; margin: -3px 0;
}
.form-group { margin-bottom: 10px; }
.form-group label { font-size: 12px; color: var(--text3); display: block; margin-bottom: 4px; }
.form-control {
  width: 100%; background: var(--bg3);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  color: var(--text); font-size: 13px;
  padding: 9px 12px; font-family: var(--font-sans);
  transition: border-color .15s;
}
.form-control:focus { outline: none; border-color: var(--gold); }
textarea.form-control { resize: vertical; min-height: 90px; }
.btn-submit {
  background: var(--bg3); border: 1px solid var(--border2);
  color: var(--gold); font-size: 13px;
  padding: 8px 18px; border-radius: var(--radius-sm);
  cursor: pointer; font-family: var(--font-sans);
  transition: background .15s;
}
.btn-submit:hover { background: var(--border); }

/* ---- Pagina telefon ------------------------------------------ */
.phone-hero {
  padding: 24px 0 8px;
  text-align: center;
}
.phone-hero .big-number {
  font-family: var(--font-serif);
  font-size: 42px; font-weight: 700;
  color: var(--gold); letter-spacing: 2px;
  margin-bottom: 8px;
}
.phone-hero p { font-size: 13px; color: var(--text3); }

/* ---- Footer -------------------------------------------------- */
footer {
  background: #08050a;
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.footer-inner {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-logo {
  font-family: var(--font-serif);
  font-size: 16px; color: var(--text3);
}
.footer-links {
  display: flex; gap: 18px; flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px; color: var(--text3);
  transition: color .15s;
}
.footer-links a:hover { color: var(--text2); }

/* GDPR */
.gdpr-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(13,9,14,.2);
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 14px;
  z-index: 500; flex-wrap: wrap;
}
.gdpr-bar.hidden { display: none; }
.gdpr-bar p { font-size: 12px; color: var(--text3); }
.gdpr-bar a { color: var(--gold); }
.btn-gdpr {
  background: var(--gold); color: var(--bg);
  border: none; border-radius: var(--radius-sm);
  padding: 7px 18px; font-size: 12px; font-weight: 500;
  cursor: pointer; white-space: nowrap;
}

/* ---- Lightbox ------------------------------------------------- */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 1000; display: none;
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw; max-height: 90vh;
  object-fit: contain; border-radius: var(--radius-sm);
}
.lightbox-close {
  position: absolute; top: 16px; right: 20px;
  color: #fff; font-size: 28px; cursor: pointer;
  background: none; border: none; line-height: 1;
}
.lightbox-prev,
.lightbox-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.15); border: none; color: #fff;
  font-size: 40px; padding: 10px 18px; cursor: pointer;
  border-radius: var(--radius-sm); line-height: 1;
  transition: background .2s; user-select: none;
}
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

/* ---- Raport modal -------------------------------------------- */
.raport-modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.8); z-index: 800;
  align-items: center; justify-content: center; padding: 20px;
}
.raport-modal.open { display: flex; }
.raport-box {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  max-width: 400px; width: 100%;
}
.raport-box h4 { margin-bottom: 14px; color: var(--text); }
.raport-box select {
  width: 100%; background: var(--bg3);
  border: 1px solid var(--border); color: var(--text);
  padding: 8px 12px; border-radius: var(--radius-sm);
  font-size: 13px; margin-bottom: 12px;
}
.raport-btns { display: flex; gap: 8px; }
.btn-raport-submit { flex: 1; background: var(--red); color: #fff; border: none; border-radius: var(--radius-sm); padding: 9px; cursor: pointer; }
.btn-raport-cancel { flex: 1; background: var(--bg3); color: var(--text2); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 9px; cursor: pointer; }

/* ---- Breadcrumb ---------------------------------------------- */
.breadcrumb {
  font-size: 12px; color: var(--text3);
  padding: 10px 0; display: flex;
  align-items: center; gap: 6px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--text3); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { opacity: .4; }

/* ---- Admin flash messages ------------------------------------ */
.flash { padding: 10px 16px; border-radius: var(--radius-sm); margin-bottom: 14px; font-size: 13px; }
.flash-success { background: #0a2a12; border: 1px solid #1a5a25; color: #4caf50; }
.flash-error   { background: #2a0a0a; border: 1px solid #5a1515; color: #e05555; }

/* ---- Responsive ---------------------------------------------- */
@media (max-width: 600px) {
  .listing-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .navbar-links { display: none; }
  .page-hero h1 { font-size: 20px; }
  .anunt-title  { font-size: 19px; }
  .phone-box-number { font-size: 22px; }
}
