body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page-wrapper {
    flex: 1;
}

.rosie-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    padding: 12px 0;
    font-size: 12px;
    color: #777;
    margin-top: 30px;
}

.rosie-footer-inner {
    max-width: 98%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rosie-footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rosie-footer-company {
    color: #555;
    font-weight: 600;
    font-size: 13px;
}

.rosie-footer-copyright {
    color: #999;
}

.rosie-footer-right {
    color: #999;
    font-family: monospace;
    font-size: 11px;
}

.rosie-footer-right i {
    margin-right: 3px;
}
