/* Fight Alarm specific styles - inherits from styles.css */

.back-to-portfolio {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.back-to-portfolio:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Override nav-content for Fight Alarm page */
.nav-content {
    justify-content: space-between;
}