/* Karate Stances Tab Styles */
.kyu-separator {
  border: none;
  border-top: 8px solid;
  margin: 2em auto 1em auto;
  position: relative;
  text-align: left;
  height: 0;
  max-width: 900px;
}
.kyu-label {
  position: relative;
  top: -1.6em;
  background: #fff;
  padding: 0 1.2em;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  display: inline-block;
}
.kyu-orange { border-color: orange; }
.kyu-blue { border-color: #1e90ff; }
.kyu-yellow { border-color: #ffd700; }
.kyu-green { border-color: #228b22; }
.kyu-brown { border-color: #8b4513; }
.kyu-black { border-color: #222; }
.page-title {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-title h1 {
  font-size: 2em;
  font-weight: bold;
  color: #1e90ff;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #f8f8f8 0%, #e0eaff 100%);
  border-radius: 12px;
  padding: 0.4em 1.2em;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(30,144,255,0.08);
  margin: 0;
}
.tab-panel-modern {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30,144,255,0.10), 0 1.5px 6px rgba(0,0,0,0.04);
  padding: 2.2em 1.1em 2.5em 1.1em;
  margin: 0 auto 2.5em auto;
  max-width: 700px;
  min-width: 320px;
  transition: box-shadow 0.2s;
}
@media (max-width: 1100px) {
  .tab-panel-modern {
    max-width: 100vw;
    padding: 1.1em 0.3em 1.5em 0.3em;
  }
}
.technique-block {
  border: 2px solid #e0eaff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30,144,255,0.07);
  background: linear-gradient(120deg, #fafdff 0%, #f2f7ff 100%);
  padding: 0.7em 0.8em 0.8em 0.8em;
  margin: 0.5em 0.2em 0.5em 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  max-width: 220px;
  min-height: 340px;
  height: 380px;
  box-sizing: border-box;
}
.technique-block img {
  max-width: 180px;
  max-height: 240px;
  width: auto;
  height: 240px;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px auto;
  border-radius: 7px;
  box-shadow: 0 1.5px 8px rgba(30,144,255,0.07);
  border: none;
}
td {
  padding: 10px 8px 10px 8px;
  border-right: 1.5px solid #e0eaff;
  vertical-align: top;
  background: none;
}
td:last-child {
  border-right: none;
}
@media (max-width: 900px) {
  .technique-block {
    min-width: 110px;
    max-width: 100%;
    min-height: 0;
    padding: 0.5em 0.3em 0.5em 0.3em;
  }
  .technique-block img {
    max-width: 90vw;
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 900px) {
  tr:nth-of-type(13) .technique-block {
    max-width: 98vw;
    min-width: 0;
  }
  tr:nth-of-type(13) .technique-block img {
    max-width: 90vw;
    height: auto;
  }
}