/* Scoped styles for HTML to JSX Converter */
.html-to-jsx-converter {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.html-to-jsx-converter .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.html-to-jsx-converter .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.html-to-jsx-converter .font-bold {
    font-weight: 700;
}

.html-to-jsx-converter .text-center {
    text-align: center;
}

.html-to-jsx-converter .mb-6 {
    margin-bottom: 1.5rem;
}

.html-to-jsx-converter .text-gray-800 {
    color: #1f2937;
}

.html-to-jsx-converter .grid {
    display: grid;
}

.html-to-jsx-converter .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .html-to-jsx-converter .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.html-to-jsx-converter .gap-4 {
    gap: 1rem;
}

.html-to-jsx-converter .bg-white {
    background-color: #ffffff;
}

.html-to-jsx-converter .p-4 {
    padding: 1rem;
}

.html-to-jsx-converter .rounded-lg {
    border-radius: 0.5rem;
}

.html-to-jsx-converter .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.html-to-jsx-converter .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.html-to-jsx-converter .font-semibold {
    font-weight: 600;
}

.html-to-jsx-converter .mb-2 {
    margin-bottom: 0.5rem;
}

.html-to-jsx-converter .text-gray-700 {
    color: #374151;
}

.html-to-jsx-converter .w-full {
    width: 100%;
}

.html-to-jsx-converter .h-64 {
    height: 16rem;
}

.html-to-jsx-converter .p-2 {
    padding: 0.5rem;
}

.html-to-jsx-converter .border {
    border-width: 1px;
    border-color: #d1d5db;
}

.html-to-jsx-converter .rounded-md {
    border-radius: 0.375rem;
}

.html-to-jsx-converter .focus\:outline-none:focus {
    outline: none;
}

.html-to-jsx-converter .focus\:ring-2:focus {
    --tw-ring-offset-width: 2px;
    box-shadow: 0 0 0 var(--tw-ring-offset-width) #3b82f6;
}

.html-to-jsx-converter .focus\:ring-blue-500:focus {
    --tw-ring-color: #3b82f6;
}

.html-to-jsx-converter .bg-gray-50 {
    background-color: #f9fafb;
}

.html-to-jsx-converter .mt-2 {
    margin-top: 0.5rem;
}

.html-to-jsx-converter .bg-blue-500 {
    background-color: #3b82f6;
}

.html-to-jsx-converter .text-white {
    color: #ffffff;
}

.html-to-jsx-converter .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.html-to-jsx-converter .hover\:bg-blue-600:hover {
    background-color: #2563eb;
}

.html-to-jsx-converter .transition {
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.html-to-jsx-converter .mt-4 {
    margin-top: 1rem;
}

.html-to-jsx-converter .flex {
    display: flex;
}

.html-to-jsx-converter .flex-col {
    flex-direction: column;
}

.html-to-jsx-converter .gap-4 {
    gap: 1rem;
}

.html-to-jsx-converter .items-center {
    align-items: center;
}

.html-to-jsx-converter .mr-2 {
    margin-right: 0.5rem;
}

.html-to-jsx-converter .hidden {
    display: none;
}

.html-to-jsx-converter .mb-1 {
    margin-bottom: 0.25rem;
}