﻿/* =========================================================
   Modernized Stylesheet (inlined for iteration)
   ========================================================= */

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'),
       url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'),
       url(https://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  background: #7595b2;
  margin: 0;
}

img, input[type=text], input[type=password], select, textarea { max-width: 100%; }
hr { margin: 1.4em 0; }
a  { color: #00F; }

/* ---------- Outer container ---------- */
.vg-shell {
  max-width: 990px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 3px 0 20px;
}
.vg-padd { padding: 0 30px; }

/* ---------- Header (mirrors OLD: #logos abs left, #rightabs abs right,
   .headerinfo in flow with margin-left:95px. Border-bottom on #agentinfo
   spans the full width of .headerinfo, reaching to the RE/MAX side.) ---------- */
.vg-header {
  min-height: 118px;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.vg-header-inner {
  position: relative;
  display: block;
  padding: 0;
}
.vg-header-left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
}
.vg-header-right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  margin: 20px 10px 0 0;
}

.vg-header-photo img   { margin: 10px; display: block; }
.vg-header-balloon     { width: 100px; text-align: center; }
.vg-header-balloon img { margin-top: 10px; }

.vg-headerinfo { margin-left: 95px; }

.vg-agentinfo {
  border-bottom: 1px solid #000;
  min-height: 77px;
  padding-right: 95px;
  text-align: center;
}
.vg-name { font: 36px/1.4em 'Droid Serif', serif; padding-top: 20px; text-align: center; }
.vg-call { font: 15px/1.4em 'Droid Serif', serif; text-align: center; padding-right: 95px; }
.vg-call a { color: inherit; text-decoration: none; }

.vg-header-logo img { width: 100px; height: 47px; display: inline-block; }
.vg-header-address  { font-size: 10px; margin-top: 12px; }

/* ---------- Navigation (preserved selectors) ---------- */
#nav, #nav ul {
  font-size: 15px;
  text-shadow: 1px 1px 1px #3e587b;
  font-family: Arial, sans-serif;
}
#nav label,
#nav ul li a {
  border-bottom: 1px solid #555;
  background: #6d8db0;
  color: #fff;
}
#nav { position: relative; padding: 0 10px; text-align: left; }
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.roundCorner-left  { border-radius: 5px 0 0 5px; }
.roundCorner-right { border-radius: 0 5px 5px 0; }

#nav ul li a {
  display: block;
  padding: .6em;
  text-decoration: none;
  border-right: 1px solid #555;
  background: linear-gradient(to bottom, #6d8db0 0, #4f7197 100%);
}
#nav ul li a:hover            { background: #3e587b; }
#nav ul li:last-of-type a     { border-right: 0; }
#nav ul li ul li a            { padding-left: 1.5em; }
#nav ul li ul li ul li a      { padding-left: 3.125em; }

#nav input.trigger { position: absolute; top: -9999px; left: -9999px; }
#nav input.trigger:checked ~ ul,
#nav input.trigger:checked ~ ul li ul { display: block !important; }
#nav input.trigger:checked ~ label    { border-radius: 5px 5px 0 0; }

#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  line-height: 2em;
  border-radius: 5px;
  background: linear-gradient(to bottom, #6d8db0 0, #4f7197 100%);
}
#nav label::after {
  position: absolute;
  right: 1em;
  top: .2em;
  content: "\2261";
  font-size: 1.8em;
  color: #fff;
}

@media only screen and (min-width: 200px) and (max-width: 925px) {
  .roundCorner-left  { border-radius: 0; }
  .roundCorner-right { border-radius: 0 0 5px 5px; }
  #nav ul li a       { padding: 15px; }
}

@media only screen and (min-width: 925px) {
  #nav ul { display: flex; flex-direction: row; }
  #nav ul li { position: relative; text-align: center; flex: 1; }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 3.0625em;
    left: 0;
    width: 12.5em;
    z-index: 200;
  }
  #nav ul li ul li      { text-align: left; }
  #nav ul li ul li ul   { z-index: 300; top: 0; left: 12.4em; }
  #nav ul li ul li ul li a { padding-left: 30px !important; }
  #nav ul li:hover > ul { display: block !important; }
  #nav input.trigger:checked ~ ul,
  #nav input.trigger:checked ~ ul li ul { display: flex; flex-direction: row; }
  #nav label            { display: none; }
}

