.single-industry_application .br-industry-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex: 0 0 auto;
}

.single-industry_application .br-industry-hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-industry_application .br-industry-hero-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.single-industry_application .br-industry-hero-title,
.single-industry_application .br-industry-hero-excerpt {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.single-industry_application .br-industry-content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px;
    min-height: 45vh;
}

@media (min-width: 768px) {
    .single-industry_application .br-industry-hero {
        height: 600px;
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .single-industry_application .br-industry-hero {
        display: none !important;
        visibility: hidden;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .single-industry_application .br-industry-content-section {
        padding: 48px 16px;
    }
}

/* 
   Content Typography Styles 
   Replaces missing Tailwind prose plugin styles
*/
.single-industry_application .prose {
    color: #374151;
    max-width: none;
}

.single-industry_application .prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    line-height: 1.75;
}

.single-industry_application .prose a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.single-industry_application .prose strong {
    color: #111827;
    font-weight: 600;
}

.single-industry_application .prose h1 {
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.single-industry_application .prose h2 {
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.single-industry_application .prose h3 {
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.single-industry_application .prose h4 {
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.single-industry_application .prose img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

.single-industry_application .prose video {
    margin-top: 2em;
    margin-bottom: 2em;
}

.single-industry_application .prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
}

.single-industry_application .prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
}

.single-industry_application .prose figcaption {
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.single-industry_application .prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    list-style-type: disc;
    padding-left: 1.625em;
}

.single-industry_application .prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    list-style-type: decimal;
    padding-left: 1.625em;
}

.single-industry_application .prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.single-industry_application .prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.single-industry_application .prose code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
}

.single-industry_application .prose pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
}
