/* OLD-SCREEN-TIME-MUSEUM-GUIDE-CSS-20260806 */
#old-screen-guide-quick-entry{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:12px 0 2px;
}
#old-screen-guide-quick-entry .osm-guide-chip{
  appearance:none;
  min-height:38px;
  padding:7px 14px;
  border:1px solid rgba(31,111,102,.25);
  border-radius:999px;
  background:#fffaf0;
  color:#176e65;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
#old-screen-guide-quick-entry .osm-guide-chip:hover,
#old-screen-guide-quick-entry .osm-guide-chip:focus-visible{
  border-color:#176e65;
  outline:none;
  box-shadow:0 0 0 3px rgba(31,111,102,.12);
}

#old-screen-time-museum-guide-result{
  width:min(100%, 980px);
  margin:18px auto 26px;
  padding:26px;
  border:1px solid rgba(182,139,64,.35);
  border-radius:22px;
  background:linear-gradient(180deg,#fff9ed 0%,#fffdf7 100%);
  color:#43372d;
  box-shadow:0 16px 38px rgba(53,43,32,.08);
}
#old-screen-time-museum-guide-result .osm-guide-eyebrow{
  margin:0 0 7px;
  color:#a14e32;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
#old-screen-time-museum-guide-result h2{
  margin:0;
  color:#241c16;
  font-size:clamp(28px,4vw,42px);
  line-height:1.28;
}
#old-screen-time-museum-guide-result .osm-guide-lead{
  margin:12px 0 0;
  font-size:17px;
  line-height:1.85;
}
#old-screen-time-museum-guide-result .osm-guide-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 0;
}
#old-screen-time-museum-guide-result .osm-guide-proof span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 10px;
  border-radius:999px;
  background:#edf7ef;
  color:#356941;
  font-size:13px;
  font-weight:800;
}
#old-screen-time-museum-guide-result .osm-guide-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:22px 0;
}
#old-screen-time-museum-guide-result .osm-guide-step{
  padding:15px;
  border:1px solid #e4d7c4;
  border-radius:15px;
  background:#fff;
}
#old-screen-time-museum-guide-result .osm-guide-step b{
  display:block;
  margin-bottom:5px;
  color:#a14e32;
  font-size:13px;
}
#old-screen-time-museum-guide-result .osm-guide-step strong{
  display:block;
  margin-bottom:4px;
  color:#241c16;
}
#old-screen-time-museum-guide-result .osm-guide-step span{
  font-size:14px;
  line-height:1.65;
}
#old-screen-time-museum-guide-result .osm-guide-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
#old-screen-time-museum-guide-result .osm-guide-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:8px 16px;
  border-radius:999px;
  background:#176e65;
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
#old-screen-time-museum-guide-result .osm-guide-actions a.secondary{
  border:1px solid #d9cbb7;
  background:#fff;
  color:#516d7d;
}
#old-screen-time-museum-guide-result .osm-guide-boundary{
  margin:18px 0 0;
  padding:14px 16px;
  border-left:4px solid #d99a00;
  border-radius:10px;
  background:#fff2c9;
  color:#5c492e;
  line-height:1.75;
}
@media(max-width:760px){
  #old-screen-time-museum-guide-result{
    width:100%;
    margin:16px 0 22px;
    padding:21px 17px;
    border-radius:18px;
  }
  #old-screen-time-museum-guide-result .osm-guide-steps{
    grid-template-columns:1fr;
  }
  #old-screen-time-museum-guide-result .osm-guide-actions a{
    width:100%;
  }
}
