.ocw-statistics-picker,
.ocw-statistics-picker * {
    box-sizing: border-box;
}

.ocw-statistics-picker {
    width: calc(100% - 24px);
    max-width: 520px;
    margin: 18px auto 42px;
    padding: 24px 18px 20px;
    border: 1px solid rgba(75, 88, 125, .15);
    border-radius: 24px;
    background: linear-gradient(150deg, #fff, #f5f8fc);
    box-shadow: 0 20px 50px rgba(17, 31, 57, .12);
    color: #091b38;
    font-family: Arial, Helvetica, sans-serif;
}

.ocw-statistics-picker__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #21864a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ocw-statistics-picker h1 {
    margin: 0;
    font-size: 29px;
    line-height: 1.1;
}

.ocw-statistics-picker > p {
    margin: 10px 0 20px;
    color: #647086;
    font-size: 14px;
    line-height: 1.55;
}

.ocw-statistics-picker__fields {
    display: grid;
    gap: 12px;
}

.ocw-statistics-picker label {
    display: grid;
    gap: 6px;
    color: #293953;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.ocw-statistics-picker input {
    width: 100%;
    min-height: 50px;
    padding: 0 13px;
    border: 1px solid #cbd4e2;
    border-radius: 13px;
    outline: 0;
    background: #fff;
    color: #091b38;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
}

.ocw-statistics-picker input:focus {
    border-color: #21864a;
    box-shadow: 0 0 0 4px rgba(33, 134, 74, .12);
}

.ocw-statistics-picker__hint {
    display: block;
    margin-top: 11px;
    color: #737e91;
    font-size: 12px;
    line-height: 1.5;
}

.ocw-statistics-picker button {
    width: 100%;
    min-height: 50px;
    margin-top: 17px;
    border: 0;
    border-radius: 13px;
    background: #21864a;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 11px 23px rgba(33, 134, 74, .23);
}

.ocw-statistics-picker button:active {
    transform: translateY(1px);
}

