.left,
.right{
  min-height:1280px;
}

.rules-shell{
  background:#e8e0c8;
  border-left:1px solid #b9a27e;
  border-right:1px solid #b9a27e;
  border-bottom:1px solid #b9a27e;
  min-height:1120px;
  box-shadow:0 1px 0 rgba(255,255,255,.35) inset;
}

.rules-header{
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px 14px 0;
}

.rules-breadcrumb{
  font-size:28px;
  line-height:1;
  color:#666;
  font-family:Georgia, "Times New Roman", serif;
}

.rules-header h1{
  margin:0;
  display:inline-block;
  padding:1px 0 3px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:27px;
  font-weight:400;
  color:#2f3540;
}

.rules-notice{
  margin:12px 14px 10px;
  padding:10px 12px;
  border:1px solid #c4b194;
  background:#f8efe0;
  color:#7d301a;
  font-size:14px;
  line-height:1.35;
}

.rules-notice a{
  color:#9d321d;
  font-weight:700;
}

.rules-notice-current{
  color:#5a2b13;
}

.rules-box{
  padding:8px 0 12px;
}

.rules-box h2,
.rules-box h3,
.rules-box h4{
  color:#2b2b23;
  font-weight:700;
}

.rules-box h2{
  margin:8px 14px 10px;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
}

.rules-box h3{
  margin:20px 0 10px;
  font-size:19px;
}

.rules-box h4{
  margin:16px 0 8px;
  font-size:15px;
}

.rules-intro,
.rules-box p,
.rules-box li,
.rules-examples div{
  font-size:12px;
  line-height:1.28;
  color:#27211a;
}

.rules-box > p,
.rules-box > .rules-section,
.rules-top-ten{
  margin-left:14px;
  margin-right:14px;
}

.rules-top-ten{
  margin-top:0;
  margin-bottom:18px;
  padding-left:32px;
}

.rules-top-ten li{
  margin:1px 0;
  color:#8d2c18;
  font-weight:700;
}

.rules-top-ten a{
  color:#8d2c18;
  text-decoration:none;
}

.rules-top-ten a:hover{
  text-decoration:underline;
}

.rules-section{
  padding-bottom:6px;
  border-bottom:1px solid #c9b79b;
}

.rules-section:last-of-type{
  border-bottom:none;
}

.rules-section ul{
  margin:0 0 10px 20px;
  padding-left:22px;
}

.rules-section li{
  margin:10px 0;
}

.rules-subsection{
  margin-top:10px;
}

.rules-examples{
  margin:0 0 12px 22px;
  padding:8px 10px;
  background:#f2e8d5;
  border:1px solid #cfbea0;
  width:fit-content;
  max-width:100%;
}

.rules-examples div{
  white-space:pre-wrap;
}

.rules-updated{
  margin:16px 14px 0;
  padding-top:10px;
  border-top:1px solid #b9aa90;
  font-family:Georgia, "Times New Roman", serif;
  font-size:12px;
  font-style:italic;
  color:#2a2a22;
}

.rules-actions{
  display:flex;
  gap:10px;
  margin:16px 14px 0;
}

