aside nav .sidebar-nav-link:not(.is-exact):hover {
    background-color: rgb(243 244 246);
    color: rgb(17 24 39);
}

aside nav .sidebar-nav-link.is-exact.entity-default,
aside nav .sidebar-nav-group.is-exact.entity-default,
aside nav .sidebar-nav-link.is-exact.entity-default:hover,
aside nav .sidebar-nav-group.is-exact.entity-default:hover {
    background-color: rgb(243 244 246);
    color: rgb(17 24 39);
}

aside nav .sidebar-nav-link.is-ancestor.entity-default,
aside nav .sidebar-nav-group.is-ancestor.entity-default,
aside nav .sidebar-nav-link.is-ancestor.entity-default:hover,
aside nav .sidebar-nav-group.is-ancestor.entity-default:hover {
    background-color: rgb(249 250 251);
    color: rgb(55 65 81);
}

aside nav .sidebar-nav-link.is-exact.entity-leads,
aside nav .sidebar-nav-group.is-exact.entity-leads,
aside nav .sidebar-nav-link.is-exact.entity-leads:hover,
aside nav .sidebar-nav-group.is-exact.entity-leads:hover {
    background-color: rgb(255 247 237);
    color: rgb(249 115 22);
}

aside nav .sidebar-nav-link.is-ancestor.entity-leads,
aside nav .sidebar-nav-group.is-ancestor.entity-leads,
aside nav .sidebar-nav-link.is-ancestor.entity-leads:hover,
aside nav .sidebar-nav-group.is-ancestor.entity-leads:hover {
    background-color: rgb(249 250 251);
    color: rgb(251 146 60);
}

aside nav .sidebar-nav-link.is-exact.entity-tags,
aside nav .sidebar-nav-group.is-exact.entity-tags,
aside nav .sidebar-nav-link.is-exact.entity-tags:hover,
aside nav .sidebar-nav-group.is-exact.entity-tags:hover {
    background-color: rgb(236 253 245);
    color: rgb(5 150 105);
}

aside nav .sidebar-nav-link.is-ancestor.entity-tags,
aside nav .sidebar-nav-group.is-ancestor.entity-tags,
aside nav .sidebar-nav-link.is-ancestor.entity-tags:hover,
aside nav .sidebar-nav-group.is-ancestor.entity-tags:hover {
    background-color: rgb(249 250 251);
    color: rgb(16 185 129);
}

aside nav .sidebar-nav-link.is-exact.entity-urls,
aside nav .sidebar-nav-group.is-exact.entity-urls,
aside nav .sidebar-nav-link.is-exact.entity-urls:hover,
aside nav .sidebar-nav-group.is-exact.entity-urls:hover {
    background-color: rgb(253 242 248);
    color: rgb(236 72 153);
}

aside nav .sidebar-nav-link.is-ancestor.entity-urls,
aside nav .sidebar-nav-group.is-ancestor.entity-urls,
aside nav .sidebar-nav-link.is-ancestor.entity-urls:hover,
aside nav .sidebar-nav-group.is-ancestor.entity-urls:hover {
    background-color: rgb(249 250 251);
    color: rgb(244 114 182);
}

aside nav .sidebar-nav-group {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0.5rem;
    color: rgb(75 85 99);
    transition: background-color 150ms ease, color 150ms ease;
}

aside nav .sidebar-nav-group:hover {
    background-color: rgb(243 244 246);
    color: rgb(17 24 39);
}

aside nav .sidebar-nav-group a,
aside nav .sidebar-nav-group button {
    background: transparent;
    border: 0;
    color: inherit;
}

aside nav .sidebar-nav-group a:hover,
aside nav .sidebar-nav-group button:hover {
    background: transparent;
    color: inherit;
}

.admin-sidebar {
    width: 260px;
    transition: width 200ms;
}

.admin-sidebar.is-collapsed {
    width: 64px;
}


.card-headline,
h1.card-headline,
h2.card-headline,
h3.card-headline,
p.card-headline {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.card-headline--default {
    color: rgb(17 24 39);
}

.card-headline--leads {
    color: rgb(251 146 60);
}

.card-headline--tags {
    color: rgb(5 150 105);
}

.card-headline--urls {
    color: rgb(236 72 153);
}

.card-headline--mailing {
    color: rgb(124 58 237);
}

.card-headline--conversion {
    color: rgb(220 38 38);
}

.card-headline--prelaunch {
    color: rgb(2 132 199);
}

.card-headline--attribution {
    color: rgb(217 119 6);
}

.card-subheadline,
h1.card-subheadline,
h2.card-subheadline,
h3.card-subheadline,
h4.card-subheadline,
p.card-subheadline {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: rgb(55 65 81);
}

.card-description,
p.card-description {
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: rgb(107 114 128);
}

.page-title,
h1.page-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}

