.description * {
    all: revert;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.description {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.description p {
    margin: 0 0 1rem;
}

.description a {
    color: #007bff !important;
    text-decoration: none;
    cursor: pointer;
}

.description a:hover {
    text-decoration: underline;
}

.description ul,
.description ol {
    margin: 0 0 1rem;
    padding-left: 2rem;
}

.description dl {
    margin: 0 0 1rem;
}

.description dt {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.description dd {
    margin: 0 0 0.5rem;
    padding-left: 1rem;
}

/* Tables */
.description table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.description th,
.description td {
    text-align: left;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}

.description caption {
    text-align: left;
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.description img,
.description video,
.description svg,
.description iframe,
.description embed,
.description object {
    max-width: 100%;
    height: auto;
    display: block;
}

.description figure {
    margin: 0 0 1rem;
}

.description figcaption {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.description ol li {
    list-style: disc;
}

.description fieldset {
    border: 1px solid #dee2e6;
    padding: 1rem;
    margin: 0 0 1rem;
}

.description legend {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.description label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.description input,
.description textarea,
.description select,
.description button {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.description input:focus,
.description textarea:focus,
.description select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.description button {
    font-family: inherit;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.description button:hover {
    background-color: #0056b3;
}

.description blockquote {
    margin: 0 0 1rem;
    padding-left: 1rem;
    border-left: 4px solid #dee2e6;
    font-style: italic;
    color: #6c757d;
}

.description code {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.875rem;
    background-color: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.description pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.875rem;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    overflow: auto;
}

.description hr {
    border: none;
    border-top: 1px solid #dee2e6;
    margin: 1rem 0;
    opacity: 0.6;
}

.description small {
    font-size: 0.875rem;
    color: #6c757d;
}

.description abbr[title] {
    border-bottom: 1px dotted #6c757d;
    cursor: help;
}

.description address {
    font-style: italic;
    margin-bottom: 1rem;
    color: #6c757d;
}

.description sup,
.description sub {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.description sup {
    top: -0.5em;
}

.description sub {
    bottom: -0.25em;
}
