@charset "utf-8";

.ws-secure-download * {
    box-sizing: border-box;
}

.ws-secure-download form {
    display: block;
    margin: 1.0rem auto;
    padding: 0.5rem;
    width: 96%;
    max-width: 480px;
}

.ws-secure-download form :where(input[type="text"],input[type="email"]) {
    display: block;
    margin: 0.2rem auto;
    padding: 0.4rem 0.8rem;
    width: 100%;
    font-size: max( 16px, 1.0rem );
    font-family: inherit;
    border: 1px solid #ccc;
    background: #f8f8f8;
    border-radius: 4px;
}

.ws-secure-download form :where(input[type="text"],input[type="email"])::placeholder {
    color: #bbb;
}

.ws-secure-download form :where(input[type="submit"],button[type="submit"]) {
    display: block;
    margin: 0.2rem auto;
    padding: 0.8rem 0.8rem;
    font-size: max( 16px, 1.0rem );
    font-family: inherit;
    font-weight: 700;
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.5s ease-out;
}

@media ( hover: hover ) {
    .ws-secure-download form :where(input[type="submit"],button[type="submit"]):hover {
        opacity: 0.7;
    }
}

.ws-secure-download form .ws-secure-download-email,
.ws-secure-download form .ws-secure-download-name,
.ws-secure-download form .ws-secure-download-submit {
    margin: 2px auto;
    padding: 0;
}

.ws-secure-download .ws-secure-download-filename {
    margin: 0.5rem auto;
    padding: 0;
    font-size: max( 16px, 1.0rem );
    font-family: inherit;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ws-secure-download #ws-secure-download-done {
    margin: 0.5rem auto;
    padding: 0;
    width: max-content;
    max-width: 100%;
    font-size: max( 16px, 1.0rem );
    font-family: inherit;
    font-weight: 500;
    text-align: justify;
}
