.p-searchModal__inner {

    position: absolute;
    top: calc(50% + 16px);
    left: 50%;
    z-index: 1;
    width: 96%;
    max-width: 600px;
    padding: 1em;
    background: rgba(255, 255, 255, .1);
    transform: translateX(-50%) translateY(-50%);
    transition: top .5s;

    .is-open > & {
        top: 50%;
    }

    .c-searchForm {
        box-shadow: 0 0 4px rgba(255, 255, 255, .2);
    }

    .s {
        font-size: 1rem;
    }

}


.p-searchModal__close {

    position: absolute;
    top: 100%;
    left: 50%;
    display: flex;
    align-items: center;
    margin-top: 1em;
    color: #fff;
    background: none;
    border: none;
    transform: translateX(-50%);

    i {
        margin-right: .5em;
        line-height: 1;
    }
}
