/* Chapter-specific styles for "Types of Reviews and When to Use Them" */

.prose-invert {
    color: #e0e0e0;
}
.prose-invert h1, .prose-invert h2, .prose-invert h3, .prose-invert h4 {
    color: white;
}
.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7;
}
.bg-gray-800\/50 {
background-color: #1F293780; /* rgba(31, 41, 55, 0.5) */
}
.bg-gray-800\/30 {
    background-color: #1F29374D; /* rgba(31, 41, 55, 0.3) */
}
.bg-gray-800\/20 {
    background-color: #1F293733; /* rgba(31, 41, 55, 0.2) */
}
.bg-gray-900\/50 {
    background-color: rgba(17, 24, 39, 0.5);
}
.bg-gray-900 {
    background-color: #111827;
}
.bg-gray-900\/50 {
    background-color: #11182780; /* rgba(17, 24, 39, 0.5) */
}
.border-gray-700 {
    border-color: #374151; /* rgb(55, 65, 81) */
}
.border-gray-600 {
    border-color: #4B5563; /* rgb(75, 85, 99) */
}
.border-red-500\/30 {
    border-color: rgba(239, 68, 68, 0.3);
}
.text-\[#00D2D3\] {
    color: #00D2D3;
}
.text-\[#E0E0E0\] {
    color: #E0E0E0;
}
.text-white {
    color: #FFFFFF;
}
.text-red-400 {
    color: #EF5350;
}
.bg-\[#00D2D3\]\/10 {
background-color: #00D2D319; /* rgba(0, 210, 211, 0.1) */
}
.bg-\[#00D2D3\]\/5 {
    background-color: #00D2D30D; /* rgba(0, 210, 211, 0.05) */
}
.bg-\[#00D2D3\] {
    background-color: #00D2D3;
}
.bg-black\/90 {
    background-color: rgba(0, 0, 0, 0.9);
}
.border-\[#00D2D3\]\/20 {
    border-color: #00D2D333; /* rgba(0, 210, 211, 0.2) */
}
.shadow-\[#00D2D3\]\/25 {
    box-shadow: 0 25px 50px -12px #00D2D340; /* rgba(0, 210, 211, 0.25) */
}
.hover\:shadow-\[#00D2D3\]\/40:hover {
    box-shadow: 0 25px 50px -12px #00D2D366; /* rgba(0, 210, 211, 0.4) */
}
.hover\:bg-\[#00B8B9\]:hover {
    background-color: #00B8B9;
}
.hover\:bg-gray-700\/50:hover {
    background-color: rgba(55, 65, 81, 0.5);
}
.hover\:border-\[#00D2D3\]\/50:hover {
    border-color: rgba(0, 210, 211, 0.5);
}
.hover\:text-white:hover {
    color: #FFFFFF;
}
.font-sora {
    font-family: 'Red Hat Display', 'Helvetica', 'Arial', 'Lucida', sans-serif;
}
.font-inter {
    font-family: 'Red Hat Display', 'Helvetica', 'Arial', 'Lucida', sans-serif;
}
