body .af3-vue-app-shortcode button.af3-shortcodes-shortcode--button {
  background-color: var(--af3-shortcodes-button-background-color);
  color: var(--af3-shortcodes-button-text-color);
  border: none;
  transition: none;
  padding: 10px 20px;
  text-transform: uppercase;
}
body .af3-vue-app-shortcode button.af3-shortcodes-shortcode--button:hover {
  background-color: var(--af3-shortcodes-button-hover-background-color);
  color: var(--af3-shortcodes-button-hover-text-color);
}

.af3-shortcode-floor-plan-single {
  min-height: 60vh;
  max-width: 1200px;
  margin: 0 auto;
}
.af3-shortcode-floor-plan-single.loaded {
  min-height: auto;
}

.af3-shortcodes-single-gallery-component .vel-img-wrapper {
  background-color: #fff !important;
}
.af3-shortcodes-single-gallery-component .vel-img {
  background-color: #fff !important;
  opacity: 1 !important;
}

#af3-shortcodes-fees-component table {
  width: 100%;
  border-collapse: collapse;
}
#af3-shortcodes-fees-component table th {
  text-align: left;
  background-color: var(--af3-shortcodes-primary-brand-color) !important;
  color: var(--af3-shortcodes-button-text-color) !important;
  padding: 14px 16px !important;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}
#af3-shortcodes-fees-component table th.price {
  text-align: right;
}
#af3-shortcodes-fees-component table tr {
  background-color: #fff;
}
#af3-shortcodes-fees-component table tr:nth-child(even) {
  background-color: color-mix(in srgb, var(--af3-shortcodes-primary-brand-color) 8%, white);
}
#af3-shortcodes-fees-component table tr td {
  padding: 14px 16px !important;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
}
#af3-shortcodes-fees-component table tr td.price {
  text-align: right;
}
#af3-shortcodes-fees-component .charge-timing {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  text-transform: none;
  margin-top: 0.25rem;
}

