/* Supplementary Tailwind utilities for bypass landing pages */

/* Missing from privacy.css */
.list-decimal{list-style-type:decimal}
.list-disc{list-style-type:disc}

.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}

.items-start{align-items:flex-start}
.justify-center{justify-content:center}

.mr-2{margin-right:.5rem}
.mr-3{margin-right:.75rem}
.mt-1{margin-top:.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}

.gap-8{gap:2rem}
.gap-x-4{column-gap:1rem}
.gap-y-1{row-gap:.25rem}

.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}

.flex-wrap{flex-wrap:wrap}

.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-medium{font-weight:500}

.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}
.text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}
.text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}
.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}

.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}

.border-b{border-bottom-width:1px}

.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}

.rounded-full{border-radius:9999px}

.w-16{width:4rem}
.h-16{height:4rem}

.py-6{padding-top:1.5rem;padding-bottom:1.5rem}

.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}

.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-200{transition-duration:.2s}

.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}
.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}
.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}
.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}
.hover\:underline:hover{text-decoration:underline}

.bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}
.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}
.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}
.text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}
.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}

.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}

.block{display:block}
.hidden{display:none}
.inline{display:inline}

.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}

@media(min-width:768px){
    .md\:p-8{padding:2rem}
    .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
    .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
    .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
    .md\:text-5xl{font-size:3rem;line-height:1}
    .md\:flex{display:flex}
}
