/* [KH-P07F3F-GARAGE-ACTIVITY-FEED-COMPACT-SUMMARY:BEGIN] */
#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: inherit;
    font-weight: 400 !important;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
}

#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -8px;
    right: 0;
    top: -1px;
    bottom: -1px;
    box-sizing: border-box;
    border: 1px solid rgba(73, 198, 183, 0.74);
    border-left-width: 3px;
    border-radius: 8px;
    background: linear-gradient(
        90deg,
        rgba(73, 198, 183, 0.10) 0%,
        rgba(73, 198, 183, 0.025) 64%,
        rgba(73, 198, 183, 0) 100%
    );
    pointer-events: none;
}

#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation:hover::before {
    background: linear-gradient(
        90deg,
        rgba(73, 198, 183, 0.15) 0%,
        rgba(73, 198, 183, 0.04) 68%,
        rgba(73, 198, 183, 0) 100%
    );
}

#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation:focus-visible {
    outline: none;
}

#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation:focus-visible::before {
    border-color: #49c6b7;
    box-shadow: 0 0 0 2px rgba(73, 198, 183, 0.22);
}

#kh-console-list
.kh-log-row--garage-recommendation
> * {
    position: relative;
    z-index: 1;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-log-time {
    flex: 0 0 auto;
    font-weight: 400 !important;
    white-space: nowrap;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-log-text {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-log-text-inner,
#kh-console-list
.kh-log-row--garage-recommendation
.kh-garage-feed-copy {
    display: block;
    width: 100%;
    min-width: 0;
    font-weight: 400 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-garage-feed-accent {
    color: #49c6b7;
    font-weight: 400 !important;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-garage-feed-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 14px;
    box-sizing: border-box;
    padding: 0 4px;
    border: 1px solid rgba(73, 198, 183, 0.55);
    border-radius: 999px;
    background: rgba(73, 198, 183, 0.10);
    color: #49c6b7;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
}

#kh-console-list
.kh-log-row--garage-recommendation
.kh-garage-feed-rest {
    color: inherit;
    font-weight: 400 !important;
    white-space: nowrap;
}

body.kh-theme-vision
#kh-console-list
.kh-log-row.kh-log-row--garage-recommendation::before {
    border-color: rgba(73, 198, 183, 0.78);
    border-left-color: #49c6b7;
    background: linear-gradient(
        90deg,
        rgba(73, 198, 183, 0.12) 0%,
        rgba(73, 198, 183, 0.03) 68%,
        rgba(73, 198, 183, 0) 100%
    );
}
/* [KH-P07F3F-GARAGE-ACTIVITY-FEED-COMPACT-SUMMARY:END] */
