.sample-request-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000}.sample-request-modal,.sample-request-overlay{display:flex;justify-content:center;align-items:center}.sample-request-modal{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;position:relative;flex-direction:column}.close-button{position:absolute;right:1rem;top:1rem;border:none;background:none;font-size:1.5rem;cursor:pointer;color:var(--goldColor)}.sample-request-modal form label,.sample-request-modal h2{color:var(--blueColor)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem}.form-group input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px}.form-group input:disabled{background-color:#f0f0f0}@media (max-height:550px){.sample-request-modal form label,.sample-request-modal h2{font-size:14px!important}.sample-request-modal{padding:1rem}.form-group{margin-bottom:2px}}