h1, h2 {
    margin-top: 30px;
}

p {
    max-width: 900px;
}
p.admonition-title {
    max-width: none;
}

.wy-side-nav-search > a img {
    padding: 0 48px;
    box-shadow: none;
}

img[alt] {
    box-shadow: 0px 3px 8px rgba(82, 82, 82, 0.25);
    -webkit-box-shadow: 0px 3px 8px rgba(82, 82, 82, 0.25);
}

.wy-nav-content {
    max-width: 1200px !important;
}

.wy-side-nav-search {
    background-color: #10192d;
}

.wy-side-nav-search > div.version,
.wy-side-nav-search > a,
.wy-side-nav-search .wy-dropdown > a {
    color: white;
}

.wy-table-responsive table {
    width: 100%;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.wy-table-responsive table colgroup col {
    width: auto;
}

.highlight-yaml span.l.l-Scalar.l-Scalar-Plain {
    color: #E74C3C;
}

.highlight-yaml span.p.p-Indicator + span.l.l-Scalar.l-Scalar-Plain {
    color: inherit;
}

/* From https://tailwindcss.com/docs/margin */

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}
