.demo-signup-form{background-color:#fff;border-radius:6px;max-width:800px;padding:20px;margin:30px -20px}.custom-price-boxes{display:grid;gap:30px;margin:0 auto}.price-box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:4px;border:1px solid var(--theme-color-border);position:relative;overflow:hidden}.price-box-title{border-bottom:1px solid var(--theme-color-border);color:var(--theme-color-text-dark);font-size:18px;font-weight:700;line-height:1.2;padding:24px 27px;margin:0}.price-box-title a{color:currentColor}.price-box-title a:hover{color:var(--theme-color-link)}.price-box-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:24px 27px 27px}.price-box-desc{color:#7f7f7f;font-size:1em;font-weight:400;line-height:1.5;margin:0 0 30px}.price-box-price{margin-top:auto;margin-bottom:24px}.price-box-price .woocommerce-Price-amount{font-size:30px}.price-box-price .woocommerce-price-suffix{display:none}@media screen and (min-width:600px){.custom-price-boxes{display:grid;gap:20px}.custom-price-boxes.item-count-1{max-width:450px}.custom-price-boxes.item-count-2,.custom-price-boxes.item-count-3,.custom-price-boxes.item-count-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.demo-signup-form{padding:40px 40px 30px;margin:30px auto}}@media screen and (min-width:1025px){.custom-price-boxes{gap:30px}.custom-price-boxes.item-count-2{grid-template-columns:repeat(2,1fr);max-width:900px}.custom-price-boxes.item-count-3{grid-template-columns:repeat(3,1fr)}.custom-price-boxes.item-count-4{grid-template-columns:repeat(4,1fr)}}#my-account-menu~.woocommerce-MyAccount-content{width:100%}