/* site.css - Cleaned for Industrial Dark */
main > .container {
    padding: 30px 15px 40px;
}

.footer {
    background-color: rgba(0,0,0,0.5);
    border-top: 1px solid #222;
    font-size: .8em;
    height: 60px;
    color: #666;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #666;
}

/* Fix for Yii form buttons in dark theme */
.nav li > form > button.logout {
    padding: 8px 15px;
    color: var(--text-muted);
    border: none;
    background: transparent;
    transition: color 0.3s;
}

.nav li > form > button.logout:hover {
    color: var(--accent-orange);
}
