/* V131 — centered header, local club results and keyboard-safe player entry. */
#root .topbar {
  position:relative!important;
  top:0!important;
}
.portal-home-button {
  position:absolute!important;
  top:14px!important;
  left:max(14px,calc((100vw - 1360px) / 2 + 14px))!important;
  right:auto!important;
}
#kkLangSwitch,
#kkLangSwitch.is-positioned {
  position:absolute!important;
  top:14px!important;
  left:calc(max(14px,calc((100vw - 1360px) / 2 + 14px)) + 104px)!important;
  right:auto!important;
  bottom:auto!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
@media (min-width:901px) {
  #root .topbar {
    padding-left:258px!important;
  }
}

@media (max-width:760px), (orientation:landscape) and (pointer:coarse), (orientation:landscape) and (max-height:600px) {
  .portal-home-button {
    top:10px!important;
    left:max(10px,env(safe-area-inset-left))!important;
    width:38px!important;
    height:36px!important;
    min-width:38px!important;
    padding:0!important;
    justify-content:center!important;
  }
  .portal-home-button span {
    display:none!important;
  }
  #kkLangSwitch,
  #kkLangSwitch.is-positioned {
    top:10px!important;
    left:54px!important;
    width:auto!important;
    height:36px!important;
    gap:2px!important;
    padding:2px 3px!important;
  }
  #kkLangSwitch button {
    width:32px!important;
    min-width:32px!important;
    height:30px!important;
    padding:0 5px!important;
  }
  #root .topbar {
    min-height:56px!important;
    padding:7px 8px 7px 132px!important;
  }
  #root .topbar .brand {
    display:none!important;
  }
  #root .topbar .topnav {
    width:auto!important;
    min-width:0!important;
    margin-left:auto!important;
    gap:4px!important;
    flex-wrap:nowrap!important;
  }
  #root .topbar .topnav__info,
  #root .topbar .topnav__primary {
    min-width:36px!important;
    min-height:36px!important;
    height:36px!important;
    padding:0 8px!important;
    font-size:10px!important;
  }
  #root .topbar .topnav button span {
    display:none!important;
  }

  #root .players-grid,
  #root .players-grid > .player-card {
    min-width:0!important;
  }
  #root .players-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  #root .player-card {
    min-width:0!important;
  }
  #root .club-search {
    position:relative!important;
    min-width:0!important;
    contain:none!important;
  }
  #root .club-search input {
    width:100%!important;
    min-width:0!important;
    font-size:16px!important;
  }
  #root .club-summary {
    grid-template-columns:1.2fr .8fr 1fr!important;
  }
  #root .club-summary > div {
    min-width:0!important;
  }
  #root .club-summary b {
    display:block!important;
    overflow:visible!important;
    line-height:1.16!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    text-overflow:clip!important;
  }

  body.wos-career-search-active #root .wos-active-club-card {
    position:fixed!important;
    top:var(--wos-viewport-top,0)!important;
    right:0!important;
    left:0!important;
    z-index:2147481100!important;
    display:flex!important;
    flex-direction:column!important;
    width:100vw!important;
    height:var(--wos-visible-height,520px)!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:7px 8px max(6px,env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#eef4ef!important;
    box-shadow:none!important;
    transform:none!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .player-card__head {
    display:flex!important;
    flex:0 0 36px!important;
    min-height:36px!important;
    margin:0 0 5px!important;
    padding:0 3px!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-search {
    display:grid!important;
    flex:0 0 52px!important;
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    padding:5px 7px!important;
    overflow:visible!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-search input {
    min-height:40px!important;
    height:40px!important;
    padding:0 7px!important;
    font-size:16px!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-summary,
  body.wos-career-search-active #root .wos-active-club-card .role-card {
    display:none!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .search-menu {
    position:absolute!important;
    top:calc(100% + 5px)!important;
    right:0!important;
    bottom:auto!important;
    left:0!important;
    z-index:5!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:start!important;
    width:100%!important;
    max-width:none!important;
    max-height:calc(var(--wos-visible-height,520px) - 105px)!important;
    margin:0!important;
    padding:6px!important;
    gap:5px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border-radius:13px!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    transform:none!important;
    contain:layout paint style!important;
    box-shadow:0 14px 34px rgba(18,54,35,.22)!important;
  }
  body.wos-career-search-active #root .search-menu__caption {
    position:sticky!important;
    top:-6px!important;
    z-index:2!important;
    grid-column:1 / -1!important;
    min-height:30px!important;
    padding:6px 7px!important;
    font-size:9px!important;
  }
  body.wos-career-search-active #root .search-menu button {
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    min-width:0!important;
    min-height:58px!important;
    padding:5px!important;
    align-items:center!important;
    gap:5px!important;
    overflow:hidden!important;
    border-radius:9px!important;
  }
  body.wos-career-search-active #root .search-menu button > span,
  body.wos-career-search-active #root .search-menu button > div {
    min-width:0!important;
  }
  body.wos-career-search-active #root .search-menu button b,
  body.wos-career-search-active #root .search-menu button small {
    display:-webkit-box!important;
    overflow:hidden!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    -webkit-box-orient:vertical!important;
    text-overflow:clip!important;
  }
  body.wos-career-search-active #root .search-menu button b {
    font-size:9.5px!important;
    -webkit-line-clamp:2!important;
  }
  body.wos-career-search-active #root .search-menu button small {
    font-size:7px!important;
    -webkit-line-clamp:2!important;
  }
  body.wos-career-search-active #root .search-menu button em {
    display:none!important;
  }

  body.wos-keyboard-open #root .app-shell.is-match-started .round-arena {
    position:fixed!important;
    top:var(--wos-viewport-top,0)!important;
    right:0!important;
    left:0!important;
    z-index:2147481000!important;
    display:flex!important;
    flex-direction:column!important;
    width:100vw!important;
    height:var(--wos-visible-height,520px)!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:0!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-scoreboard {
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr)!important;
    gap:4px!important;
    flex:0 0 72px!important;
    min-height:72px!important;
    padding:4px 7px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team {
    min-height:60px!important;
    height:60px!important;
    padding:4px 6px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team .club-badge--lg {
    width:38px!important;
    height:38px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team b {
    font-size:10px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team span {
    font-size:6px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .timer-ring {
    width:48px!important;
    height:48px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-content {
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:4px!important;
    overflow:hidden!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-heading-row,
  body.wos-keyboard-open #root .app-shell.is-match-started .opponent-strip,
  body.wos-keyboard-open #root .app-shell.is-match-started .round-match-meta,
  body.wos-keyboard-open #root .app-shell.is-match-started .round-player-choice {
    display:none!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-play-grid {
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    min-height:0!important;
    padding:3px!important;
    overflow:hidden!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .answer-area {
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:0!important;
    padding:4px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .answer-box {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:4px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .answer-box input {
    grid-column:1 / -1!important;
    min-height:45px!important;
    height:45px!important;
    font-size:16px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .answer-box > button {
    min-width:0!important;
    min-height:36px!important;
    height:36px!important;
    padding:3px!important;
    font-size:8px!important;
  }
  #root .app-shell.is-match-started .player-suggestions {
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:150px!important;
    margin-top:4px!important;
    padding:4px!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    contain:layout paint style!important;
  }
  #root .app-shell.is-match-started .player-suggestions__label {
    margin-bottom:3px!important;
    font-size:7px!important;
  }
  #root .app-shell.is-match-started .player-suggestions__grid {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    gap:3px!important;
  }
  #root .app-shell.is-match-started .player-suggestions button {
    min-width:0!important;
    min-height:54px!important;
    padding:3px!important;
    overflow:hidden!important;
    text-align:center!important;
  }
  #root .app-shell.is-match-started .player-suggestion-flag {
    width:22px!important;
    height:22px!important;
    margin:0 auto 2px!important;
  }
  #root .app-shell.is-match-started .player-suggestion-info b {
    display:-webkit-box!important;
    overflow:hidden!important;
    font-size:8px!important;
    line-height:1.05!important;
    white-space:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  #root .app-shell.is-match-started .player-suggestion-info small {
    display:none!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .feedback {
    flex:0 0 auto!important;
    min-height:27px!important;
    max-height:34px!important;
    margin-top:3px!important;
    padding:4px 6px!important;
    overflow:auto!important;
    font-size:8px!important;
  }
}

/* Header: the title is mathematically centered; language controls live beside Bilgi. */
#root .topbar {
  isolation:isolate!important;
  min-height:64px!important;
  padding:8px 12px 8px 132px!important;
  overflow:visible!important;
}
#root .topbar .brand {
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  z-index:1!important;
  display:flex!important;
  width:auto!important;
  max-width:34vw!important;
  min-width:0!important;
  margin:0!important;
  transform:translate(-50%,-50%)!important;
  justify-content:center!important;
  pointer-events:auto!important;
}
#root .topbar .brand img,
#root .topbar .brand div > span {
  display:none!important;
}
#root .topbar .brand div {
  display:block!important;
  min-width:0!important;
}
#root .topbar .brand strong {
  display:block!important;
  overflow:hidden!important;
  font-size:clamp(17px,1.8vw,24px)!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-align:center!important;
  text-overflow:ellipsis!important;
}
#root .topbar .topnav {
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  width:auto!important;
  min-width:0!important;
  margin-left:auto!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
}
#root .topbar .topnav #kkLangSwitch,
#kkLangSwitch,
#kkLangSwitch.is-positioned {
  position:static!important;
  inset:auto!important;
  order:1!important;
  display:flex!important;
  width:auto!important;
  height:38px!important;
  margin:0!important;
  padding:2px 3px!important;
  gap:2px!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
}
#root .topbar .topnav #kkLangSwitch button {
  width:36px!important;
  min-width:36px!important;
  height:32px!important;
  padding:0 6px!important;
}
#root .topbar .topnav #kkLangSwitch button span:last-child,
#root .topbar .topnav #kkLangSwitch .portal-lang-switch__label {
  display:none!important;
}
#root .topbar .topnav .topnav__info { order:2!important; }
#root .topbar .topnav .topnav__primary { order:3!important; }

