/* Protection, ownership statement */

.statements {
    /*border: 1px solid #eeeeee;*/
    /*background: #ffffff;*/
    width: 100%;
    /*padding: 1em 0;*/
}

.statement-select {
    position: relative;
}

.statement-select-icons {
    position: absolute;
    top: 1.6em;
    right: 1em;
    z-index: 9;
    border: 1px solid white;
    background: transparent;
}

.statement-select-options {
    /*border: 1px solid #aaa;*/
    /*border-radius: 0 0 0.25em 0.25em;*/
    line-height: 1.5;
    margin: 0;
    margin-top: -0.1em;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
    z-index: 2;
    position: absolute;
    width: calc(100% - 1px);
    background: transparent;
}

.statement-select-options li {
    cursor: pointer;
    padding: 12px 20px;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
}

.statement-select-options li.coming-soon {
    background: #f2f2f2;
    color: #808080;
    cursor: default !important;
    pointer-events: none;
}

.statement-select-options li:hover {
    background: #e6e6e6;
    color: #222222;
    border: 1px solid #e6e6e6;
    border-width: 0 0 0 1px;
}

.statement-select-options li:focus {
    border: 1px solid #e6e6e6;
}

.icon {
    fill: ButtonText;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active) {
    .icon {
        fill: ButtonText;
    }
}

.hidden-all {
    display: none;
}

.hidden-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

#protection-statement::placeholder, #creator-protection-statement::placeholder {
    color: #cccccc;
    opacity: 1; /* Firefox */
}

#protection-statement:-ms-input-placeholder, #creator-protection-statement:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

#protection-statement::-ms-input-placeholder, #creator-protection-statement::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

#template-title {
    margin-bottom: 15px;
}

#template-content {
    max-height: 150px;
    overflow-y: scroll;
}