/* ---------- Main content ---------- */
.vg-main { max-width: 850px; margin: 0 auto; }

h1 {
  text-align: center;
  color: #000;
  font-family: palatino, serif;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: underline;
}
/* Matches OLD photoslider inline rule: pull H1 closer to gallery on desktop */
@media only screen and (min-width: 891px) {
  .vg-padd h1 { margin-bottom: -20px; }
}
@media only screen and (max-width: 890px) {
  .vg-padd h1 { margin-bottom: 10px; }
}

h2.vg-section-heading {
  font-family: palatino, serif;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
  margin: 0.83em 0 0.5em 0;
  color: #000;
  text-decoration: underline;
}
h2.vg-section-heading a { color: #000; text-decoration: underline; }

/* ---------- Hero row ---------- */
.vg-hero-row {
  display: grid;
  grid-template-columns: 450px 400px;
  justify-content: center;
  align-items: start;
  max-width: 850px;
  margin: 0 auto;
}
.vg-gallery { text-align: center; position: relative; top: 45px; }
.vg-cta-aside { text-align: center; padding-top: 50px; font-weight: 400; }

@media only screen and (min-width: 891px) {
  .vg-hero-row .vg-cta-table {
    width: 80%;
    max-width: none;
    margin-left: 70px;
    margin-right: auto;
  }
}

/* ---------- Photo slider (preserved selectors) ---------- */
#big_frame_new {
  display: inline-block;
  height: 324px;
  width: 481px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 0 5px #333;
  overflow: hidden;
  background: url("fill.jpg") center no-repeat;
  background-size: 97% 97%;
}
#big_frame_new img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px;
  z-index: 8;
  opacity: 0;
  transition: opacity .3s;
}
#big_frame_new img.active      { z-index: 10; opacity: 1; }
#big_frame_new img.last-active { z-index: 9; }

.photoArr {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  opacity: .8;
  -webkit-tap-highlight-color: transparent;
}
.photoArr.prev { left: 3%;  background: url(/idx/images/left.png)  no-repeat; background-size: 100% 100%; }
.photoArr.next { right: 3%; background: url(/idx/images/right.png) no-repeat; background-size: 100% 100%; }
.photoArr:hover { opacity: 1; }

/* ---------- CTA tables (replicates OLD border="1" + default cellspacing=2,
   which gives the "double-line" look: 1px outer line, 2px beige gap, 1px cell line) ---------- */
.vg-cta-table {
  border: 1px solid #000;
  background: #F3EEDA;
  width: 100%;
  max-width: 372px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
}
.vg-cta-table td {
  border: 1px solid #000;
  background: #F3EEDA;
  padding: 1px 2px;
  text-align: center;
}

/* ---------- Overview stats row ---------- */
.vg-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  margin: 0 auto;
}
.vg-stats-table {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border-collapse: collapse;
}
.vg-stats-table td { padding: 1px; width: 50%; vertical-align: top; }

/* ---------- Amenities row ---------- */
.vg-amenities-row {
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: center;
  align-items: start;
  max-width: 850px;
  margin: 0 auto;
}
.vg-amenities-list { text-align: center; }
.vg-amenities-table { width: 100%; max-width: 450px; border-collapse: collapse; }
.vg-amenities-table td { padding: 6px; text-align: left; }
.vg-amenities-table ul { text-align: left; margin: 0; padding-left: 40px; }
.vg-amenities-aside { padding-top: 36px; text-align: center; }

/* ---------- Press row ---------- */
.vg-press-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  gap: 18px;
  text-align: center;
}
.vg-press-row > .vg-press-image { flex: 0 0 auto; }
.vg-press-text {
  flex: 1 1 250px;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

/* ---------- Featured / Sold home cards ---------- */
.vg-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  padding: 0 60px;
  margin-bottom: 1em;
}
.vg-cards-solo { display: flex; justify-content: center; margin-bottom: 1em; }
.vg-home-card {
  border: 1px solid #000;
  background: #F3EEDA;
  text-align: center;
  border-radius: 8px;
  padding: 12px 8px;
  width: 100%;
  max-width: 100%;
}
.vg-home-card.vg-card-solo { width: 40%; min-width: 280px; }
.vg-home-card img {
  border: 1px solid #000;
  margin: 7px 0;
  max-width: 100%;
  height: auto;
}
.vg-home-card .vg-format6 { display: inline; }