@media (max-width:760px), (orientation:landscape) and (pointer:coarse), (orientation:landscape) and (max-height:600px) {
  .portal-home-button {
    top:9px!important;
    left:max(8px,env(safe-area-inset-left))!important;
    z-index:70!important;
  }
  #root .topbar {
    display:flex!important;
    flex-direction:column!important;
    min-height:100px!important;
    padding:49px 7px 7px!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
  }
  #root .topbar .brand {
    top:21px!important;
    max-width:calc(100% - 112px)!important;
    transform:translateX(-50%)!important;
  }
  #root .topbar .brand strong {
    font-size:18px!important;
  }
  #root .topbar .topnav {
    width:100%!important;
    margin:0!important;
    justify-content:center!important;
  }
  #root .topbar .topnav__info,
  #root .topbar .topnav__primary {
    display:inline-flex!important;
    width:auto!important;
    min-width:62px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0 8px!important;
    gap:4px!important;
    font-size:10px!important;
    justify-content:center!important;
  }
  #root .topbar .topnav button span {
    display:inline!important;
  }

  /*
    Team search is a bounded dropdown belonging to its input. It spans the
    two compact player columns for readable names, but never becomes a page
    or viewport layer.
  */
  body.wos-career-search-active #root .wos-active-club-card {
    position:relative!important;
    inset:auto!important;
    z-index:160!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:10px!important;
    overflow:visible!important;
    border:1px solid rgba(255,255,255,.76)!important;
    border-radius:18px!important;
    outline:1px solid rgba(191,144,49,.54)!important;
    outline-offset:-5px!important;
    background:
      radial-gradient(circle at 50% 13%,rgba(255,255,255,.84),transparent 34%),
      linear-gradient(155deg,rgba(250,248,242,.96),rgba(218,225,223,.93))!important;
    box-shadow:0 14px 30px rgba(3,27,42,.14),inset 0 1px 0 #fff!important;
    transform:none!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .player-card__head {
    display:flex!important;
    min-height:0!important;
    height:auto!important;
    margin-bottom:7px!important;
    padding:0!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-search {
    display:flex!important;
    width:100%!important;
    min-height:52px!important;
    height:auto!important;
    margin:0!important;
    padding:6px!important;
    overflow:visible!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-search input {
    min-height:40px!important;
    height:40px!important;
    padding:0 7px!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .club-summary {
    display:grid!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .role-card {
    display:flex!important;
  }
  #root .players-grid,
  #root .player-card,
  #root .club-search {
    overflow:visible!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .search-menu,
  #root .club-search:focus-within .search-menu,
  body.wos-keyboard-open #root .club-search:focus-within .search-menu {
    position:absolute!important;
    top:calc(100% + 5px)!important;
    right:auto!important;
    bottom:auto!important;
    left:0!important;
    z-index:2147482600!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-rows:auto!important;
    align-content:start!important;
    width:min(calc(200% + 6px),calc(100vw - 20px))!important;
    max-width:430px!important;
    height:auto!important;
    max-height:262px!important;
    margin:0!important;
    padding:5px!important;
    gap:4px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border-radius:13px!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    transform:none!important;
    contain:layout paint style!important;
    box-shadow:0 16px 38px rgba(5,23,38,.28)!important;
  }
  #root .players-grid > .player-card:nth-child(even) .search-menu {
    right:0!important;
    left:auto!important;
  }
  body.wos-career-search-active #root .search-menu__caption,
  #root .club-search:focus-within .search-menu__caption {
    position:sticky!important;
    top:-5px!important;
    z-index:2!important;
    grid-column:1!important;
    grid-row:auto!important;
    min-height:28px!important;
    height:28px!important;
    margin:0!important;
    padding:6px 8px!important;
    font-size:9px!important;
  }
  body.wos-career-search-active #root .search-menu button,
  #root .club-search:focus-within .search-menu button {
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr) auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    height:52px!important;
    margin:0!important;
    padding:5px 7px!important;
    gap:7px!important;
    align-items:center!important;
    overflow:hidden!important;
  }
  body.wos-career-search-active #root .search-menu button b,
  #root .club-search:focus-within .search-menu button b {
    display:block!important;
    overflow:hidden!important;
    font-size:10.5px!important;
    line-height:1.13!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    -webkit-line-clamp:unset!important;
  }
  body.wos-career-search-active #root .search-menu button small,
  #root .club-search:focus-within .search-menu button small {
    display:block!important;
    overflow:hidden!important;
    font-size:7.5px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    -webkit-line-clamp:unset!important;
  }
  body.wos-career-search-active #root .search-menu button em,
  #root .club-search:focus-within .search-menu button em {
    display:block!important;
    font-size:7px!important;
  }

  /* Full team identities stay visible during footballer entry. */
  #root .app-shell.is-match-started .round-team > div:not(.club-badge),
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team > div:not(.club-badge) {
    display:flex!important;
    min-width:0!important;
    flex-direction:column!important;
    gap:1px!important;
  }
  #root .app-shell.is-match-started .round-team b,
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team b {
    display:-webkit-box!important;
    overflow:hidden!important;
    font-size:9px!important;
    line-height:1.05!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  #root .app-shell.is-match-started .round-team span,
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team span {
    display:block!important;
    overflow:hidden!important;
    font-size:6.5px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  #root .app-shell.is-match-started .player-suggestions {
    max-height:168px!important;
  }
  #root .app-shell.is-match-started .player-suggestions button {
    min-height:62px!important;
    height:auto!important;
  }
  #root .app-shell.is-match-started .player-suggestion-info small {
    display:-webkit-box!important;
    overflow:hidden!important;
    margin-top:2px!important;
    font-size:6.5px!important;
    line-height:1.05!important;
    white-space:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
}