body .af3-shortcodes-single-main-component {
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
body .af3-shortcodes-single-main-component.loaded {
  opacity: 1;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component {
    flex-direction: row;
    gap: 2em;
  }
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery {
  width: 100%;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery {
    width: 55%;
    max-width: 55%;
  }
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-content {
  width: 100%;
  display: flex;
  align-items: center;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-content .af3-shortcodes-single-detail-component-content-details {
  width: 100%;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-content {
    width: 45%;
    max-width: 45%;
  }
}
body .af3-shortcodes-single-main-component h1 {
  font-size: 2.5em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 !important;
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid var(--af3-shortcodes-primary-brand-color);
  border-bottom: 1px solid var(--af3-shortcodes-primary-brand-color);
  padding: 2em 0;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-container .detail-value {
  font-size: 1.2em !important;
  line-height: 1 !important;
  text-align: left !important;
  margin-bottom: 0.5em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-container .detail-label {
  display: block;
  font-size: 0.85em !important;
  line-height: 1 !important;
  text-align: left !important;
  margin-bottom: 0.5em !important;
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-cta-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-cta-container a {
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-cta-container a:hover {
  text-decoration: underline !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery {
  position: relative;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery .image-container {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, var(--af3-shortcodes-text-main-color) 8%, white);
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery .image-container .zoom-button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery .image-container .zoom-button:hover {
  background: white;
  transform: scale(1.1);
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery .image-container .zoom-icon {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery img.af3-shortcodes-single-gallery-component-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 16px;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-gallery .af3-floor-plan-card-special-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--af3-shortcodes-button-background-color);
  padding: 5px;
  text-align: center;
  color: var(--af3-shortcodes-button-text-color);
  font-size: 0.85rem;
  text-transform: uppercase;
  z-index: 1;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-detail-component-sold-out-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  background-color: color-mix(in srgb, var(--af3-shortcodes-primary-brand-color) 8%, white);
  color: var(--af3-shortcodes-text-main-color);
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-floor-plan-page-main-component-tabs {
  display: flex;
  justify-content: start;
  gap: 1px;
  border-bottom: 1px solid var(--af3-shortcodes-primary-brand-color);
  margin-bottom: 20px;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-floor-plan-page-main-component-tabs button {
  border: none;
  transition: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  cursor: pointer !important;
  background-color: color-mix(in srgb, var(--af3-shortcodes-primary-brand-color) 8%, white) !important;
  padding: 8px 16px;
  color: var(--af3-shortcodes-button-tab-text-color) !important;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-floor-plan-page-main-component-tabs button.active, body .af3-shortcodes-single-main-component .af3-shortcodes-floor-plan-page-main-component-tabs button:hover {
  background-color: var(--af3-shortcodes-primary-brand-color) !important;
  color: var(--af3-shortcodes-button-tab-hover-text-color) !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-link {
  background-color: var(--af3-shortcodes-filter-bar-background-color);
  display: block;
  text-decoration: none !important;
  transition: none !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-link:hover {
  text-decoration: none !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  background-color: transparent !important;
  background: none !important;
  display: block !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-title {
  position: relative;
  text-align: left;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-title h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  line-height: 1.15 !important;
  margin-bottom: 5px !important;
  max-width: 70%;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-title .af3-floor-plan-card-metadata-availability {
  position: absolute;
  right: -16px;
  top: 0;
  background-color: #fff;
  text-transform: uppercase;
  padding: 8px 16px;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata {
  background-color: color-mix(in srgb, var(--af3-shortcodes-primary-brand-color) 8%, white);
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-details {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-price-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-price-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details-container {
  position: relative;
  height: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details-container {
    width: 40px;
  }
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-buttons {
    margin-top: 0px;
    flex-direction: row;
    align-items: end;
  }
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 8px;
  text-decoration: none !important;
  background-color: color-mix(in srgb, var(--af3-shortcodes-primary-brand-color) 8%, white);
  height: 40px;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid var(--af3-shortcodes-primary-brand-color);
  transition: width 0.5s ease, padding-right 0.5s ease;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details {
    width: 40px;
  }
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details svg {
  fill: var(--af3-shortcodes-primary-brand-color);
  width: 15px;
  height: auto;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details span {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0em;
  display: block;
  opacity: 1;
  padding-left: 16px;
  padding-right: 24px;
  color: var(--af3-shortcodes-primary-brand-color);
  white-space: nowrap;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details span {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details:hover {
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: auto;
    padding-right: 12.5px;
  }
  body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-cta-button-details:hover span {
    display: block;
    opacity: 1;
  }
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-price {
  margin-top: 16px;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-price p {
  font-size: 0.75rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  letter-spacing: 0em !important;
  margin-bottom: 5px !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-metadata-price span {
  font-size: 1.15rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0em !important;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-cta-buttons {
  margin-top: 8px;
  background-color: var(--af3-shortcodes-button-background-color);
  color: var(--af3-shortcodes-button-text-color);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-cta-buttons button, body .af3-shortcodes-single-main-component .af3-floor-plan-card-cta-buttons a {
  color: var(--af3-shortcodes-button-text-color);
}
body .af3-shortcodes-single-main-component .af3-floor-plan-card-cta-buttons button:hover, body .af3-shortcodes-single-main-component .af3-floor-plan-card-cta-buttons a:hover {
  text-decoration: underline;
}
body .af3-shortcodes-single-main-component .af3-floor-plan-gallery {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  position: relative;
}
body .af3-shortcodes-single-main-component .swiper-container {
  width: 100%;
  position: relative;
}
body .af3-shortcodes-single-main-component .floor-plan-image {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .af3-shortcodes-single-main-component .swiper-button-prev, body .af3-shortcodes-single-main-component .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.85);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  pointer-events: auto;
}
body .af3-shortcodes-single-main-component .swiper-button-prev {
  left: 10px;
}
body .af3-shortcodes-single-main-component .swiper-button-next {
  right: 10px;
}
body .af3-shortcodes-single-main-component .swiper-button-prev:after, body .af3-shortcodes-single-main-component .swiper-button-next:after {
  display: none;
}
body .af3-shortcodes-single-main-component .swiper-button-prev .arrow-icon,
body .af3-shortcodes-single-main-component .swiper-button-next .arrow-icon {
  width: 15px;
  height: 15px;
  fill: #111e1a;
  transition: transform 0.3s ease;
  pointer-events: none;
}
body .af3-shortcodes-single-main-component .swiper-button-prev .arrow-icon {
  transform: rotate(180deg);
}
body .af3-shortcodes-single-main-component .swiper-button-prev:hover .arrow-icon,
body .af3-shortcodes-single-main-component .swiper-button-next:hover .arrow-icon {
  transform: scale(1.2) rotate(0);
}
body .af3-shortcodes-single-main-component .swiper-button-prev:hover .arrow-icon {
  transform: scale(1.2) rotate(180deg);
}
body .af3-shortcodes-single-main-component .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  touch-action: pan-y;
}
body .af3-shortcodes-single-main-component .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
body .af3-shortcodes-single-main-component .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .af3-shortcodes-single-main-component .image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-map-component {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-map-component iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .af3-shortcodes-single-main-component .af3-shortcodes-single-units-component-map-button {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}
body .af3-shortcodes-single-main-component .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body .af3-shortcodes-single-related-component {
  margin-top: 4em;
}
body .af3-shortcodes-single-related-component h2 {
  font-size: 1.75em !important;
  line-height: 1 !important;
  text-align: center !important;
  margin: 0 !important;
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
  text-transform: uppercase !important;
}
body .af3-shortcodes-single-related-component .af3-shortcodes-single-related-component-body {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (min-width: 768px) {
  body .af3-shortcodes-single-related-component .af3-shortcodes-single-related-component-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .af3-shortcodes-single-related-component .af3-floor-plan-card-image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--af3-shortcodes-text-main-color) 8%, white);
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .af3-shortcodes-single-related-component .af3-floor-plan-card-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .af3-shortcodes-single-related-component .af3-floor-plan-card-image .af3-floor-plan-card-special-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--af3-shortcodes-button-background-color);
  padding: 5px;
  text-align: center;
  color: var(--af3-shortcodes-button-text-color);
  font-size: 0.85rem;
  text-transform: uppercase;
  z-index: 1;
}

body .af3-shortcodes-single-units-component {
  margin-top: 4em;
}
body .af3-shortcodes-single-units-component h2 {
  font-size: 1.75em !important;
  line-height: 1 !important;
  text-align: center !important;
  margin: 0 !important;
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
  text-transform: uppercase !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body {
  margin-top: 1em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 4px;
  border: none !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table th, body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table td {
  border: 2px solid var(--af3-shortcodes-single-page-main-text-color) !important;
  padding: 10px;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 0.85rem;
  white-space: nowrap;
  border: none !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table th {
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
  text-transform: none !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table td {
  color: var(--af3-shortcodes-single-page-main-text-color) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table tr:nth-child(odd) td {
  background-color: color-mix(in srgb, var(--af3-shortcodes-single-page-unit-table-background-color) 50%, white) !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table tr:nth-child(even) td {
  background-color: var(--af3-shortcodes-single-page-unit-table-background-color) !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table a {
  text-decoration: underline !important;
}
body .af3-shortcodes-single-units-component .af3-shortcodes-single-units-component-body table a:hover {
  text-decoration: none !important;
}

body .af3-shortcodes-single-vr-component {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
body .af3-shortcodes-single-vr-component .af3-shortcodes-single-vr-component-iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
