/* TikTok Content Planner — custom styles */

/* Smooth transitions on progress bar */
#progressBar {
    transition: width 0.4s ease-out;
}

/* Hide scrollbar for textarea on webkit */
textarea::-webkit-scrollbar {
    width: 4px;
}
textarea::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}
