/* Minimal custom styles - most styling handled by Tailwind */
/* Additional polish can go here if needed */

/* Ensure no scrollbars appear in phone mock */
.phone-mock-container,
.phone-mock-container * {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.phone-mock-container *::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