/* ---------- Models collection ---------- */
.vg-models-collection {
  border: 1px solid #000;
  margin-bottom: 1em;
  padding: 1em 0.5em;
  width: 100%;
  text-align: center;
}
.vg-collection-title {
  font-size: 1.1em;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em 0;
}
.vg-homes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 155px);
  justify-content: center;
  gap: 12px 30px;
}
.vg-homes li {
  width: 155px;
  margin: 0 0 50px 0;
  text-align: left;
  vertical-align: top;
}

/* ---------- Call box ---------- */
.vg-call-box {
  width: 90%;
  padding: 5px 0;
  background: #F3EEDA;
  line-height: 1.6;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.vg-call-box a { color: inherit; text-decoration: none; }
/* Click-Here style CTAs inside a call-box use .vg-format13 wrapping and
   should appear as standard blue + underlined links (not inherited black). */
.vg-call-box .vg-format13 a { color: #00F; text-decoration: underline; }

/* ---------- Format classes (mapped from /css/style.css .format*) ---------- */
.vg-format1  { font-family: Arial, sans-serif; text-align: center; font-weight: 400; }
.vg-format2  { font-size: .75em; font-weight: 400; font-family: Arial, sans-serif; text-align: center; max-width: 775px; margin: 0 auto; }
.vg-format3  { font-size: 1.8em; font-family: palatino, serif; text-align: center; font-weight: 700; text-decoration: underline; }
.vg-format4  { font-family: Verdana, sans-serif; font-weight: 700; font-size: 1.1em; text-align: center; }
.vg-format6  { font-family: Arial, sans-serif; font-style: italic; color: #00F; font-weight: 700; text-align: center; font-size: 1.25em; text-decoration: underline; }
.vg-format7  { display: block; font-family: palatino, serif; font-weight: 400; font-size: 1.5em; text-align: center; }
.vg-format8  { font-family: Arial, sans-serif; text-align: center; font-weight: 400; color: #FF0000; }
.vg-format10 { font-family: Arial, sans-serif; font-style: normal; padding-bottom: 0; font-weight: 400; text-align: center; }
.vg-format11 { font-size: 1.2em; font-family: Arial, sans-serif; font-style: italic; font-weight: 700; text-align: left; }
.vg-format13 { font-family: Arial, sans-serif; font-weight: 400; text-align: center; }
.vg-format15 { font-family: Arial, sans-serif; text-align: center; font-weight: 400; }
.vg-format16 { font-size: .75em; font-family: Arial, sans-serif; text-align: center; font-weight: 400; max-width: 775px; }

/* FAQ question style — used on ForBuyers/index.htm */
.vg-faq-q { color: #000000; font-weight: 700; }

.vg-text-warning { color: #FF0000; }

/* Collection list (Signature / Vintage / Crown bullets in Overview) â€” add a bit of breathing room between items */
.collection-list li { margin-bottom: 0.6em; }

.vg-footer {
  text-align: center;
  padding: 2em 1em 1em 1em;
  max-width: 850px;
  margin: 0 auto;
}
.vg-footer img { display: inline-block; vertical-align: middle; }

.vg-clearfix::before,
.vg-clearfix::after { content: ''; display: block; clear: both; }

/* =========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================= */

@media only screen and (max-width: 990px) {
  .vg-padd      { padding: 0 4px; }
  .vg-cards-grid { padding: 0 30px; }
}

@media only screen and (max-width: 890px) {
  /* Header stays in absolute positioning (matches OLD until 560px).
     Only the content rows collapse to single column at 890px. */
  .vg-hero-row     { grid-template-columns: 1fr; }
  .vg-gallery      { top: 0; }
  .vg-cta-aside    { padding-top: 10px; }
  .vg-hero-row .vg-cta-table { margin: 0 auto; max-width: none; width: 100%; }

  .vg-stats-row,
  .vg-amenities-row { grid-template-columns: 1fr; }
  .vg-amenities-aside { padding-top: 10px; }
}

@media only screen and (max-width: 840px) {
  body { background: #7595b2; }
}

@media only screen and (max-width: 768px) {
  .vg-padd { padding: 0 6px; }
}

/* At 720 px: hide photo + balloon, stack the header vertically.
   Because RE/MAX block is now first in DOM, it appears at the top of the stack. */
@media only screen and (max-width: 720px) {
  .vg-header-photo   { display: none; }
  .vg-header-balloon { display: none; }
  .vg-header { min-height: 0; padding: 0; }
  .vg-header-inner { padding: 0; }
  .vg-header-left,
  .vg-header-right {
    position: static;
    text-align: center;
    margin: 0 auto;
  }
  .vg-header-left    { display: flex; justify-content: center; }
  .vg-header-address { margin-top: 4px; }
  .vg-headerinfo     { margin-left: 0; margin-top: 4px; }
  .vg-agentinfo      { border-bottom: 0; min-height: 0; padding: 0; }
  .vg-call,
  .vg-name           { padding: 0; min-height: 0; }
  .vg-name           { padding-top: 4px; }
}

@media only screen and (max-width: 660px) {
  .vg-cards-grid     { grid-template-columns: 1fr; padding: 0; }
  .vg-home-card      { width: 80%; margin: 0 auto 10px auto; }
  .vg-home-card.vg-card-solo { width: 80%; min-width: 0; }
  .vg-cards-solo     { padding: 0; }

  /* Press row text: center when it wraps below the image (matches OLD .nofloat1 div) */
  .vg-press-text     { text-align: center; }
}

@media only screen and (max-width: 599px) {
  .vg-format15,
  .vg-format16 { line-height: 160%; }
  .vg-format16 { font-size: 1em; }
}


@media only screen and (max-width: 520px) {
  #big_frame_new {
    width: 370px;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    display: block;
    background-size: 95% 95%;
  }
  #big_frame_new img {
    width: 360px;
    max-width: calc(100% - 10px);
    height: 240px;
    margin: 5px !important;
  }
  .vg-name { text-align: center; margin: 0; width: 100%; }
}

@media only screen and (max-width: 480px) {
  .vg-stats-table td { float: none; width: 100%; display: block; text-align: left; }
  h1 { font-weight: 400; }

  /* Add side breathing room so paragraphs and tables don't hug the viewport edge */
  .vg-padd { padding: 0 12px; }
  .vg-amenities-table ul { padding-left: 28px; }

  /* Keep at least 2 model boxes per row instead of dropping to 1 */
  .vg-homes { grid-template-columns: repeat(2, 1fr); gap: 12px 18px; }
  .vg-homes li { width: auto; max-width: 100%; }
}

@media only screen and (max-width: 420px) {
  #big_frame_new {
    width: 280px;
    max-width: 100%;
    height: 188px;
  }
  #big_frame_new img {
    width: 270px;
    max-width: calc(100% - 10px);
    height: 178px;
  }
}

@media only screen and (max-width: 320px) {
  .vg-header-inner > * { float: none; width: 100%; }
  #big_frame_new       { height: 200px; }
}

/* ============================================================
   Page-level utility classes — added 2026-05-20
   Replaces inline style="..." patterns scattered across pages.
   NEW selectors only; no existing rules modified.
   ============================================================ */

/* Subtitle H2 — was inline: style="text-align:center; font-family:inherit;
   font-weight:normal; font-size:1em; margin:0.5em 0 1em 0" */
.vg-subtitle {
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  margin: 0.5em 0 1em 0;
}

/* Force consistent H1 sizing across the site. Defeats Bootstrap's
   h1 { font-size: 2.5rem } on confirmation-jot.htm which loads Bootstrap
   for the form. Specificity 0,1,1 beats Bootstrap's 0,0,1 — wins everywhere
   without affecting listing pages (they have no font-size set, so the
   default 2em is what they were rendering already). */
.vg-padd h1 { font-size: 2em; }

/* Non-listing pages opt in to neutralize the .vg-padd h1 negative
   margin-bottom (which is only correct on listing-detail pages where the
   H1 tucks against the gallery). Triggered by <body class="vg-no-listing">. */
body.vg-no-listing .vg-padd h1 { margin-bottom: 0 !important; }

/* When an H1 is followed by a <p> on non-listing pages, the <p> needs
   an explicit margin-top because Bootstrap (loaded by confirmation-jot.htm)
   resets p margin-top to 0. */
body.vg-no-listing .vg-padd h1 + p { margin-top: 1em; }

/* Restore H1 top margin on non-listing pages.
   Bootstrap (loaded by confirmation-jot.htm) resets h1 margin-top to 0,
   making the H1 hug the nav bar. Other non-listing pages don't load Bootstrap
   so they render the browser default ~0.67em already; this explicit value
   matches that default. Result: consistent H1 gap from nav across all
   non-listing pages. */
body.vg-no-listing .vg-padd h1 { margin-top: 0.67em; }

/* Listing-detail address H2 — used alongside .vg-section-heading to render
   the property address line as small/normal instead of palatino/bold/underlined.
   Lets new listing pages avoid the inline-style pattern used by the 11
   pre-2026-05-20 listing pages (which still keep their inline overrides). */
.vg-section-heading.vg-listing-address {
  font-size: 1em;
  font-family: inherit;
  text-decoration: none;
  font-weight: normal;
  margin-top: 2em;
}

/* ===================================================================
   APPEND BLOCK - added 2026-05-25
   Section 1 of Inline-CSS Cleanup.
   These rules previously lived inline in:
     - index.htm (home)
     - luxury/index.htm
     - 55/index.htm
     - valencia-reserve/video.htm
     - valencia-isles/video.htm
     - luxury/form.htm
     - contact/contact.htm
     - contact/valencia-del-mar.htm
   PASTE THIS BLOCK AT THE VERY END of modern-responsive1.css.
   Do not modify any existing rules above this block.
   =================================================================== */


/* -------------------------------------------------------------------
   Portrait / landscape toggle utility (used by home + ForSellers)
   ------------------------------------------------------------------- */
.showportrait1 { display: none; }
@media only screen and (max-width: 560px) {
  .hideportrait1 { display: none; }
  .showportrait1 { display: block; }
}


/* -------------------------------------------------------------------
   Home page - community shortcuts grid
   ------------------------------------------------------------------- */
.vg-community-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 12px 28px;
  max-width: 900px;
  margin: 1em auto;
  text-align: center;
}
.vg-shortcut-trio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px 28px;
}
.vg-shortcut-quad {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px 28px;
}
.vg-community-shortcuts a {
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  color: #00F;
  text-decoration: underline;
  line-height: 1.3;
}


/* -------------------------------------------------------------------
   Home page - intro paragraph with floated icon and large image
   ------------------------------------------------------------------- */
.vg-intro {
  max-width: none;
  margin: 0 auto;
  font-family: Arial, Verdana;
  font-size: 1em;
  line-height: 1.2;
}
.vg-intro img.vg-intro-img-main {
  float: right;
  margin: 8px;
  max-width: 100%;
  height: auto;
}
.vg-intro img.vg-intro-img-icon {
  float: left;
  margin: 0 7px 0 0;
}
@media only screen and (max-width: 560px) {
  .vg-intro img.vg-intro-img-main { display: none; }
}


/* -------------------------------------------------------------------
   Home page - weekly update box
   ------------------------------------------------------------------- */
.vg-weekly-update {
  text-align: center;
  margin: 1em auto;
  max-width: 700px;
}


/* -------------------------------------------------------------------
   Home page - vg-format12 (large red italic underlined heading)
   ------------------------------------------------------------------- */
.vg-format12 {
  font-size: 1.7em;
  font-family: Verdana, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: red;
  text-align: center;
  text-decoration: underline;
}


/* -------------------------------------------------------------------
   Home page - testimonials block
   ------------------------------------------------------------------- */
.vg-testimonials {
  max-width: 850px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
}
.vg-testimonials hr { margin: 1em 0; }
.vg-testimonials .vg-format4 {
  font-weight: 700;
  font-family: Verdana, sans-serif;
  font-size: 1.1em;
}


/* -------------------------------------------------------------------
   Home page - recent sales block
   ------------------------------------------------------------------- */
.vg-recent-sales {
  max-width: 850px;
  margin: 0 auto;
  font-family: Arial, Verdana;
  line-height: 1.2;
  text-align: center;
}
.vg-recent-sales .vg-format3 {
  font-size: 1.8em;
  font-family: palatino, serif;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 1em;
}
.vg-recent-sales .vg-format4 {
  font-weight: 700;
  font-family: Verdana, sans-serif;
  font-size: 1.05em;
}
.vg-recent-sales .vg-format15 { font-family: Arial, sans-serif; }


/* -------------------------------------------------------------------
   Home page - link lists with section headers
   ------------------------------------------------------------------- */
.vg-link-lists {
  max-width: 850px;
  margin: 0 auto;
  font-family: Arial, Verdana;
  text-align: center;
  line-height: 1.2;
}
.vg-link-lists .vg-format1 {
  font-family: Arial, Verdana;
}
.vg-link-lists .vg-format1 a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.vg-link-lists .vg-format16 {
  font-family: Arial, Verdana;
  font-size: 0.75em;
}


/* -------------------------------------------------------------------
   Home page - auto-style3 (blue text utility)
   ------------------------------------------------------------------- */
.auto-style3 { color: #00F; }


/* -------------------------------------------------------------------
   Luxury + 55 - tan rounded link box (vg-link-list)
   Single definition; both /luxury/index.htm and /55/index.htm use it.
   ------------------------------------------------------------------- */
.vg-link-list {
  width: 90%;
  padding: 1em;
  background: #F3EEDA;
  line-height: 1.3;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 0 auto 1em auto;
  text-align: center;
  font-family: Arial, sans-serif;
}
.vg-link-list-heading {
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0.4em 0;
  display: inline-block;
}
.vg-link-list a {
  display: inline-block;
  padding: 0.1em 0.4em;
}


/* -------------------------------------------------------------------
   Luxury page - intro grid (split list under hero image)
   ------------------------------------------------------------------- */
.vg-luxury-intro {
  max-width: 390px;
  margin: 0 auto 1em auto;
  text-align: center;
}
.vg-luxury-intro img {
  width: 100%;
  max-width: 390px;
  height: auto;
}
.vg-luxury-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-top: 0.5em;
}
.vg-luxury-intro-col h3 {
  font-size: 1em;
  margin: 0 0 0.3em 0;
  text-decoration: underline;
  font-family: Arial, sans-serif;
}
.vg-luxury-intro-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}


