.politics-container {
    padding-top: 1.5rem;
}

@media (max-width: 768px) {
    .max-w-4xl {
        max-width: 100%;
    }

    .bg-white.rounded-lg.shadow-lg {
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .p-8 {
        padding: 1.5rem;
    }

    h1.text-3xl {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .border.rounded-lg.p-6 {
        padding: 1rem;
    }

    .w-8.h-8 {
        width: 1.75rem;
        height: 1.75rem;
    }
}

@media (max-width: 640px) {
    h1.text-3xl {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .space-y-6 {
        space-y: 1rem;
    }

    .p-6 {
        padding: 0.875rem;
    }

    .politics-container .flex.items-center.justify-between {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }

    .politics-container .flex.items-center.justify-between > .flex.items-center.space-x-4 {
        flex: 1;
        min-width: 0;
    }

    .politics-container .flex.items-center.justify-between > svg.w-5.h-5 {
        flex-shrink: 0;
        align-self: center;
    }

    .text-lg {
        font-size: 1rem;
    }

    .text-sm {
        font-size: 0.8125rem;
    }

    .w-5.h-5 {
        width: 1.25rem;
        height: 1.25rem;
    }

    .text-lg.font-semibold {
        word-break: break-word;
        hyphens: auto;
    }
}

@media (max-width: 480px) {
    .bg-white.rounded-lg.shadow-lg {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .p-8 {
        padding: 1rem;
    }

    h1.text-center {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .space-y-4 {
        gap: 0.5rem;
    }

    .w-8.h-8 {
        width: 1.5rem;
        height: 1.5rem;
    }

    .font-semibold {
        font-size: 0.9375rem;
        line-height: 1.3;
    }

    .text-gray-600 {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .group {
        width: 100%;
    }

    .opacity-0.group-hover\:opacity-100 {
        opacity: 1;
    }

}

@media (hover: none) {
    .hover\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .border.rounded-lg {
        -webkit-tap-highlight-color: transparent;
    }

    a.group:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
}