.help-container{display:flex;flex-direction:column;padding:24px}.contents{display:flex;flex-direction:row;flex-wrap:wrap;font-family:var(--base-font);font-size:1rem;gap:1rem;border-bottom:1px solid silver;padding-bottom:12px}.content-col{display:flex;flex-direction:column;gap:4px}.content-col a{color:var(--accent-color);text-decoration:none;font-weight:500}.content-col a:hover{text-decoration:underline}.help-content{display:flex;flex-direction:column;font-family:var(--base-font);font-size:1.1rem;margin-top:12px}.help-block{display:flex;flex-direction:column;padding-top:12px;padding-bottom:6px;border-left:3px solid transparent;padding-left:12px;margin-bottom:12px}.help-block:hover{border-left:3px solid silver;background-color:rgba(200,200,200,.25)}.help-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:6px 0}.help-row img{width:32px;height:32px;margin-right:10px}.help-chapter{font-size:1.1rem;font-weight:bolder;margin-bottom:12px;align-self:flex-start;color:#555;text-transform:uppercase}.help-block-intro{padding-bottom:6px}.help-text{display:flex;flex-direction:column;padding-left:.5rem;line-height:1.5rem}.help-text b{color:var(--accent-color)}.help-text a{color:#444;text-decoration:none;border-bottom:1px dashed #444;background:#afccf1bb;padding:2px;font-weight:500}.help-inner-block{display:flex;flex-direction:column;margin-top:6px}.indent-6{padding-left:.5rem}.help-info{color:brown;font-size:1.2rem;font-family:var(--base-font);font-weight:500;padding-bottom:12px;margin-bottom:20px;border-bottom:1px solid silver}.count-circle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #444;border-radius:50%;margin-right:10px}.bgr-green{background:rgba(34,143,48,.384)}.bgr-red{background:rgba(143,34,39,.384)}@media screen and (max-width:768px){.help-container{padding:10px}}