/* Instructor image badge refinement — v0.3.00 */

/*
 * Tablet and mobile desktop mode only.
 * Replace the full-width overlay bar with a compact floating badge.
 */
@media (min-width: 761px) and (max-width: 1080px) {
  .sds-home-instructor__media figcaption {
    left: 16px;
    right: auto;
    bottom: 16px;
    width: auto;
    max-width: calc(100% - 32px);
    min-height: 42px;
    padding: 8px 12px 8px 9px;
    gap: 9px;
    border: 1px solid rgba(211, 225, 235, .95);
    border-radius: 7px;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .sds-home-instructor__media figcaption span {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 7px;
    background: #f7fbfe;
  }

  .sds-home-instructor__media figcaption svg {
    width: 15px;
    height: 15px;
  }

  .sds-home-instructor__media figcaption strong {
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
  }
}