.rules-button{
  display:inline-block;
  padding:8px 12px;
  background:#8b6c4d;
  border:1px solid #6e5035;
  color:#fff7eb;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}

.fluxo-rules-list li{
  color:#5a2b13;
}


.rules-choice-modal .rules-button{
  cursor:pointer;
}

.rules-button-alt{
  background:#ad8c68;
  border-color:#8d6d4b;
  color:#fff9f0;
}


.rules-header-plain,
.rules-header-plain h1,
.rules-header-plain .rules-breadcrumb{
  background:none !important;
  box-shadow:none !important;
  border:none !important;
}

body.rules-choice-open{
  overflow:hidden;
}

.rules-choice-overlay{
  position:fixed;
  inset:0;
  background:rgba(59, 39, 20, .42);
  z-index:10001;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.rules-choice-overlay.is-hidden{
  display:none;
}

.rules-choice-modal{
  width:min(620px, calc(100vw - 48px));
  background:#efe3cb;
  border:1px solid #b49671;
  box-shadow:0 0 0 1px rgba(255,255,255,.45) inset, 0 5px 14px rgba(0,0,0,.24);
  padding:16px 18px 18px;
}

.rules-choice-modal-title{
  font-family:Georgia, "Times New Roman", serif;
  font-size:29px;
  line-height:1;
  color:#35312a;
  margin-bottom:10px;
}

.rules-choice-modal-text{
  margin:0;
  color:#452b1c;
  font-size:14px;
  line-height:1.48;
}

.rules-choice-modal-note{
  margin-top:11px;
  padding:10px 12px;
  border:1px solid #cab699;
  background:#f9f0e2;
  color:#7d301a;
  font-size:13px;
  line-height:1.4;
}

.rules-choice-modal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}


.rules-button-close{
  background:#efe3cb;
  border-color:#b49671;
  color:#6a3b22;
}

.rules-button-close:hover{
  background:#e6d7bc;
}

/* v65: keep rules pages the same full center width as frontpage/find/register */
.rules-page{
  width:100%;
}

.rules-shell{
  width:100%;
  max-width:none;
  margin:0;
  box-sizing:border-box;
}


.rules-brand-blur{
  display:inline-block;
  filter:blur(3.4px);
  user-select:none;
  pointer-events:none;
  text-shadow:0 0 1.2px rgba(0,0,0,.42);
  transform:translateY(-0.01em);
}

.rules-box h2 .rules-brand-blur,
.rules-box h3 .rules-brand-blur,
.rules-box h4 .rules-brand-blur{
  filter:blur(4.4px);
  text-shadow:0 0 1.8px rgba(0,0,0,.5);
}


.safety-page{
  width:100%;
}

.safety-shell{
  min-height:1320px;
}

.safety-notice{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 12px;
}

.safety-main{
  display:grid;
  grid-template-columns:minmax(0, 1.68fr) minmax(240px, .9fr);
  gap:26px;
  padding:6px 14px 18px;
}

.safety-intro-copy p{
  margin:0 0 12px;
  font-size:12px;
  line-height:1.34;
  color:#27211a;
}

.safety-section-block h2{
  margin:4px 0 16px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:24px;
  font-weight:400;
  color:#2a2722;
}

.safety-measures-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.safety-measure-item{
  display:grid;
  grid-template-columns:32px minmax(0, 1fr);
  gap:10px;
  align-items:start;
}

.safety-checkmark{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#49be35;
  color:#fff;
  font-size:20px;
  font-weight:700;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55), 0 0 0 1px rgba(40,110,28,.45);
}

.safety-measure-copy h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.08;
  color:#1f1b16;
}

.safety-measure-copy p{
  margin:0;
  font-size:12px;
  line-height:1.34;
  color:#27211a;
}

.safety-side-col{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.safety-side-card{
  border:1px solid #c7b18d;
  background:#f2e7d2;
  padding:12px 12px 10px;
}

.safety-side-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

.safety-side-head h3{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:24px;
  font-weight:400;
  color:#1f1c16;
  text-transform:uppercase;
}

.safety-side-linkish{
  color:#8d2c18;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.safety-side-body p{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.34;
  color:#27211a;
}

.safety-side-body p:last-child{
  margin-bottom:0;
}


.parent-info-shell{
  min-height:1600px;
}

.parent-info-notice{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 12px;
}

.parent-info-body{
  padding-top:2px;
}

.parent-info-body > h2{
  margin:8px 14px 14px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:1.25;
  color:#2a2620;
}

.parent-info-section h3{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:1.2;
  margin:18px 0 10px;
}

.parent-info-body p,
.parent-info-list li,
.parent-info-source{
  font-size:12px;
  line-height:1.34;
  color:#27211a;
}

.parent-info-list{
  margin:0 14px 12px 34px;
  padding-left:18px;
}

.parent-info-list li{
  margin:6px 0;
}

.parent-info-source{
  margin-top:10px;
}

.parent-info-body a{
  color:#9d321d;
  font-weight:700;
}


.privacy-box{
  padding-top:10px;
}

.privacy-updated{
  margin:8px 14px 16px;
  font-size:12px;
  color:#6b5844;
  font-style:italic;
}

.privacy-section h3{
  margin-top:16px;
}
