@media (max-width: 869px) {
    p.site-description {
        display: none;
    }
}
.logo-inner {
    display: flex;
    align-items: center;  /* Vertically center the logo and description */
    gap: 20px;            /* Space between the logo and the site description */
}

.site-description {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;  /* Ensure the text stays on one line if you'd like */
    font-size: 14px;      /* Adjust font size if needed */
    line-height: 1.2;
}