/* ============================================================
   Forté Kitchen & Bar - Stylesheet
   Palette: Navy #0D1B2A | Gold #C9A84C | Cream #FAF7F2 | Text #2C1E10
   Fonts: Playfair Display (headings/italic) + Lato (body)
   ============================================================ */

:root {
  --black:     #0A0A0A;
  --navy:      #0D1B2A;
  --navy2:     #152238;
  --navy3:     #1E3050;
  --gold:      #C9A84C;
  --gold-lt:   #E2C472;
  --gold-dark: #8B6914;
  --cream:     #FAF7F2;
  --cream2:    #F2EDE3;
  --white:     #FFFFFF;
  --text:      #2C1E10;
  --gray:      #7A736C;
  --lt-gray:   #E4DDD4;
  --shadow:    0 4px 20px rgba(10,10,10,.15);
  --shadow-lg: 0 12px 40px rgba(10,10,10,.25);
  --radius:    3px;
  --ease:      all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; font-weight: 700; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ── TOPBAR ── */
.topbar { background: var(--black); color: rgba(255,255,255,.55); font-size: .79rem; padding: .45rem 2rem; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.topbar-left { display: flex; align-items: center; gap: 1.75rem; }
.topbar-left span { display: flex; align-items: center; gap: .4rem; }
.topbar i { color: var(--gold); }
.topbar-right a { color: var(--gold); font-weight: 700; letter-spacing: .04em; display: flex; align-items: center; gap: .4rem; }

/* ── NAVBAR ── */
.navbar { position: sticky; top: 0; z-index: 999; background: var(--navy); border-bottom: 1px solid rgba(201,168,76,.15); padding: 0 2rem; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { display: flex; align-items: baseline; gap: .45rem; }
.logo-forte { font-family: 'Playfair Display', serif; font-size: 1.45rem; font-weight: 700; color: var(--gold); letter-spacing: .12em; }
.logo-sub { font-size: .64rem; font-weight: 400; color: rgba(255,255,255,.4); letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 2.25rem; }
.nav-links a { font-size: .82rem; font-weight: 400; color: rgba(255,255,255,.7); letter-spacing: .08em; text-transform: uppercase; transition: var(--ease); }
.nav-links a:hover { color: var(--gold-lt); }
.btn-nav-reserve { background: rgba(201,168,76,.12) !important; color: var(--gold) !important; padding: .42rem 1.1rem; border-radius: var(--radius) !important; border: 1px solid rgba(201,168,76,.35) !important; font-weight: 700 !important; }
.btn-nav-reserve:hover { background: rgba(201,168,76,.22) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: rgba(255,255,255,.7); transition: var(--ease); }

/* ── HERO ── */
.hero { position: relative; min-height: 96vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .18; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,27,42,.97) 40%, rgba(13,27,42,.72) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; width: 100%; }
.hero-eyebrow { display: flex; align-items: center; gap: .85rem; font-size: .72rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.gold-line { display: inline-block; width: 32px; height: 1px; background: var(--gold); opacity: .6; }
.hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); color: var(--white); margin-bottom: 1.5rem; max-width: 700px; line-height: 1.1; }
.hero h1 em { font-style: italic; color: var(--gold-lt); font-weight: 400; }
.hero-desc { color: rgba(255,255,255,.62); font-size: 1.06rem; max-width: 500px; line-height: 1.8; margin-bottom: 2.5rem; font-weight: 300; }
.hero-btns { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-bottom: 4rem; }
.hero-strip { display: flex; align-items: center; gap: 2.5rem; border-top: 1px solid rgba(201,168,76,.18); padding-top: 2rem; flex-wrap: wrap; }
.hero-strip-item { display: flex; flex-direction: column; gap: .2rem; }
.strip-label { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.38); }
.strip-val { font-size: .92rem; color: var(--gold-lt); font-family: 'Playfair Display', serif; font-style: italic; }
.strip-div { width: 1px; height: 34px; background: rgba(201,168,76,.18); }

