.contact-inputs-container{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 10px;max-width:1000px;margin:0 auto}.contact-send-btn-container{max-width:1000px;margin:20px auto 0}.refund-container{max-width:1000px;margin:0 auto}.refund-container .contact-inputs-wrapper{display:flex;gap:20px}.refund-container .contact-inputs-container{max-width:unset;margin:unset;display:flex;flex-direction:column;flex:1}.refund-container .checkout-input-container{flex:1}.refund-container .checkout-input-container textarea{height:300px;max-height:300px;resize:none}.refund-container .contact-send-btn-container{max-width:unset}.refund-container .refund-list-wrapper{margin-bottom:30px}.refund-container .refund-list-wrapper .checkbox-container{margin-bottom:10px}.refund-container .refund-list-wrapper .checkbox-container .checkmark-text{color:var(--primary-color);font-size:16px;font-weight:500}.refund-container .refund-list-title{font-weight:600;color:var(--dark-color);font-size:18px;margin-bottom:10px}.ramburs-text{font-size:16px;font-weight:500;color:var(--primary-color);margin-bottom:20px}.error{color:red;font-size:14px}.email-succes-msg{margin:10px auto 0;font-size:14px;font-weight:500;color:var(--primary-color)}@media screen and (max-width: 800px){.contact-inputs-container{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 500px){.contact-send-btn{width:100%}}
