
.header-block{
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 0.063rem solid #D8DCDE;
    background: #FFF;
    padding: 1.75rem 5%;
    height: 3.125rem;
}

.main-block{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 4rem;
    padding: 1.5rem 0rem;
}
.select-block {
    width: 100%;
    height: 36px;
    padding: 7px;
    border-radius: 4px;
    font-size: 1rem;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: Work Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    border-right: 3px solid transparent;
    outline: 1px solid #C2C8CC;
    font-size: 14px;
}
.download-button {
    cursor: pointer ;
    background-color: white;
    border: 1px solid #C2C8CC;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-color);
    font-size: 14px;
}

.download-text{
    margin-left: 8px;
}
.sidebar {
    width: 20%;
    /* Doc height - header - footer - top margin */
    height: calc(100% - 3.75rem - 3.125rem - 1.5rem);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    position: fixed;
    overflow-y: auto;
    padding-right: 40px;
    line-height: 20px;
    font-size: 14px;
}

.footer{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #D8DCDE;
    background:#FFF;
    padding: 1.75rem 5%;
    height: 3.125rem;
    font-size: 12px;
    font-family: Work Sans, sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
}

/* Doc height - header - footer - top margin */
.content-block{
    min-height: calc(100vh - 3.75rem - 3.125rem - 3.75rem);
}

.logo-img{
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 2.5rem
}
.header-text{
    font-size: 18px;
    font-family: Work Sans, sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    color: var(--primary-color);
    word-wrap: break-word;
}
.published-version-row{
    align-self: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-top-right-radius: 4px;
    justify-content: flex-start;
    align-items: flex-start; gap: 10px;
    display: inline-flex;
    background-color:#FFFFFF;
    border-left:0;
    font-weight:400;
    font-size: 14px;
    font-family: Work Sans, sans-serif;
    text-decoration: none !important
}
.published-version-url{
    color: var(--text-color) !important;
    text-decoration: none !important;
}

.editor{
    padding: 1.75rem 0rem !important;
    line-height: 1.4;
    overflow-x: auto;
}

.footer-text{
    font-size: 12px;
    font-family: Work Sans, sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word
}

.footer-text-block{
    flex: 1 1 0;
    color: var(--text-color)
}
.spotdraft-branding{
    color: var(--primary-color)
}
.brand-name-block{
    text-align: right;
}
.brand-name{
    color: var(--primary-color)
}

@media only screen and (min-width: 1100px) {
    .download-button {
       width: 70%;
    }
}
@media only screen and (max-width: 760px) {
    .legal-hub-text{
        display: none;
    }
    .main-block{
        margin-top: 3.5rem;
        padding: 0.88rem
    }
    .p-powered{
        text-transform: capitalize;
    }
    .footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 4rem;
        gap: 0.5rem;
    }
    .content-block{
        min-height: calc(100vh - 3.75rem - 3.125rem - 2.5rem);
    }
}