/* ── BUTTONS ── */
.btn-gold { display: inline-flex; align-items: center; gap: .5rem; background: var(--gold); color: var(--navy); padding: .9rem 2.25rem; border-radius: var(--radius); font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: none; cursor: pointer; transition: var(--ease); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(201,168,76,.3); }
.btn-outline-gold { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--gold); padding: .9rem 2.25rem; border-radius: var(--radius); font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: 1px solid rgba(201,168,76,.45); cursor: pointer; transition: var(--ease); }
.btn-outline-gold:hover { border-color: var(--gold); background: rgba(201,168,76,.08); }
.btn-outline-navy { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--navy); padding: .85rem 2.25rem; border-radius: var(--radius); font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid var(--navy); cursor: pointer; transition: var(--ease); }
.btn-outline-navy:hover { background: var(--navy); color: var(--cream); }
.btn-gold-lg { display: inline-flex; align-items: center; gap: .6rem; background: var(--gold); color: var(--navy); padding: 1rem 2.5rem; border-radius: var(--radius); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: none; cursor: pointer; transition: var(--ease); white-space: nowrap; }
.btn-gold-lg:hover { background: var(--gold-lt); transform: translateY(-2px); }

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; }

/* ── SECTION LABELS ── */
.section-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .55rem; display: block; }
.section-eyebrow.light { color: var(--gold); }
.section-header-center { text-align: center; margin-bottom: 3.5rem; }
.section-header-center h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); margin-bottom: .85rem; }
.light-heading { color: var(--white) !important; }
.section-sub { color: var(--gray); font-size: .97rem; max-width: 500px; margin: 0 auto; line-height: 1.8; }

/* ── FEATURED DISHES ── */
.featured-section { padding: 6rem 2rem; background: var(--cream); }
.dishes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem; }
.dish-card { border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); background: var(--white); transition: var(--ease); }
.dish-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.dish-img { position: relative; height: 240px; overflow: hidden; }
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dish-card:hover .dish-img img { transform: scale(1.05); }
.dish-badge { position: absolute; top: .85rem; left: .85rem; background: var(--navy); color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .85rem; }
.dish-info { padding: 1.5rem; border-top: 1px solid var(--lt-gray); }
.dish-category { font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .4rem; }
.dish-info h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: .45rem; font-weight: 600; }
.dish-info p { font-size: .85rem; color: var(--gray); line-height: 1.65; margin-bottom: 1rem; font-style: italic; }
.dish-price { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); font-weight: 700; }

/* ── ABOUT ── */
.about-section { padding: 6rem 2rem; background: var(--cream2); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5.5rem; align-items: center; }
.about-img-col { position: relative; }
.about-img-main { width: 100%; height: 520px; object-fit: cover; border-radius: 4px; }
.about-award-card { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--navy); border-radius: 4px; padding: 1.5rem; text-align: center; box-shadow: var(--shadow-lg); min-width: 154px; display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.about-award-card i { font-size: 1.75rem; color: var(--gold); }
.award-title { font-family: 'Playfair Display', serif; font-size: .9rem; font-weight: 700; color: var(--white); line-height: 1.2; }
.award-sub { font-size: .7rem; color: rgba(255,255,255,.45); letter-spacing: .06em; text-transform: uppercase; }
.about-text p { color: var(--gray); font-size: .97rem; line-height: 1.85; margin-bottom: 1.1rem; }
.about-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy); margin-bottom: 1.25rem; }
.philosophy-list { display: flex; flex-direction: column; gap: .7rem; margin: 1.75rem 0; }
.philosophy-list li { display: flex; align-items: center; gap: .75rem; font-size: .92rem; color: var(--text); }
.philosophy-list li i { color: var(--gold-dark); font-size: .76rem; flex-shrink: 0; }

/* ── RESERVE BAND ── */
.reserve-band { background: var(--navy); padding: 3.5rem 2rem; }
.reserve-band-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.reserve-band h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--white); margin-bottom: .35rem; }
.reserve-band p { color: rgba(255,255,255,.52); font-size: .95rem; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--black); padding: 5.5rem 2rem; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 3rem; }
.t-card { background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.12); border-radius: 4px; padding: 2rem; transition: var(--ease); }
.t-card:hover { background: rgba(255,255,255,.07); }
.t-stars { color: var(--gold); font-size: .92rem; letter-spacing: .06em; margin-bottom: .9rem; }
.t-text { font-size: .94rem; color: rgba(255,255,255,.65); line-height: 1.8; margin-bottom: 1.5rem; font-style: italic; font-family: 'Playfair Display', serif; font-weight: 400; }
.t-author { display: flex; align-items: center; gap: .8rem; border-top: 1px solid rgba(201,168,76,.12); padding-top: 1.1rem; }
.t-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(201,168,76,.3); }
.t-name { font-weight: 700; font-size: .88rem; color: var(--white); }
.t-detail { font-size: .74rem; color: rgba(255,255,255,.38); margin-top: .1rem; }

