/*
Theme Name: Fragklar Optimized
Theme URI: https://fragklar.de
Author: Fragklar Team
Description: Ultra-optimized theme with vanilla CSS (no Tailwind)
Version: 2.0
*/

/* ========================================
   CSS RESET & BASE
======================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{margin:0;line-height:inherit;min-height:100vh;display:block;background:#f9fafb}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button{background:none;border:none;cursor:pointer}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle;max-width:100%}
img,video{height:auto}
svg{fill:currentColor}
table{text-indent:0;border-color:inherit;border-collapse:collapse}

/* ========================================
   UTILITY CLASSES
======================================== */
.container{max-width:80rem;margin:0 auto;padding:0 1rem}
.max-w-5xl{max-width:64rem;margin:0 auto}
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.grid{display:grid}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.hidden{display:none}
.block{display:block}
.inline-flex{display:inline-flex}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.top-0{top:0}
.left-3{left:.75rem}
.z-50{z-index:50}
.overflow-hidden{overflow:hidden}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-md{border-radius:.375rem}
.border{border-width:1px}
.border-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}
.transition{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}
.active\:scale-95:active{transform:scale(.95)}

/* ========================================
   COLORS
======================================== */
.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-400{background-color:#9ca3af}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-100{background-color:#dbeafe}
.bg-blue-600{background-color:#2563eb}
.bg-blue-700{background-color:#1d4ed8}
.bg-blue-800{background-color:#1e40af}
.bg-green-500{background-color:#22c55e}
.bg-green-100{background-color:#dcfce7}
.text-white{color:#fff}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-gray-900{color:#111827}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-green-600{color:#16a34a}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-gray-400{border-color:#9ca3af}
.border-blue-300{border-color:#93c5fd}
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-blue-100:hover{background-color:#dbeafe}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.hover\:border-gray-400:hover{border-color:#9ca3af}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-gray-700:hover{color:#374151}
.hover\:text-white:hover{color:#fff}
.group:hover .group-hover\:text-blue-600{color:#2563eb}

/* ========================================
   TYPOGRAPHY
======================================== */
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-extrabold{font-weight:800}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.tracking-tight{letter-spacing:-.025em}
.tracking-wider{letter-spacing:.05em}
.uppercase{text-transform:uppercase}
.italic{font-style:italic}
.not-italic{font-style:normal}

/* ========================================
   SPACING
======================================== */
.p-1{padding:.25rem}
.p-2{padding:.5rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pt-6{padding-top:1.5rem}
.pb-4{padding-bottom:1rem}
.pl-10{padding-left:2.5rem}
.pr-4{padding-right:1rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-10{margin-top:2.5rem}
.mt-14{margin-top:3.5rem}
.-bottom-2{bottom:-.5rem}
.-right-2{right:-.5rem}

/* ========================================
   SIZING
======================================== */
.w-2{width:.5rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-28{width:7rem}
.w-full{width:100%}
.h-2{height:.5rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-28{height:7rem}
.h-48{height:12rem}
.h-full{height:100%}
.min-h-\[64px\]{min-height:64px}
.max-w-none{max-width:none}
.max-w-4xl{max-width:56rem}
.flex-shrink-0{flex-shrink:0}

/* ========================================
   HEADER (GLASS EFFECT)
======================================== */
header.glass{
    background:rgba(255,255,255,.65);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    height:64px;
    min-height:64px;
    border-bottom:1px solid rgba(229,231,235,.7)
}

/* Search input in header */
header input[type="search"]{
    width:100%;
    padding:.625rem 1rem .625rem 2.5rem;
    border-radius:.75rem;
    background:#fff;
    border:1px solid #e5e7eb;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    font-size:.875rem;
    transition:all .15s
}
header input[type="search"]:focus{
    outline:none;
    ring:2px;
    ring-color:#2563eb;
    border-color:#2563eb
}

/* Logo badge */
.logo-badge{
    background:#2563eb;
    color:#fff;
    width:2rem;
    height:2rem;
    border-radius:.75rem;
    display:flex;
    align-items:center;
    justify-content:center
}

/* ========================================
   CARDS & ARTICLES
======================================== */
article{
    background:#fff;
    border-radius:1rem;
    padding:1.25rem;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    border:1px solid #e5e7eb;
    margin-bottom:1rem
}
article:hover{
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

/* Category badge */
.category-badge{
    font-size:.75rem;
    background:#dbeafe;
    color:#1d4ed8;
    padding:.125rem .5rem;
    border-radius:.375rem;
    line-height:1rem
}

/* Status badge */
.status-answered{
    font-size:.75rem;
    color:#16a34a;
    display:flex;
    align-items:center;
    gap:.25rem
}
.status-answered .dot{
    width:.5rem;
    height:.5rem;
    border-radius:9999px;
    background:#22c55e
}

/* Article image */
article img{
    width:100%;
    height:12rem;
    object-fit:cover;
    border-radius:.75rem;
    margin-bottom:1rem
}

/* Article title */
article a.article-title{
    font-weight:600;
    color:#111827;
    font-size:1.0625rem;
    line-height:1.375;
    display:block
}
article a.article-title:hover{
    color:#2563eb
}

/* Article excerpt */
article .excerpt{
    font-size:.875rem;
    color:#4b5563;
    margin-top:.5rem
}

/* Article footer */
article .article-footer{
    display:grid;
    grid-template-columns:1fr auto;
    margin-top:1rem;
    align-items:center
}
article .article-footer .update-date{
    font-size:.75rem;
    color:#9ca3af
}

/* Helpful button */
.helpful-button,
[data-helpful-button]{
    display:inline-flex;
    align-items:center;
    gap:.25rem;
    color:#6b7280;
    transition:color .15s
}
.helpful-button:hover,
[data-helpful-button]:hover{
    color:#2563eb
}
.helpful-button.active,
[data-helpful-button][data-active="1"]{
    background:#eff6ff;
    color:#2563eb;
    border-color:#93c5fd
}

/* ========================================
   SIDEBAR
======================================== */
aside{
    display:flex;
    flex-direction:column;
    gap:1rem
}
aside .widget{
    background:#fff;
    border-radius:1rem;
    padding:1.25rem;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    border:1px solid #e5e7eb
}
aside .widget h3{
    font-weight:600;
    font-size:.875rem;
    margin-bottom:.75rem
}

/* Category item */
.category-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    margin-bottom:.75rem
}
.category-item:last-child{
    margin-bottom:0
}
.category-item .icon-wrap{
    width:2.25rem;
    height:2.25rem;
    border-radius:.75rem;
    background:#dbeafe;
    color:#1d4ed8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:.75rem
}
.category-item .info{
    font-size:.875rem
}
.category-item .info .name{
    font-weight:500
}
.category-item .info .count{
    font-size:.75rem;
    color:#6b7280
}
.category-item:hover .name{
    color:#2563eb
}
.category-item .chevron{
    width:1rem;
    height:1rem;
    color:#9ca3af;
    transition:color .15s
}
.category-item:hover .chevron{
    color:#2563eb
}

/* Tags */
.tag-item{
    display:inline-flex;
    align-items:center;
    gap:.25rem;
    padding:.375rem .75rem;
    border-radius:9999px;
    font-size:.75rem;
    font-weight:500;
    background:#f3f4f6;
    color:#374151;
    transition:all .2s
}
.tag-item:hover{
    background:#dbeafe;
    color:#1d4ed8
}
.tag-item .tag-count{
    font-size:.625rem;
    color:#9ca3af
}

/* Stats widget */
.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:.75rem;
    font-size:.875rem
}
.stats-grid .stat-item .label{
    font-size:.75rem;
    color:#6b7280
}
.stats-grid .stat-item .value{
    font-weight:600;
    color:#1f2937
}

/* CTA widget */
.cta-widget{
    background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);
    border-radius:1rem;
    padding:1.5rem;
    color:#fff;
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1)
}
.cta-widget h3{
    font-weight:600;
    font-size:1.125rem;
    margin-bottom:.5rem
}
.cta-widget p{
    font-size:.875rem;
    opacity:.9;
    margin-bottom:1rem
}
.cta-widget .cta-button{
    display:flex;
    align-items:center;
    gap:.5rem;
    background:#fff;
    color:#1d4ed8;
    width:100%;
    justify-content:center;
    padding:.625rem;
    border-radius:.75rem;
    font-weight:500;
    box-shadow:0 4px 6px -1px rgba(0,0,0,.1);
    transition:background .15s
}
.cta-widget .cta-button:hover{
    background:#f3f4f6
}

/* ========================================
   SINGLE POST
======================================== */
.breadcrumb{
    display:flex;
    align-items:center;
    gap:.25rem;
    font-size:.875rem;
    color:#6b7280;
    margin-bottom:1.5rem
}
.breadcrumb a:hover{
    color:#2563eb
}

.post-title{
    font-size:1.5rem;
    font-weight:600;
    color:#111827;
    line-height:1.375;
    margin-bottom:1rem
}

.post-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.75rem;
    font-size:.875rem;
    color:#4b5563;
    margin-bottom:1.5rem
}

.answer-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:1rem;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    overflow:hidden
}
.answer-card .featured-image{
    display:block;
    margin-bottom:1rem;
    overflow:hidden;
    border-radius:.75rem;
    aspect-ratio:4/3
}
.answer-card .featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:.75rem
}

.answer-content{
    padding:1.5rem 2rem;
    max-width:56rem;
    margin:0 auto
}

/* Tags in post */
.post-tags{
    display:flex;
    flex-wrap:wrap;
    gap:.5rem;
    margin-top:1rem
}
.post-tags .tag{
    display:inline-flex;
    align-items:center;
    padding:.25rem .75rem;
    font-size:.875rem;
    font-weight:500;
    background:#f3f4f6;
    color:#374151;
    border-radius:9999px;
    transition:all .2s
}
.post-tags .tag:hover{
    background:#2563eb;
    color:#fff
}

/* Post footer actions */
.post-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:1.5rem;
    border-top:1px solid #e5e7eb
}
.share-button{
    display:flex;
    align-items:center;
    gap:.625rem;
    padding:.625rem 1rem;
    font-size:.875rem;
    font-weight:500;
    color:#374151;
    background:#fff;
    border:1px solid #d1d5db;
    border-radius:.75rem;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    transition:all .2s
}
.share-button:hover{
    background:#f9fafb;
    border-color:#9ca3af;
    color:#2563eb;
    box-shadow:0 1px 3px rgba(0,0,0,.1)
}

/* Author card */
.author-card{
    max-width:64rem;
    margin:0 auto;
    padding:1.5rem 2rem;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:1rem;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    overflow:hidden;
    transition:box-shadow .3s
}
.author-card:hover{
    box-shadow:0 4px 6px -1px rgba(0,0,0,.1)
}
.author-card .author-flex{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2rem
}
.author-card .author-image-wrap{
    position:relative;
    flex-shrink:0
}
.author-card .author-image{
    width:7rem;
    height:7rem;
    border-radius:1rem;
    object-fit:cover;
    border:4px solid #f8fafc;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    transform:rotate(1deg);
    transition:transform .3s
}
.author-card .author-image:hover{
    transform:rotate(0deg)
}
.author-card .verified-badge{
    position:absolute;
    bottom:-.5rem;
    right:-.5rem;
    background:#2563eb;
    color:#fff;
    padding:.375rem;
    border-radius:.5rem;
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1)
}
.author-card .author-info{
    flex:1;
    text-align:center
}
.author-card .author-header{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:.75rem;
    margin-bottom:1rem
}
.author-card .author-role{
    color:#2563eb;
    font-size:.625rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.2em;
    margin-bottom:.25rem;
    display:block
}
.author-card .author-name{
    font-size:1.5rem;
    font-weight:900;
    color:#0f172a;
    letter-spacing:-.025em
}
.author-card .linkedin-button{
    display:inline-flex;
    align-items:center;
    background:#0077b5;
    color:#fff;
    padding:.5rem 1rem;
    border-radius:.75rem;
    font-size:.875rem;
    font-weight:700;
    transition:background .15s;
    box-shadow:0 1px 2px rgba(0,0,0,.05)
}
.author-card .linkedin-button:hover{
    background:#005582
}
.author-card .linkedin-button:active{
    transform:scale(.95)
}
.author-card .author-bio{
    color:#475569;
    font-size:.875rem;
    line-height:1.625;
    margin-bottom:1.5rem;
    font-style:italic
}
.author-card .author-bio .site-name{
    color:#0f172a;
    font-weight:700;
    font-style:normal
}
.author-card .author-tags{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:.5rem
}
.author-card .author-tag{
    padding:.25rem .75rem;
    background:#f1f5f9;
    color:#334155;
    font-size:.625rem;
    font-weight:800;
    border-radius:.375rem;
    border:1px solid #e2e8f0;
    text-transform:uppercase;
    letter-spacing:.05em
}

/* Related questions */
.related-questions{
    margin-top:2.5rem
}
.related-questions h3{
    font-size:1.125rem;
    font-weight:600;
    margin-bottom:1rem
}
.related-grid{
    display:grid;
    gap:1rem
}
.related-item{
    display:block;
    background:#fff;
    padding:1.25rem;
    border:1px solid #e5e7eb;
    border-radius:1rem;
    transition:box-shadow .15s
}
.related-item:hover{
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1)
}
.related-item .related-title{
    font-weight:500;
    color:#111827;
    margin-bottom:.25rem
}
.related-item .related-excerpt{
    font-size:.875rem;
    color:#4b5563
}

/* ========================================
   FOOTER
======================================== */
footer{
    margin-top:3.5rem;
    border-top:1px solid rgba(229,231,235,.7);
    background:rgba(255,255,255,.7);
    backdrop-filter:blur(48px);
    -webkit-backdrop-filter:blur(48px)
}
footer .footer-content{
    max-width:64rem;
    margin:0 auto;
    padding:1.5rem 1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    font-size:.875rem;
    color:#4b5563
}
footer .footer-logo{
    display:flex;
    align-items:center;
    gap:.5rem
}
footer .footer-logo .logo-badge{
    width:1.75rem;
    height:1.75rem;
    font-size:.75rem
}
footer nav{
    display:flex;
    gap:1.25rem;
    color:#6b7280
}
footer nav a:hover{
    color:#374151
}
footer .tagline{
    color:#9ca3af;
    font-size:.75rem
}

/* ========================================
   RESPONSIVE GRID
======================================== */
.grid-cols-1{grid-template-columns:repeat(1,1fr)}
.grid-cols-3{grid-template-columns:repeat(3,1fr)}

/* ========================================
   PROSE (CONTENT STYLING)
======================================== */
.prose{
    color:#374151;
    max-width:65ch
}
.prose p{
    margin-top:1.25em;
    margin-bottom:1.25em;
    line-height:1.75
}
.prose h1,.prose h2,.prose h3,.prose h4{
    color:#111827;
    font-weight:600;
    line-height:1.25
}
.prose h2{
    font-size:1.5em;
    margin-top:2em;
    margin-bottom:1em
}
.prose h3{
    font-size:1.25em;
    margin-top:1.6em;
    margin-bottom:.6em
}
.prose ul,.prose ol{
    margin-top:1.25em;
    margin-bottom:1.25em;
    padding-left:1.625em
}
.prose li{
    margin-top:.5em;
    margin-bottom:.5em
}
.prose strong{
    color:#111827;
    font-weight:600
}
.prose a{
    color:#2563eb;
    text-decoration:underline;
    font-weight:500
}
.prose a:hover{
    color:#1d4ed8
}
.prose code{
    color:#111827;
    font-weight:600;
    font-size:.875em
}
.prose img{
    margin-top:2em;
    margin-bottom:2em;
    border-radius:.75rem
}
.prose-lg{
    font-size:1.125rem;
    line-height:1.75
}

/* ========================================
   RESPONSIVE
======================================== */
@media(min-width:768px){
    .md\:flex{display:flex}
    .md\:hidden{display:none}
    .md\:col-span-2{grid-column:span 2/span 2}
    .md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}
    .md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}
    .md\:flex-row{flex-direction:row}
    .md\:items-start{align-items:flex-start}
    .md\:text-left{text-align:left}
    .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
    .md\:h-56{height:14rem}
    .md\:w-36{width:9rem}
    .md\:h-36{height:9rem}
    .md\:p-8{padding:2rem}
    article img{height:14rem}
    .author-card .author-flex{flex-direction:row;align-items:flex-start}
    .author-card .author-info{text-align:left}
    .author-card .author-header{flex-direction:row;align-items:center}
    .author-card .author-tags{justify-content:flex-start}
    .author-card .author-image{width:9rem;height:9rem}
    footer .footer-content{flex-direction:row}
}

@media(max-width:767px){
    .post-title{font-size:1.25rem}
    .answer-content{padding:1.5rem}
}

/* ========================================
   SPECIAL UTILITIES
======================================== */
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border-width:0
}

.aspect-\[4\/3\]{
    aspect-ratio:4/3
}

.object-cover{
    object-fit:cover
}

.space-y-6>*+*{
    margin-top:1.5rem
}

/* Top positioning for search icon */
.top-2\.5{
    top:.625rem
}

/* Focus ring for inputs */
input:focus{
    outline:2px solid transparent;
    outline-offset:2px;
    box-shadow:0 0 0 2px #2563eb
}

/* Rotate transform */
.rotate-1{
    transform:rotate(1deg)
}
.hover\:rotate-0:hover{
    transform:rotate(0deg)
}

/* Gradient background */
.bg-gradient-to-br{
    background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))
}
.from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))
}
.to-blue-800{
    --tw-gradient-to:#1e40af
}

/* Opacity */
.opacity-90{
    opacity:.9
}

/* Special text size */
.\[10px\]{
    font-size:.625rem
}

/* Grid template with auto */
.grid-cols-\[1fr_auto\]{
    grid-template-columns:1fr auto
}

/* Special line height */
.\[17px\]{
    font-size:1.0625rem
}

/* Custom helpful button styles */
[data-helpful][data-active="1"]{
    background:#eff6ff;
    color:#2563eb;
    border-color:#93c5fd
}
[data-helpful][data-active="1"] svg{
    color:#2563eb
}