@media (orientation:landscape) and (pointer:coarse), (orientation:landscape) and (max-height:600px) {
  #root .topbar {
    min-height:56px!important;
    padding:6px 8px 6px 56px!important;
    flex-direction:row!important;
  }
  #root .topbar .brand {
    top:50%!important;
    max-width:30vw!important;
    transform:translate(-50%,-50%)!important;
  }
  #root .topbar .topnav {
    width:auto!important;
    margin-left:auto!important;
    justify-content:flex-end!important;
  }
  #root .topbar .topnav__info,
  #root .topbar .topnav__primary {
    min-width:56px!important;
    height:36px!important;
    min-height:36px!important;
  }
  .portal-home-button {
    top:10px!important;
  }
  body.wos-career-search-active #root .wos-active-club-card .search-menu,
  #root .club-search:focus-within .search-menu,
  body.wos-keyboard-open #root .club-search:focus-within .search-menu {
    grid-auto-rows:auto!important;
    max-height:165px!important;
    padding:4px!important;
    gap:3px!important;
  }
  body.wos-career-search-active #root .search-menu__caption,
  #root .club-search:focus-within .search-menu__caption {
    top:-4px!important;
    min-height:21px!important;
    height:21px!important;
    padding:3px 7px!important;
  }
  body.wos-career-search-active #root .search-menu button,
  #root .club-search:focus-within .search-menu button {
    grid-template-columns:28px minmax(0,1fr) auto!important;
    min-height:31px!important;
    height:31px!important;
    padding:3px 6px!important;
  }
  body.wos-career-search-active #root .search-menu button b,
  #root .club-search:focus-within .search-menu button b {
    font-size:9px!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  body.wos-career-search-active #root .search-menu button small,
  #root .club-search:focus-within .search-menu button small {
    display:none!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-arena {
    display:grid!important;
    grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr)!important;
    grid-template-rows:1fr!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-scoreboard {
    grid-column:1!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:1fr 52px 1fr!important;
    min-height:0!important;
    height:100%!important;
    padding:5px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-content {
    grid-column:2!important;
    grid-row:1!important;
    height:100%!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-pass-status,
  body.wos-keyboard-open #root .app-shell.is-match-started .round-feedback-stack {
    display:none!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .answer-area > label {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    white-space:nowrap!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .player-suggestions {
    flex:1 1 auto!important;
    min-height:120px!important;
    max-height:none!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .player-suggestions button {
    min-height:54px!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .player-suggestion-info small {
    -webkit-line-clamp:1!important;
  }
  body.wos-keyboard-open #root .app-shell.is-match-started .round-team {
    width:100%!important;
    min-height:0!important;
    height:auto!important;
  }
}
