body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.header {
    background-color: #1a2c44;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    color: white;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-section img {
    height: 30px;
    margin-right: 10px;
}

.logo-section span {
    font-size: 20px;
    font-weight: bold;
}

.right-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.right-links a {
    color: white;
    text-decoration: none;
}

.right-links a:hover {
    text-decoration: underline;
}

.search-bar-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.search-bar {
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #2b3b52;
    color: white;
}

.search-bar::placeholder {
    color: #7b8ba1;
}



.breadcrumb {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #999;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5em;
    color: #222;
    margin-bottom: 10px;
}

.updated {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 20px;
}

p {
    line-height: 1.6;
    color: #333;
}

.note-box {
    background-color: #f0f7ff;
    border-left: 4px solid #007bff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
    color: #333;
    font-size: 0.95em;
}










* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 2em;
    color: #222;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

ol li {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.6;
}

.support-icon {
    text-align: center;
    margin-bottom: 20px;
}

.support-icon img {
    max-width: 60px;
    height: auto;
}











* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

ol li {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.6;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.related-articles-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
}

.related-articles-list {
    list-style: none;
    padding-left: 0;
}

.related-articles-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.related-articles-list li:last-child {
    border-bottom: none;
}

.related-articles-list a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.1em;
}

.related-articles-list a:hover {
    text-decoration: underline;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.feedback-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
}

.feedback-question {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
}

.feedback-emojis {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.emoji {
    font-size: 2.5em;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.emoji:hover {
    transform: scale(1.2);
}




.logo-container {
    text-align: center;
}

.logo {
    width: 150px;
    height: auto;
}

