/* Mobile Home Styles */
.mobile-home-section {
    background: #f8f8f8;
}

.mobile-search-banner {
    padding: 30px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff !important;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.mobile-search-banner .uk-link-muted {
    color: rgba(255,255,255,0.8) !important;
    margin: 0 5px;
    text-decoration: underline;
}

.quick-access-grid {
    padding: 20px 10px;
    background: #fff;
    margin-top: 15px !important;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.quick-link {
    display: block;
    text-decoration: none !important;
    color: #333;
}

.quick-link .icon-circle {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    margin: 0 auto 8px;
    font-size: 20px;
    color: #fff;
    transition: transform 0.2s;
}

.quick-link:active .icon-circle {
    transform: scale(0.95);
}

.quick-link .label {
    font-size: 12px;
    color: #666;
    display: block;
}

.bg-blue { background-color: #3498db; }
.bg-green { background-color: #2ecc71; }
.bg-orange { background-color: #e67e22; }
.bg-red { background-color: #e74c3c; }

/* Theme Section */
.theme-section {
    padding: 0 5px;
}

.theme-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.theme-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    border-left: 4px solid #764ba2;
    padding-left: 8px;
}

.theme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-chip {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f2f5;
    color: #555;
    border-radius: 15px;
    font-size: 13px;
    text-decoration: none !important;
    transition: background 0.2s;
}

.tag-chip:active {
    background: #e4e6eb;
}

/* Tag Cloud */
.tag-cloud-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin: 15px 5px !important;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
}

.cloud-tag {
    text-decoration: none !important;
    line-height: 1.5;
}

.tag-size-0 { font-size: 18px; color: #764ba2; font-weight: bold; }
.tag-size-1 { font-size: 16px; color: #3498db; }
.tag-size-2 { font-size: 15px; color: #e67e22; }
.tag-size-3 { font-size: 14px; color: #2ecc71; }
.tag-size-4 { font-size: 13px; color: #95a5a6; }


/* Existing Styles Override for better mobile view */
@media (max-width: 767px) {
    .content-grid {
        margin-top: 15px;
    }
}