.page-title--default {
    color: rgb(17 24 39);
}

.page-title--leads {
    color: rgb(251 146 60);
}

.page-title--tags {
    color: rgb(5 150 105);
}

.page-title--urls {
    color: rgb(236 72 153);
}

.page-title--mailing {
    color: rgb(124 58 237);
}

.page-title--conversion {
    color: rgb(220 38 38);
}

.page-title--prelaunch {
    color: rgb(2 132 199);
}

.page-title--attribution {
    color: rgb(217 119 6);
}

main dt {
    font-weight: 400;
    color: rgb(107 114 128);
}
.font-bold,
b,
strong {
    font-weight: 600;
}
.tag-group-label,
h4.tag-group-label {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(107 114 128);
}
.tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border-radius: 1rem;
    background-color: rgb(220 252 231);
    padding: 0.125rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(22 101 52);
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgb(209 213 219);
    border-radius: 1rem;
    padding: 0.125rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(75 85 99);
    background-color: rgb(255 255 255);
    cursor: pointer;
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.tag-chip:hover {
    color: rgb(21 128 61);
    border-color: rgb(74 222 128);
}

.tag-chip.is-selected,
.tag-chip.is-selected:hover {
    border-color: rgb(220 252 231);
    background-color: rgb(220 252 231);
    color: rgb(22 101 52);
}
.dimension-panel {
    border-radius: 0.75rem;
    border: 1px solid rgb(229 231 235);
    padding: 1rem;
}

.widget-outline-button {
    display: inline-flex;
    height: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid rgb(209 213 219);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(55 65 81);
    background-color: transparent;
    cursor: pointer;
    transition: background-color 150ms ease;
}

.widget-outline-button:hover {
    background-color: rgb(249 250 251);
}
.funnel-step-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgb(209 213 219);
    border-radius: 1rem;
    padding: 0.125rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(75 85 99);
    background-color: rgb(255 255 255);
    cursor: pointer;
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.funnel-step-chip:hover {
    color: rgb(219 39 119);
    border-color: rgb(244 114 182);
}

.funnel-step-chip.is-selected,
.funnel-step-chip.is-selected:hover {
    border-color: rgb(252 231 243);
    background-color: rgb(252 231 243);
    color: rgb(190 24 93);
}
.funnel-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.funnel-step-separator {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
    color: rgb(156 163 175);
}


.insights-table {
    table-layout: fixed;
    width: 100%;
}

.insights-table col.insights-table__col-name {
    width: 300px;
}

.insights-table col.insights-table__col-requests {
    width: 120px;
}

.insights-table col.insights-table__col-funnel {
    width: 8rem;
}

.insights-table__col-name {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
    border-right: 1px solid rgb(229 231 235);
}

.insights-table__col-requests {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    border-right: 1px solid rgb(229 231 235);
}

.insights-table__head-group th {
    border-bottom: 1px solid rgb(229 231 235);
}

.insights-table__head-group .insights-table__col-name,
.insights-table__head-group .insights-table__col-requests {
    border-bottom: none;
}

.insights-table__col-funnel-group {
    border-right: none;
}

.insights-table col.insights-table__col-funnel-fill {
    width: 100%;
}

.insights-table__col-funnel-fill {
    width: auto;
    padding: 0;
    border: none;
}
.card-header {
    display: block;
}

.card-header__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.card-header__content {
    min-width: 0;
    flex: 1 1 auto;
}

.card-header__content .card-headline {
    margin: 0;
}

.card-header__content .card-description {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.card-header__aside {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 0;
}

.card-header__summary {
    margin: 0;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgb(107 114 128);
}

.card-header__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    color: rgb(156 163 175);
}

.card-header__chevron i {
    font-size: 1rem;
    line-height: 1;
    transition: transform 200ms ease;
}

.card-header__chevron i.is-open {
    transform: rotate(180deg);
}
.widget-card-link {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    transition: color 150ms ease;
}

.widget-card-link--urls {
    color: rgb(219 39 119);
}

.widget-card-link--urls:hover {
    color: rgb(190 24 93);
}

/* Admin datatables: color yes, weight 400 only */
table.min-w-full :is(thead th, tbody td, tbody td :is(a, button, span)),
table.insights-table :is(thead th, tbody td, tbody td :is(a, button, span)) {
    font-weight: 400;
}
