/* ============================================
   PLAZA LA RIOJA - Tenant pages (2007 style)
   Shared stylesheet for all business directory pages
   ============================================ */

body {
  margin: 0; padding: 0;
  background: #1a0a2e url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><rect width="4" height="4" fill="%231a0a2e"/><rect width="1" height="1" fill="%23150828" x="0" y="0"/></svg>') repeat;
  font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
  font-size: 11px; color: #333333;
}
a { color: #8B0000; text-decoration: none; }
a:hover { color: #CC3300; text-decoration: underline; }
#wrapper { width: 780px; margin: 0 auto; }

/* --- TOP BANNER (plaza) --- */
#topBanner {
  width: 780px; height: 260px;
  background: url('images/plaza-la-rioja-torre-estacionamiento-panoramica.jpg') center center no-repeat;
  background-size: cover; border-bottom: 3px solid #DAA520; position: relative; overflow: hidden;
}
#topBanner:before { content: ""; position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.50); }
#topBanner .bannerInner { display: table; width: 100%; height: 100%; position: relative; z-index: 1; }
#topBanner .bannerLeft { display: table-cell; vertical-align: middle; padding-left: 20px; width: 55%; }
#topBanner .bannerRight { display: table-cell; vertical-align: middle; text-align: right; padding-right: 20px; width: 45%; }
#topBanner h1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 32px; color: #DAA520; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); letter-spacing: 2px; text-align: left; margin: 0; line-height: 1.1; }
#topBanner .bannerLeft .tagline { color: #f0e6c8; font-size: 12px; margin-top: 8px; text-shadow: 1px 1px 2px rgba(0,0,0,0.9); }
#topBanner .bannerRight .subtitle { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 13px; color: #CCCCCC; letter-spacing: 5px; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0,0,0,0.9); margin-bottom: 8px; }
#topBanner .bannerRight .info { color: #e8d5a3; font-size: 11px; line-height: 1.8; }

/* --- NAVIGATION --- */
#navBar { width: 780px; height: 32px; background: linear-gradient(180deg, #4a0000 0%, #8B0000 50%, #4a0000 100%); border-top: 1px solid #cc6633; border-bottom: 1px solid #330000; }
#navBar ul { list-style: none; margin: 0; padding: 0; text-align: center; }
#navBar ul li { display: inline; }
#navBar ul li a { display: inline-block; padding: 7px 10px; color: #FFFFFF; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none; border-right: 1px solid #660000; }
#navBar ul li a:hover { background: linear-gradient(180deg, #cc3300 0%, #990000 100%); color: #FFD700; text-decoration: none; }
#navBar ul li.first a { border-left: 1px solid #660000; }

/* --- BREADCRUMB --- */
#breadcrumb { width: 780px; box-sizing: border-box; background: linear-gradient(180deg, #FFF8DC 0%, #F5DEB3 100%); border-bottom: 2px solid #DAA520; padding: 6px 12px; font-size: 10px; color: #555; }
#breadcrumb a { color: #8B0000; }

/* --- FACT STRIP --- */
#factStrip { width: 780px; box-sizing: border-box; background: linear-gradient(180deg, #2d1b4e 0%, #1a0a2e 100%); border-bottom: 3px solid #DAA520; padding: 10px 12px; color: #eee; }
#factStrip .factRow { display: table; width: 100%; }
#factStrip .factCell { display: table-cell; vertical-align: middle; }
#factStrip .ratingBig { font-size: 22px; color: #FFD700; font-weight: bold; font-family: "Trebuchet MS", Arial; }
#factStrip .ratingBig span { font-size: 11px; color: #cbb66a; font-weight: normal; }
#factStrip .factMeta { font-size: 11px; color: #d8d2e6; line-height: 1.6; padding-left: 14px; }
#factStrip .ctaCell { text-align: right; white-space: nowrap; }
.btn { display: inline-block; padding: 7px 12px; margin: 2px 0 2px 4px; font-size: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: .5px; border-radius: 3px; text-decoration: none; border: 1px solid #000; }
.btn:hover { text-decoration: none; }
.btnGold { background: linear-gradient(180deg, #FFD700 0%, #DAA520 100%); color: #4a0000; border-color: #8a6a10; }
.btnGold:hover { background: linear-gradient(180deg, #ffe34d 0%, #e6b52e 100%); color: #4a0000; }
.btnRed { background: linear-gradient(180deg, #b30000 0%, #8B0000 100%); color: #fff; border-color: #4a0000; }
.btnRed:hover { background: linear-gradient(180deg, #cc3300 0%, #990000 100%); color: #FFD700; }
.btnDark { background: linear-gradient(180deg, #555 0%, #333 100%); color: #fff; border-color: #111; }
.btnDark:hover { background: linear-gradient(180deg, #666 0%, #444 100%); color: #FFD700; }

/* --- LAYOUT --- */
#mainContent { width: 780px; background: #FFFFFF; border-left: 1px solid #999999; border-right: 1px solid #999999; }
#layoutTable { width: 100%; border-collapse: collapse; }
#sidebar { width: 180px; background: linear-gradient(180deg, #f5f0e1 0%, #ede4cc 100%); vertical-align: top; padding: 10px; border-right: 1px solid #CCCCCC; }
#sidebar h3 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 13px; color: #8B0000; border-bottom: 2px solid #DAA520; padding-bottom: 4px; margin: 0 0 8px 0; }
#sidebar .sideBox { background: #FFFFFF; border: 1px solid #CCC; padding: 8px; margin-bottom: 12px; font-size: 10px; line-height: 1.5; }
#sidebar .sideBox h4 { font-size: 11px; color: #8B0000; margin: 0 0 5px 0; border-bottom: 1px solid #eee; padding-bottom: 3px; }
#contentArea { vertical-align: top; padding: 15px; }

/* --- TENANT SECTION HERO --- */
.tenantHero { position: relative; border: 1px solid #DAA520; border-bottom: none; overflow: hidden; }
.tenantHero img { display: block; width: 100%; height: 200px; object-fit: cover; }
.tenantHero .heroCap { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); color: #FFD700; padding: 18px 14px 8px 14px; }
.tenantHero .heroCap .name { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 22px; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0,0,0,0.9); }
.tenantHero .heroCap .sub { color: #f0e6c8; font-size: 11px; text-shadow: 1px 1px 2px rgba(0,0,0,0.9); }

/* --- INTRO / SECTIONS --- */
.welcomeBox { background: linear-gradient(180deg, #fff 0%, #FFF8DC 100%); border: 1px solid #DAA520; padding: 15px; margin-bottom: 15px; }
.welcomeBox h2 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 18px; color: #8B0000; margin: 0 0 8px 0; border-bottom: 1px solid #DAA520; padding-bottom: 5px; }
.welcomeBox p { font-size: 11px; line-height: 1.7; color: #444; margin: 0 0 8px 0; }
.categorySection { margin-bottom: 20px; }
.categorySection h2 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 16px; color: #FFFFFF; background: linear-gradient(180deg, #8B0000 0%, #4a0000 100%); padding: 6px 10px; margin: 0 0 8px 0; border-left: 4px solid #DAA520; }

/* --- CHIPS --- */
.chips { margin: 0 0 6px 0; padding: 0; list-style: none; }
.chips li { display: inline-block; background: #FFF8DC; border: 1px solid #DAA520; color: #5a3d00; font-size: 10px; padding: 3px 8px; margin: 0 4px 5px 0; border-radius: 10px; }

/* --- GALLERY --- */
.galleryTable { width: 100%; border-collapse: collapse; }
.galleryTable td { width: 33%; padding: 4px; vertical-align: top; text-align: center; }
.galleryItem { background: #f9f6ee; border: 1px solid #bbb; padding: 4px 4px 2px 4px; }
.galleryItem img { width: 100%; height: 130px; object-fit: cover; border: 1px solid #888; display: block; }
.galleryItem .caption { font-size: 9px; color: #444; line-height: 1.4; padding: 3px 0 1px 0; }

/* --- REVIEWS --- */
.reviewCard { border: 1px solid #ddd; border-left: 3px solid #DAA520; background: #fffdf5; padding: 8px 10px; margin-bottom: 8px; font-size: 11px; }
.reviewCard .rHead { color: #8B0000; font-weight: bold; }
.reviewCard .rStars { color: #DAA520; font-weight: bold; }
.reviewCard .rWhen { color: #999; font-size: 9px; font-weight: normal; }
.reviewCard .rBody { color: #444; line-height: 1.6; margin-top: 3px; font-style: italic; }
.reviewSource { font-size: 9px; color: #888; text-align: right; margin-top: 4px; }

/* --- FAQ --- */
.faqItem { margin-bottom: 8px; }
.faqQ { font-weight: bold; color: #8B0000; font-size: 11px; }
.faqA { font-size: 11px; color: #444; line-height: 1.6; margin: 2px 0 0 0; }

/* --- HOURS / CONTACT / MAP --- */
.hoursTable { width: 100%; border-collapse: collapse; font-size: 11px; }
.hoursTable td { padding: 3px 8px; border-bottom: 1px dotted #ccc; }
.hoursTable td.day { font-weight: bold; width: 90px; color: #555; }
.hoursTable td.time { color: #333; }
.contactBox { background: linear-gradient(180deg, #fff 0%, #f5f0e1 100%); border: 1px solid #DAA520; padding: 12px; margin-bottom: 15px; }
.contactBox h3 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14px; color: #8B0000; margin: 0 0 8px 0; }
.contactBox p { font-size: 11px; line-height: 1.8; margin: 0; }
.mapBox { border: 2px solid #999; padding: 5px; background: #f0f0f0; margin-bottom: 12px; text-align: center; }
.mapBox iframe { border: 1px solid #666; }

.divider { height: 1px; background: linear-gradient(90deg, transparent, #DAA520, transparent); margin: 12px 0; }
.rating { color: #DAA520; font-size: 12px; font-weight: bold; }
.lastUpdated { font-size: 9px; color: #999; text-align: right; padding: 5px; font-style: italic; }

/* --- FOOTER --- */
#footer { width: 780px; background: linear-gradient(180deg, #2d1b4e 0%, #1a0a2e 100%); border-top: 3px solid #DAA520; padding: 15px; text-align: center; color: #999; font-size: 10px; box-sizing: border-box; }
#footer a { color: #DAA520; }
#footer a:hover { color: #FFD700; }
#footer .footerLinks { margin-bottom: 8px; }
#footer .footerLinks a { padding: 0 8px; border-right: 1px solid #444; }
#footer .footerLinks a:last-child { border-right: none; }
