.account-guides{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:auto;max-width:1200px}.guide-card{background-color:#eee;border:none;border-radius:6px;box-sizing:border-box;color:#000;display:flex;flex:1 1 calc(33.333% - 1rem);flex-direction:column;height:100%;justify-content:flex-start;max-width:380px;min-height:10px;min-width:280px;overflow:hidden;transition:all .3s ease}.guide-header{align-items:center;background:transparent;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1rem;transition:background-color .2s ease;width:100%}.guide-header:hover{background-color:#f5a706;color:#000}.guide-header.open .arrow{transform:rotate(180deg)}.guide-content{display:none;padding:1rem}.guide-header.open+.guide-content{display:block}.guide-card *{color:inherit}.guide-card a,.guide-card a:active,.guide-card a:visited{color:#f5a706!important;font-weight:700;text-decoration:none}.guide-card a:hover{text-decoration:underline}.guide-content ul{list-style:none;padding-left:0}.guide-content li{margin:.5rem 0}.guide-content ol{list-style:decimal;margin:1rem 0;padding-left:1.5rem}.guide-content ol li{color:#000;font-weight:700;margin:.5rem 0}.guide-content ol li a{color:#f5a706!important;font-weight:700}.arrow{transition:transform .3s ease}@media (max-width:992px){.guide-card{flex:1 1 calc(50% - 1rem)}}@media (max-width:600px){.guide-card{flex:1 1 100%}}