.idt-widget {
    margin-bottom: 2rem;
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    a {
        color: #000;
        font-weight: 500;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
    ul, ol {
        list-style: none;
        padding-left: 0;
    }
    form[role="search"] {
        input,
        button[type="submit"] {
            background-color: #F5F5F5;
            color: #000000;
            font-size: 0.9rem;
            font-weight: 400;
            border: 2px solid #B9B9B9;
            border-radius: 0.5rem;
            padding: 1rem;
        }
        button[type="submit"] {
            background-color: #000;
            color: #fff;
            border: 2px solid #000;
            &:hover {
                background-color: #fff;
                color: #000;
            }
        }
    }
}