/* wcms-bs5 theme styles */
/* Bootstrap 5 CSS is loaded from CDN in theme.php */

/* Custom styles */
body {
    min-height: 100vh;
}

main {
    min-height: calc(100vh - 200px);
}

/* Content editable areas */
[contenteditable="true"] {
    border: 2px dashed #ccc;
    padding: 5px;
}

[contenteditable="true"]:focus {
    outline: none;
    border-color: #0d6efd;
    background: #f8f9fa;
}

/* Navigation */
.navbar-brand {
    font-weight: bold;
}

/* Footer */
footer {
    margin-top: auto;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}
