/* 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: 1.1rem; }
  .staerkensieb-main-bubble .tag-weight-2 { font-size: 1.3rem; }
  .staerkensieb-main-bubble .tag-weight-3 { font-size: 1.5rem; }
  .staerkensieb-main-bubble .tag-weight-4 { font-size: 1.7rem; }
  .staerkensieb-main-bubble .tag-weight-5 { font-size: 1.9rem; }

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