/* V32: shared Guitar Pages banner styling; all photographic banners use clean artwork plus one standard HTML title overlay. */
.sm-watch-heading {
  display:block;
  margin:0;
  padding:0;
  line-height:normal;
}
.sm-watch-video {
  display:block;
  position:relative;
  width:400px;
  height:225px;
  margin:0;
  padding:0;
  line-height:0;
}

.page-banner {
  position:relative;
  width:798px;
  height:336px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid #555;
  box-sizing:border-box;
  background:#222;
}
.page-banner-img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-banner-content {
  position:absolute;
  z-index:2;
  left:5%;
  right:5%;
  bottom:14px;
  padding:12px 18px 11px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:rgba(25,22,18,0.82);
  color:#fff;
  text-align:center;
  border-radius:9px;
}
.page-banner h1 {
  margin:0 0 5px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.08;
  font-weight:bold;
  text-shadow:2px 2px 3px #000;
}
.page-banner .banner-subtitle {
  color:#f1d79f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  line-height:1.25;
  font-weight:bold;
  text-shadow:2px 2px 3px #000;
}

.file-download-button {
  display:inline-block;
  box-sizing:border-box;
  width:78px;
  min-height:38px;
  padding:2px 3px;
  border:1px solid #9bbbd2;
  border-radius:3px;
  background:#eef7ff;
  color:#000080;
  font:12px Arial,sans-serif;
  line-height:1.1;
  text-align:center;
  white-space:normal;
  vertical-align:middle;
  cursor:pointer;
}
.file-download-button:hover {
  background:#e1f1fc;
}
.file-download-button:active {
  background:#d5e9f7;
}


/* Shared Guitar Pages navigation strip — standardised 16/09/2026 */
.guitar-page-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f5f0e8;
  border-bottom: 1px solid #b7a083;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.guitar-page-nav a {
  display: inline-block;
  padding: 5px 9px;
  color: #663300;
  background: #ffffff;
  border: 1px solid #c9b99e;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}
.guitar-page-nav a:visited { color: #663300; }
.guitar-page-nav a:hover { background: #eee5d7; }
.guitar-page-nav a[aria-current="page"] {
  font-weight: bold;
  background: #e8dfd0;
  border-color: #b9a27e;
}
@media (max-width: 700px) {
  .guitar-page-nav { gap: 5px; padding: 8px 7px; }
  .guitar-page-nav a { padding: 5px 7px; font-size: 0.88rem; }
}


/* Shared Guitar Pages width standard — 16/09/2026; My Tabs banner overlay standardised to bottom position */
:root { --guitar-page-width: 980px; }

/* The legacy pages use centred top-level tables as their outer frames.
   Standardise those frames so banner, navigation and footer widths agree. */
body > center > table.guitar-page-outer {
  width: var(--guitar-page-width) !important;
  max-width: 100%;
  box-sizing: border-box;
}

/* All photographic/banner headers use the same 19:8 presentation. */
.guitar-home-banner,
.tnt-banner,
.guitar-tunings-banner,
.tabread-banner {
  width: var(--guitar-page-width) !important;
  max-width: 100%;
}

.page-banner {
  width: var(--guitar-page-width);
  max-width: 100%;
  height: auto;
  aspect-ratio: 19 / 8;
}

/* The Players page uses a modern outer shell rather than a legacy table. */
.page-shell {
  width: min(var(--guitar-page-width), calc(100% - 24px));
}

@media (max-width: 700px) {
  .page-banner { height: auto; }
}
