.bs-reboot {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.bs-reboot th,
.bs-reboot td {
    font-family: inherit;
    font-size: inherit;
    font-weight: revert;
    color: inherit;
    line-height: inherit;
    letter-spacing: unset;
}

.title-nav .navbar-toggler {
    color: #212529;
    border-color: #212529;
}
.title-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#titleCollapse a:hover,
#titleCollapse a.active {
    background-color: #166534;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#titleCollapse a {
    font-size: 1rem;
    padding: 0.5em 0.75em;
    border: 2px solid #007b5a;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    color: #007b5a;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
#titleCollapse > div > * + * {
    margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
    #titleCollapse > div > * + * {
        margin-left: 0.5rem;
        margin-top: 0;
    }
}

.section-title {
    color: #15803d;
    font-weight: bold !important;
}
.blockquote {
    font-size: 0.95rem !important;
    line-height: 1.6;
    font-style: italic;
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    padding: 1rem 1.25rem;
    color: #065f46;
    border-radius: 0.375rem;
}
.connector {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow-wrap: break-word;
}
.connector .btn {
    padding: 0.5rem 1rem;
    font-weight: 600;
}
.connector p {
    font-size: 1rem;
    line-height: 1.75;
}
.connector ul {
    list-style-position: outside;
    margin-left: 1.5rem;
    padding-left: 0;
}
.connector li {
    font-size: 1rem;
    line-height: 1.75;
    color: #495057;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}
.case {
    background-color: #e8f3e7;
    border-left: 4px solid #3c8c48;
    padding: 12px 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
}
