/* Theory Pages Show Styles (shared for theory-topics, theory-notes, theory-analyses) */

.theory-content,
.note-content,
.analysis-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
}

.theory-content h2,
.theory-content h3,
.note-content h2,
.note-content h3,
.analysis-content h2,
.analysis-content h3 {
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #111827;
}

.theory-content p,
.note-content p,
.analysis-content p {
    margin-bottom: 1.5rem;
}

.theory-content ul,
.theory-content ol,
.note-content ul,
.note-content ol,
.analysis-content ul,
.analysis-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.theory-content li,
.note-content li,
.analysis-content li {
    margin-bottom: 0.5rem;
}

.theory-note-card,
.theory-analysis-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.theory-note-card:hover,
.theory-analysis-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color) !important;
}

.theory-note-card a,
.theory-analysis-card a {
    text-decoration: none;
}

.download-iframe {
    display: none;
    width: 0;
    height: 0;
    border: none;
}

.transition-all {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
    color: var(--primary-color);
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

/* Premium badge blur effect */
.premium-blur {
    filter: blur(5px);
    pointer-events: none;
}

/* Premium icon */
.premium-icon {
    font-size: 2rem;
}

/* Download button gradient */
.download-btn-gradient {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

/* Info icon */
.info-icon {
    font-size: 3rem;
}

/* Theory icon sizes */
.theory-icon {
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 1.25rem;
}

.theory-icon-lg {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    color: var(--primary-color);
}

/* Premium badge gradient */
.premium-badge-gradient {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

/* Theory note card styles */
.theory-note-card {
    border-color: rgba(214, 51, 132, 0.2) !important;
    background: rgba(214, 51, 132, 0.02);
}

/* Theory analysis card styles */
.theory-analysis-card {
    border-color: rgba(106, 17, 203, 0.2) !important;
    background: rgba(106, 17, 203, 0.02);
}
