/* MOBILE MINI CIRCLES (FINAL STRUCTURE) */
@media (max-width: 767px) {

  /* Container */
  .staerkensieb-mini-circles {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Bubbles */
  .staerkensieb-mini-circles .mini-bubble {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    min-height: 60px !important;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
  }

}

/* MOBILE TOPBAR (FINAL STRUCTURE) */
@media (max-width: 767px) {
  .staerkensieb-topbar {
    position: static !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    margin: 20px 0 0 0 !important;
  }

  .staerkensieb-topbar .staerkensieb-menu {
    order: 1;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }

  .staerkensieb-topbar .staerkensieb-mini-circles {
    order: 2;
  }

  .staerkensieb-topbar .staerkensieb-language-menu {
    order: 3;
  }
}

/* MOBILE MAIN BUBBLE (FINAL STRUCTURE) */
@media (max-width: 767px) {
  .staerkensieb-main-bubble {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
    border-radius: 20px !important;
    min-height: 200px;
    padding: 10px;
  }

  .staerkensieb-main-bubble .staerkensieb-tag {
    position: static !important;
    display: block;
    margin: 0.2rem 0;
    left: unset !important;
    top: unset !important;
  }

  .staerkensieb-main-bubble .staerkensieb-tag:first-of-type {
    margin-top: 0.4rem;
  }

  .staerkensieb-main-bubble .staerkensieb-tag:last-of-type {
    margin-bottom: 0.4rem;
  }

  .staerkensieb-main-bubble .tag-weight-1 { font-size: 0.875rem; }
  .staerkensieb-main-bubble .tag-weight-2 { font-size: 1rem; }
  .staerkensieb-main-bubble .tag-weight-3 { font-size: 1.125rem; }
  .staerkensieb-main-bubble .tag-weight-4 { font-size: 1.25rem; }
  .staerkensieb-main-bubble .tag-weight-5 { font-size: 1.375rem; }

  .staerkensieb-tag {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* Bunker-Kreis: nicht wie Hauptkreis (absolute Tags + height:auto = leer auf Mobile) */
  .staerkensieb-bunker-bubble.staerkensieb-main-bubble {
    width: 100% !important;
    height: auto !important;
    min-height: 140px;
    border-radius: 12px !important;
    padding: 1rem !important;
    overflow: visible !important;
  }

  .staerkensieb-bunker-bubble .staerkensieb-bunker-tag,
  .staerkensieb-bunker-bubble.staerkensieb-main-bubble .staerkensieb-tag {
    position: static !important;
    display: inline-flex !important;
    width: auto;
    max-width: 100%;
  }

  /* CPT-Eingabeformular [staerkensieb_add_form]: Feld ~50 % höher als Standard (3.2em → 4.8em) */
  .staerkensieb-add-form-host[data-input-rows] .staerkensieb-new-strength,
  .staerkensieb-add-form-host .staerkensieb-new-strength[data-input-rows],
  .staerkensieb-add-form-host:not([data-input-rows]) .staerkensieb-new-strength,
  .staerkensieb-add-form-host [id^="staerkensieb-new-strength"] {
    min-height: 4.8em !important;
  }
}
