.bobex-pros-cons-wrapper { border-radius: 12px; overflow: hidden; margin: 1.5rem 0; box-shadow: 0 2px 12px rgba(0,0,0,0.08); font-family: 'Montserrat', sans-serif; }
.bobex-pros-cons-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) { .bobex-pros-cons-grid { grid-template-columns: 1fr 1fr; } }
.bobex-pros-cons-col { padding: 1rem; }
@media (min-width: 640px) { .bobex-pros-cons-col { padding: 1.25rem; } }
.bobex-pros-cons-col--pros { background-color: #f0fdf4; border-bottom: 1px solid #e5e7eb; }
@media (min-width: 768px) { .bobex-pros-cons-col--pros { border-bottom: none; border-right: 1px solid #e5e7eb; } }
.bobex-pros-cons-col--cons { background-color: #fef2f2; }
.bobex-pros-cons-col-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
@media (min-width: 640px) { .bobex-pros-cons-col-header { margin-bottom: 1rem; } }
.bobex-pros-cons-badge { width: 1.75rem; height: 1.75rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
@media (min-width: 640px) { .bobex-pros-cons-badge { width: 2rem; height: 2rem; } }
.bobex-pros-cons-badge--pros { background-color: #22c55e; color: #fff; }
.bobex-pros-cons-badge--cons { background-color: #ef4444; color: #fff; }
.bobex-pros-cons-badge svg { width: 1rem; height: 1rem; }
@media (min-width: 640px) { .bobex-pros-cons-badge svg { width: 1.25rem; height: 1.25rem; } }
.bobex-pros-cons-col-title { font-size: 1rem; font-weight: 700; margin: 0; line-height: 1.2; font-family: 'Montserrat', sans-serif; }
@media (min-width: 640px) { .bobex-pros-cons-col-title { font-size: 1.125rem; } }
.bobex-pros-cons-col-title--pros { color: #166534; }
.bobex-pros-cons-col-title--cons { color: #991b1b; }
.bobex-pros-cons-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.bobex-pros-cons-item { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; line-height: 1.6; color: #4b5563; font-family: 'Montserrat', sans-serif; }
@media (min-width: 640px) { .bobex-pros-cons-item { font-size: 0.9375rem; } }
.bobex-pros-cons-item-icon { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.125rem; }
@media (min-width: 640px) { .bobex-pros-cons-item-icon { width: 1.25rem; height: 1.25rem; } }
.bobex-pros-cons-item-icon--pros { color: #22c55e; }
.bobex-pros-cons-item-icon--cons { color: #ef4444; }
.bobex-pros-cons-item strong { font-weight: 600; color: #0D4785; }
.bobex-pros-cons-item a { color: #2878C8; text-decoration: underline; text-underline-offset: 2px; }
.bobex-pros-cons-item a:hover { color: #0D4785; }
