body {
    min-height: 100vh;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    text-decoration: none;
}

.sceditor-container {
    min-height: 200px;
    /* Set a minimum height */
    border: 1px solid #ccc;
    /* Ensure there's a visible border */
    border-radius: 5px;
    /* Add some rounding for a polished look */
}

.sceditor-container iframe {
    width: 100% !important;
    /* Force the editor to take full width */
    height: 200px;
    /* Set the height of the editor area */
    border: none;
    /* Remove default iframe borders */
    padding: 10px;
    /* Add some padding for content */
    box-sizing: border-box;
    /* Ensure padding doesn't overflow */
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
}

.hero-content {
    max-width: 50%;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.extra,
.published {
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em !important;
    /* Preferred icon size */
    line-height: 1;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.published {
    block-size: unset;
    align-items: normal;
}

.logo {
    max-height: 40px;
    max-width: auto;
}

/* Custom Dark Mode Colors */
:root,
body.dark {
    --primary: #3a5181 !important;
    --on-primary: #ffffff;
    --on-surface: #ffffff;
    --on-surface-container-lowest: white;
}

.header_search {
    margin-block-end: 0% !important;
    margin-left: 60px;
    width: 400px;
}

h3 {
    font-size: large;
}

i {
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: middle;
}

.card.fixed {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.493);
    z-index: 1000;
}

.post-image {
    border-radius: 10px;
}
.hidden {
    display: none;
}