/* -------------------------------------------------------------------
   Luxury page - press row (image left, text right)
   ------------------------------------------------------------------- */
.vg-luxury-press {
  max-width: 600px;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
  text-align: left;
}
.vg-luxury-press > a img {
  max-width: 100%;
  height: auto;
}
.vg-luxury-press .vg-format11 {
  flex: 1 1 220px;
  text-align: left;
}
@media only screen and (max-width: 560px) {
  .vg-luxury-press .vg-format11 {
    text-align: center;
    flex-basis: 100%;
  }
}


/* -------------------------------------------------------------------
   Responsive video embed utility (16:9 YouTube / Vimeo wrappers)
   Used by all valencia-*/video.htm pages.
   ------------------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vg-video-wrap {
  max-width: 720px;
  margin: 1em auto;
}


/* -------------------------------------------------------------------
   Form page utilities (luxury/form.htm, contact/contact.htm,
   contact/valencia-del-mar.htm)
   ------------------------------------------------------------------- */
.form-field-contact input,
.form-field-contact textarea {
  width: 100%;
}
.submit-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .auto-style1 is an editor-auto-generated class name. Used on form pages
   as a centered medium-font block style. It also appears on
   55/listings/7001/index.htm wrapping <span> markers; on that page the
   spans are inline so text-align has no effect, and font-size: medium
   matches the inherited 1em font-size, so no visual change occurs there. */
.auto-style1 {
  text-align: center;
  font-size: medium;
}




/* -------------------------------------------------------------------
   Marketing section row (used by ForSellers Strategic Marketing)
   2-column layout: gallery on left, plain body text on right.
   Stacks vertically at <= 890px.
   ------------------------------------------------------------------- */
.vg-marketing-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
  max-width: 850px;
  margin: 1em auto;
  align-items: start;
}
.vg-marketing-text {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 890px) {
  .vg-marketing-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/* === END APPEND BLOCK 2026-05-25 ============================ */
