body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #2c3e50;
    color: white;
    padding: 20px;
    text-align: center;
}

header img {
    width: 50px;
    height: 50px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

main {
    padding: 20px;
}

#info-section {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

#stack-selection {
    margin-bottom: 20px;
}

select {
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#stack-info {
    margin-top: 30px;
}

pre {
    background-color: #2c3e50;
    color: white;
    padding: 15px;
    border-radius: 5px;
    font-size: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #2c3e50;
    color: white;
}

#truenas-setup {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

#truenas-setup ol {
    padding-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#truenas-setup pre {
    background-color: #2c3e50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: monospace;
    margin-top: 10px;
    margin-right: 20px;
}

#opnsense-setup-pre,
.truenas-setup-pre-pools,
#truenas-setup-pre-pools,
#truenas-setup-pre-compose,
#truenas-setup-pre-env {
    line-height: 1.2;
}


.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.copy-btn:hover {
    background-color: #0056b3;
}

.copy-btn-pre {
    position: static;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    display: inline;
}

.copy-btn-pre:hover {
    background-color: #0056b3;
}

div {
    position: relative;
    margin-bottom: 30px;
}

#truenas-setup-expand {
    list-style-type: disc;
    margin-left: 0;
    padding-left: 20px;
    display: none;
}

#opnsense-setup-expand {
    list-style-type: disc;
    margin-left: 0;
    padding-left: 0;
    display: none;
}


#truenas-setup-expand.show,
#opnsense-setup-expand.show {
    display: block;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

.copy-btn,
.copy-btn-instructions {
    display: none;
}

#required-stacks-container {
    display: none;
    color: red;
    font-size: 1rem;
    padding: 10px;
    border: 1px solid red;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin: 0 0 0 5px;
}

#required-stacks {
    font-weight: bold;
    color: red;
}

#forum-thread {
    text-align: center;
    color: red;
    line-height: 1.4;
    font-size: 1.2rem;
    padding-top: 10px;
}

#refactoring {
    text-align: center;
    color: red;
    line-height: 1.4;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

#home-server {
    font-size: 1.2rem;
}