body {
    font-size: 1.1875rem;
}
a {
    color: #0250C5;
}
a:focus {
    outline: 5px solid #212529;
}
/* button */
button:focus, a.btn.btn-success.w-100.btn-lg.px-1.fs-4:focus {
    outline: 5px solid #212529 !important;
}
/* Navbar */
@media (max-width: 992px) {
    ul.navbar-nav li a {
        border-bottom: 1px dashed #adb5bd;
    }
}
@media (min-width: 992px) {
    li.nav-item a.nav-link {
        border-right: 1px dotted #adb5bd;
    }
}
.author-row {
    margin-top: 0;
}
.card-body {
    padding: 1rem 0.7rem !important;
}
/* Cookie control */
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}
#cookie-banner button {
    margin: 0 10px;
    padding: 5px 15px;
    cursor: pointer;
}
footer {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}
.manage-cookies {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
#cookie-banner a {
    color: #fff;
}
/* AI Summary Buttons Styling */
.ai-summary-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    background-color: #f8f9fa;
    margin-top: 40px;
}
.ai-summary-label {
    font-size: 14px;
    font-weight: 600;
    color: #24292e;
    margin-bottom: 10px;
    display: block;
}
.ai-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ai-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 22px;
    font-size: 17px;
    font-weight: 500;
    color: #333 !important;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.ai-btn:hover {
    background-color: #f3f4f6;
    border-color: #bbb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ai-btn svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
#table-of-contents {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    max-width: 600px;
}
#table-of-contents p {
    font-weight: bold;
    margin-top: 0;
    font-size: 1.1rem;
    display: inline-block;
    padding-bottom: 5px;
}
#table-of-contents ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.8;
}
#table-of-contents ul li {
    margin-bottom: 24px;
}
#table-of-contents ul li a {
    color: #0052ab;
    font-weight: 500;
}
#template-bonus {
    background-color: #f9f9f9;
    padding: 25px;
    border-left: 5px solid #007bff;
    margin: 20px 0;
}
#thriller-example {
    border: 2px dashed #333;
    padding: 25px;
    margin: 20px 0;
    background-color: #fff;
}
#business-example {
    border: 2px solid #007bff;
    padding: 25px;
    margin: 20px 0;
    background-color: #f0f7ff;
}