input[type="date"] {
        width: 100%;
        font-family: inherit;
        padding: 0.85rem 1rem;
        border-radius: 0.25em;
        box-sizing: border-box;
        border: 1px solid var(--wp--preset--color--step-3);
        color: var(--wp--preset--color--contrast);
        background-color: var(--wp--preset--color--step-1);
    }