/* ── PRIVATE ── */
.private-section { padding: 6rem 2rem; background: var(--cream); }
.private-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.private-text p { color: var(--gray); font-size: .97rem; line-height: 1.85; margin-bottom: 1.1rem; }
.private-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy); margin-bottom: 1.25rem; }
.private-img { width: 100%; height: 420px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-lg); }

/* ── FOOTER ── */
footer { background: var(--navy); color: rgba(255,255,255,.5); padding: 4rem 2rem 2rem; border-top: 1px solid rgba(201,168,76,.1); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--gold); letter-spacing: .1em; display: block; }
.footer-logo-sub { font-size: .64rem; color: rgba(255,255,255,.32); letter-spacing: .15em; text-transform: uppercase; display: block; margin-bottom: .9rem; }
.footer-brand p { font-size: .87rem; line-height: 1.75; margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: .6rem; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,.06); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.45); font-size: .85rem; transition: var(--ease); }
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-col h4 { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 1.1rem; font-family: 'Lato', sans-serif; }
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { font-size: .87rem; color: rgba(255,255,255,.45); transition: var(--ease); }
.footer-col ul li a:hover { color: var(--gold-lt); }
.hours-list { display: flex; flex-direction: column; gap: .55rem; }
.h-row { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; }
.h-row span:first-child { color: rgba(255,255,255,.4); }
.h-row span:last-child { color: rgba(255,255,255,.78); font-weight: 700; }
.h-row.closed span { color: rgba(255,255,255,.22) !important; }
.footer-address { display: flex; align-items: flex-start; gap: .7rem; font-size: .87rem; margin-bottom: .75rem; }
.footer-address i { color: var(--gold); font-size: .78rem; margin-top: .24rem; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(201,168,76,.1); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .75rem; font-size: .79rem; }
.footer-bottom a { color: var(--gold-lt); }

/* ── PAGE HERO ── */
.page-hero { background: var(--navy); padding: 7rem 2rem 3.5rem; border-bottom: 1px solid rgba(201,168,76,.1); }
.page-hero .container { max-width: 1200px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: .45rem; font-size: .75rem; color: rgba(255,255,255,.4); margin-bottom: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumb a { color: var(--gold-lt); }
.breadcrumb-sep { opacity: .4; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); color: var(--white); margin-bottom: .6rem; }
.page-hero p { color: rgba(255,255,255,.55); font-size: .97rem; max-width: 520px; font-style: italic; font-family: 'Playfair Display', serif; }

/* ── MENU PAGE ── */
.menu-section { padding: 5rem 2rem; background: var(--cream); }
.menu-section .container { max-width: 960px; margin: 0 auto; }
.menu-block { margin-bottom: 4rem; }
.menu-block-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 2.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--lt-gray); }
.menu-block-icon { width: 48px; height: 48px; background: var(--navy); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.menu-block-header h2 { font-size: 1.9rem; color: var(--navy); }
.menu-block-note { font-size: .82rem; color: var(--gray); font-style: italic; margin-top: .15rem; font-family: 'Lato', sans-serif; }
.menu-items { display: flex; flex-direction: column; }
.menu-item { display: flex; align-items: flex-start; gap: 1.5rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(228,221,212,.65); }
.menu-item:last-child { border-bottom: none; }
.mi-body { flex: 1; }
.mi-name { font-family: 'Playfair Display', serif; font-size: 1.08rem; font-weight: 600; color: var(--navy); margin-bottom: .3rem; }
.mi-desc { font-size: .85rem; color: var(--gray); line-height: 1.65; font-style: italic; }
.mi-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .45rem; }
.mi-tag { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; padding: .2rem .55rem; border-radius: 2px; background: rgba(13,27,42,.07); color: var(--navy); }
.mi-price { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); white-space: nowrap; flex-shrink: 0; min-width: 46px; text-align: right; }
.menu-note { background: rgba(201,168,76,.06); border: 1px solid rgba(201,168,76,.2); border-radius: var(--radius); padding: 1rem 1.25rem; font-size: .86rem; color: var(--gray); display: flex; align-items: center; gap: .65rem; margin-top: 1.5rem; font-style: italic; }
.menu-note i { color: var(--gold-dark); flex-shrink: 0; }
.wine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.wine-cat h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 1.1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--lt-gray); }
.wine-item { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .6rem 0; border-bottom: 1px dashed rgba(228,221,212,.6); }
.wine-item:last-child { border-bottom: none; }
.wine-name { font-size: .9rem; color: var(--text); font-style: italic; font-family: 'Playfair Display', serif; }
.wine-region { font-size: .76rem; color: var(--gray); margin-top: .1rem; }
.wine-price { font-size: .85rem; font-weight: 700; color: var(--navy); white-space: nowrap; }

