/* Encapsulated styles under custom-chat-style */
.custom-chat-style {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.custom-chat-style header {
    background: #3498db;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.custom-chat-style header h1 {
    font-size: 2.5em;
    margin: 0;
}

.custom-chat-style section {
    padding: 40px;
    margin: 20px auto;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.custom-chat-style section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
}

.custom-chat-style section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}

.custom-chat-style ul {
    list-style-type: none;
    padding: 0;
}

.custom-chat-style ul li {
    background: #ecf0f1;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 1.1em;
}

.custom-chat-style ul li:before {
    content: '✔';
    color: #27ae60;
    margin-right: 10px;
}

.custom-chat-style footer {
    background: #34495e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.custom-chat-style footer h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.custom-chat-style footer p {
    font-size: 1em;
    margin: 10px 0;
}

.custom-chat-style footer a {
    color: #ecf0f1;
    text-decoration: none;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.custom-chat-style footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}

footer {
    background: #34495e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

footer p {
    font-size: 1em;
    margin: 10px 0;
}

footer a {
    color: #ecf0f1;
    text-decoration: none;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}

/* Section-specific Styles */
.custom-chat-style #kiwi-irc-chat,
.custom-chat-style #how-to-use,
.custom-chat-style #benefits,
.custom-chat-style #explore-kiwi-chat {
    background: #fff;
}

.custom-chat-style #kiwi-irc-chat h2,
.custom-chat-style #how-to-use h2,
.custom-chat-style #benefits h2,
.custom-chat-style #explore-kiwi-chat h2 {
    border-left: 5px solid #3498db;
    padding-left: 15px;
}


.custom-chat-style #kiwi-irc-chat {
    border-top: 4px solid #3498db;
}

.custom-chat-style #how-to-use {
    border-top: 4px solid #2ecc71;
}

.custom-chat-style #benefits {
    border-top: 4px solid #e74c3c;
}

.custom-chat-style #explore-kiwi-chat {
    border-top: 4px solid #9b59b6;
}

.custom-chat-style #add-kiwi-irc {
    border-top: 4px solid #f39c12;
    background: #fff;
    padding: 40px;
    margin: 20px auto;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.custom-chat-style #add-kiwi-irc h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
    border-left: 5px solid #f39c12;
    padding-left: 15px;
}

.custom-chat-style #add-kiwi-irc ol {
    padding-left: 20px;
    color: #555;
}

.custom-chat-style #add-kiwi-irc ol li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.custom-chat-style #add-kiwi-irc p {
    font-size: 1.1em;
    color: #555;
}


/* Styles for mibbit */

.custom-chat-style #mibbit-chat h2,
.custom-chat-style #mibbit-irc h2,
.custom-chat-style #mibbit-irc-chat h2,
.custom-chat-style #mibbit-servers h2,
.custom-chat-style #mibbit-chat-servers h2,
.custom-chat-style #mibbit-app h2,
.custom-chat-style #mibbit-chat-app h2,
.custom-chat-style #mibbit-chat-room h2,
.custom-chat-style #how-to-use-mibbit h2,
.custom-chat-style #benefits-of-mibbit h2 {
    background: #fff;
}

.custom-chat-style #mibbit-chat h2,
.custom-chat-style #mibbit-irc h2,
.custom-chat-style #mibbit-irc-chat h2,
.custom-chat-style #mibbit-servers h2,
.custom-chat-style #mibbit-chat-servers h2,
.custom-chat-style #mibbit-app h2,
.custom-chat-style #mibbit-chat-app h2,
.custom-chat-style #mibbit-chat-room h2,
.custom-chat-style #how-to-use-mibbit h2,
.custom-chat-style #benefits-of-mibbit h2 {
    border-left: 5px solid #3498db;
    padding-left: 15px;
}

.custom-chat-style #mibbit-chat {
    border-top: 4px solid #3498db;
}

.custom-chat-style #mibbit-irc {
    border-top: 4px solid #2ecc71;
}

.custom-chat-style #mibbit-irc-chat {
    border-top: 4px solid #2ecc71;
}

.custom-chat-style #mibbit-app {
    border-top: 4px solid #e74c3c;
}

.custom-chat-style #mibbit-chat-app {
    border-top: 4px solid #e74c3c;
}

.custom-chat-style #mibbit-servers {
    border-top: 4px solid #9b59b6;
}

.custom-chat-style #mibbit-chat-servers {
    border-top: 4px solid #9b59b6;
}

.custom-chat-style #mibbit-chat-room {
    border-top: 4px solid #9b59b6;
}

.custom-chat-style #benefits-of-mibbit {
    border-top: 4px solid #e74c3c;
}

.custom-chat-style #how-to-use-mibbit {
    border-top: 4px solid #f39c12;
    background: #fff;
    padding: 40px;
    margin: 20px auto;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.custom-chat-style #how-to-use-mibbit h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
    border-left: 5px solid #f39c12;
    padding-left: 15px;
}

.custom-chat-style #how-to-use-mibbit ol {
    padding-left: 20px;
    color: #555;
}

.custom-chat-style #how-to-use-mibbit ol li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.custom-chat-style #how-to-use-mibbit p {
    font-size: 1.1em;
    color: #555;
}

.custom-footer {
    background: #34495e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.custom-footer h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.custom-footer p {
    font-size: 1em;
    margin: 10px 0;
}

.custom-footer a {
    color: #ecf0f1;
    text-decoration: none;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.custom-footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}

.custom-footer small {
    font-size: 0.9em;
    margin-top: 10px;
    display: block;
}

/* General Section Styling */
.mibbit-section {
    padding: 40px;
    margin: 20px auto;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling each section by ID */
#mibbit-chat.mibbit-section {
    border-left: 5px solid #e74c3c;
}

#mibbit-irc.mibbit-section {
    border-left: 5px solid #f39c12;
}

#mibbit-servers.mibbit-section {
    border-left: 5px solid #2ecc71;
}

#mibbit-app.mibbit-section {
    border-left: 5px solid #9b59b6;
}

#how-to-use-mibbit.mibbit-section {
    border-left: 5px solid #16a085;
}

#benefits-of-mibbit.mibbit-section {
    border-left: 5px solid #8e44ad;
}

/* H2 Styling for all sections */
.mibbit-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
}

/* Other styles remain the same */
