
/* Phase 21M.6.10 — Pocket Tackle Refresh Status */

.dvh21m610-refresh{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:9px 0 8px;
  padding:8px 10px;
  border:1px solid rgba(16,43,39,.09);
  border-radius:13px;
  background:rgba(255,255,255,.78);
}

.dvh21m610-refresh>div{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  color:#123f38;
  font-size:.66rem;
  font-weight:850;
}

.dvh21m610-refresh small{
  color:#85908b;
  font-size:.59rem;
  font-weight:700;
  white-space:nowrap;
}

.dvh21m610-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#3f8b69;
  box-shadow:0 0 0 3px rgba(63,139,105,.10);
}

.dvh21m610-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:31px;
  padding:0 10px;
  border:1px solid rgba(18,63,56,.14);
  border-radius:999px;
  background:#eef3ef;
  color:#123f38;
  font:900 .63rem/1 Inter,ui-sans-serif,system-ui,sans-serif;
  cursor:pointer;
}

.dvh21m610-button:hover{
  background:#e5ece7;
}

.dvh21m610-button.is-refreshing span{
  animation:dvh21m610-spin .75s linear infinite;
}

@keyframes dvh21m610-spin{
  to{transform:rotate(360deg)}
}

@media(max-width:600px){
  body .dvh21b-shell .dvh21m610-refresh{
    margin:7px 0 7px!important;
    padding:7px 8px!important;
    border-radius:12px!important;
  }

  body .dvh21b-shell .dvh21m610-refresh>div{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    gap:1px 6px!important;
    font-size:.61rem!important;
  }

  body .dvh21b-shell .dvh21m610-dot{
    grid-row:1 / 3!important;
    align-self:center!important;
  }

  body .dvh21b-shell .dvh21m610-refresh small{
    font-size:.55rem!important;
  }

  body .dvh21b-shell .dvh21m610-button{
    min-height:30px!important;
    padding:0 9px!important;
    font-size:.59rem!important;
  }
}
