/* CS_MOBILE_HEADER_BUTTON_V1 */

@media (max-width: 700px) {
  .cs-hdr {
    padding: 8px 10px !important;
    gap: 6px !important;
  }

  .cs-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 6px !important;
  }

  .cs-logo-mark {
    width: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
  }

  .cs-logo-mark img {
    width: 28px !important;
    height: auto !important;
  }

  .cs-logo-seq {
    display: none !important;
  }

  .cs-logo-txt {
    min-width: 0 !important;
  }

  .cs-logo-name {
    font-size: clamp(13px, 4vw, 17px) !important;
    letter-spacing: .035em !important;
    white-space: nowrap !important;
  }

  .cs-logo-by {
    font-size: 8px !important;
    white-space: nowrap !important;
  }

  .cs-header-right {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .cs-tagline {
    display: none !important;
  }

  .cs-main-site-link {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    gap: 0 !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }

  .cs-main-site-link-full,
  .cs-main-site-link-short {
    display: none !important;
  }

  .cs-main-site-link i {
    margin: 0 !important;
    font-size: 17px !important;
  }
}

@media (max-width: 360px) {
  .cs-logo-name {
    font-size: 12.5px !important;
  }

  .cs-logo-mark,
  .cs-logo-mark img {
    width: 25px !important;
    min-width: 25px !important;
  }
}
