/* Video Summary Styles */
.video-summary {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #374151;
}

.video-summary h1, 
.video-summary h2, 
.video-summary h3, 
.video-summary h4, 
.video-summary h5, 
.video-summary h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 600;
    line-height: 1.25;
    color: #111827;
}

.video-summary h1 {
    font-size: 1.875rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.video-summary h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.video-summary h3 {
    font-size: 1.25rem;
}

.video-summary h4 {
    font-size: 1.125rem;
}

.video-summary p {
    margin-bottom: 1.25rem;
}

.video-summary ul, 
.video-summary ol {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.video-summary ul {
    list-style-type: disc;
}

.video-summary ol {
    list-style-type: decimal;
}

.video-summary li {
    margin-bottom: 0.375rem;
}

.video-summary strong {
    font-weight: 600;
    color: #111827;
}

.video-summary em {
    font-style: italic;
}

.video-summary code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
}

.video-summary pre {
    background-color: #f3f4f6;
    border-radius: 0.375rem;
    padding: 1rem;
    overflow-x: auto;
    margin-bottom: 1.25rem;
}

.video-summary blockquote {
    border-left: 4px solid #e5e7eb;
    padding-left: 1rem;
    font-style: italic;
    color: #6b7280;
    margin-bottom: 1.25rem;
}

/* Key Points Section */
.key-points-section {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.key-points-title {
    color: #0369a1;
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.key-points-title:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230369a1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z' /%3E%3C/svg%3E");
    background-size: contain;
    margin-right: 0.5rem;
}

.key-points-section ul {
    margin-bottom: 0;
}

.key-points-section li {
    margin-bottom: 0.5rem;
}

/* Main Content Section */
.main-content-section {
    margin-top: 1.5rem;
}

/* Section Dividers */
.section-divider {
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

/* Highlight Important Text */
.highlight {
    background-color: #fef3c7;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
}

/* Tables */
.video-summary table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem;
}

.video-summary th {
    background-color: #f3f4f6;
    font-weight: 600;
    text-align: left;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
}

.video-summary td {
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
}

.video-summary tr:nth-child(even) {
    background-color: #f9fafb;
}

.video-summary a {
    color: #2563eb;
    text-decoration: underline;
}

.video-summary a:hover {
    text-decoration: none;
}

/* Section styling */
.video-summary .section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.video-summary .section:last-child {
    border-bottom: none;
}

/* Key points styling */
.video-summary .key-points {
    background-color: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
}

.video-summary .key-points-title {
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 0.5rem;
} 