/* Tablet-specific styles extracted from main.css */

/* Tablet Header */
.tablet-header {
    background: rgba(31, 31, 41, 0.6);
    color: #ffffff;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem 2rem;
    position: relative;
    z-index: 1000;
}

.tablet-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tablet-logo img,
.tablet-urt-logo img {
    height: 90px; /* Increased from 75px */
}

.tablet-title .header-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.tablet-title .header-subtitle {
    font-size: 1rem;
    font-weight: 400;
}

.tablet-nav {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.tablet-nav a {
    color: #ffffff;
    text-decoration: none;
} 