/* ── RESERVATIONS PAGE ── */
.reservations-section { padding: 5rem 2rem; background: var(--cream); }
.res-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: start; }
.res-form-box { background: var(--white); border-radius: 4px; padding: 2.5rem; box-shadow: var(--shadow-lg); border-top: 3px solid var(--gold); }
.res-form-box h2 { font-size: 1.75rem; color: var(--navy); margin-bottom: .4rem; }
.res-form-box > p { color: var(--gray); font-size: .9rem; margin-bottom: 2rem; font-style: italic; }
.form-group { display: flex; flex-direction: column; gap: .3rem; margin-bottom: 1.15rem; }
.form-group label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea { border: 1.5px solid var(--lt-gray); border-radius: var(--radius); padding: .72rem 1rem; font-size: .9rem; color: var(--text); background: var(--cream); transition: var(--ease); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.res-submit { display: flex; align-items: center; justify-content: center; gap: .5rem; width: 100%; background: var(--navy); color: var(--gold); border: none; border-radius: var(--radius); padding: .95rem; font-size: .88rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: var(--ease); margin-top: .5rem; }
.res-submit:hover { background: var(--navy2); transform: translateY(-2px); box-shadow: var(--shadow); }
.res-info { display: flex; flex-direction: column; gap: 1.5rem; }
.res-info-card { background: var(--white); border-radius: 4px; padding: 1.75rem; box-shadow: var(--shadow); border-left: 3px solid var(--gold); }
.res-info-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--navy); margin-bottom: .65rem; display: flex; align-items: center; gap: .55rem; }
.res-info-card h3 i { color: var(--gold-dark); font-size: .9rem; }
.res-info-card p { font-size: .88rem; color: var(--gray); line-height: 1.72; }
.res-divider { border: none; border-top: 1px solid var(--lt-gray); margin: .25rem 0; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .about-award-card { right: 1rem; }
  .private-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dishes-grid { grid-template-columns: repeat(2, 1fr); }
  .res-layout { grid-template-columns: 1fr; }
  .wine-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: var(--navy); padding: 1.5rem 2rem; gap: 1.25rem; border-top: 1px solid rgba(201,168,76,.15); z-index: 998; box-shadow: var(--shadow-lg); }
  .topbar { display: none; }
  .dishes-grid { grid-template-columns: 1fr; }
  .t-grid { grid-template-columns: 1fr; }
  .reserve-band-inner { flex-direction: column; text-align: center; }
  .form-row-2, .form-row-3 { grid-template-columns: 1fr; }
  .hero-strip { gap: 1.5rem; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ── YTS Demo Labels ── */
.btn-back-yts { background: rgba(30,58,138,.88) !important; color: #fff !important; padding: .42rem 1.05rem !important; border-radius: 999px !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .04em !important; white-space: nowrap !important; border: 1px solid rgba(99,162,251,.25) !important; transition: background .2s ease !important; }
.btn-back-yts::after { display: none !important; }
.btn-back-yts:hover { background: rgba(29,78,216,1) !important; color: #fff !important; }
.powered-yts { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .78rem; color: rgba(255,255,255,.45); }
.powered-yts a { color: #93c5fd; font-weight: 700; text-decoration: none; }
.powered-yts a:hover { text-decoration: underline; }
