/* PlayCourse Tippy.js overrides — dark theme + 6px rounded corners.
 * Loaded after tippy.css so the custom values win the cascade. */

.tippy-box {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  padding: 1px 2px;
  background-color: #0f172a;
  color: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .25), 0 2px 4px rgba(15, 23, 42, .15);
}

.tippy-box[data-placement^='top']    > .tippy-arrow::before { border-top-color:    #0f172a; }
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before { border-bottom-color: #0f172a; }
.tippy-box[data-placement^='left']   > .tippy-arrow::before { border-left-color:   #0f172a; }
.tippy-box[data-placement^='right']  > .tippy-arrow::before { border-right-color:  #0f172a; }

.tippy-content { padding: 6px 10px; }
