/* Sidebar Links Layout Styles */

.sidebar-links .sidebar-card {
    @apply relative overflow-hidden;
}

.sidebar-links .link-item svg {
    @apply !size-6 mt-1;
}

.sidebar-links .link-item .link-url {
    @apply block max-w-full whitespace-nowrap overflow-hidden text-ellipsis text-grey;
}

.sidebar-links .sidebar-corner-triangle {
    @apply absolute top-0 left-0 pointer-events-none size-[30px];
}

.sidebar-links .sidebar-corner-triangle::before {
    @apply absolute top-0 left-0;
    content: '';
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
}
