.tool-recent-use {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.my-class > .content + .tool-recent-use {
    margin-top: 1.5rem;
}

.tool-recent-use-title {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500 !important;
    line-height: 1.35;
    color: #555;
}

.tool-recent-use-list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: visible;
}

.tool-recent-use-list li {
    margin: 0;
    height: auto;
    list-style: none;
    background: transparent;
}

.tool-recent-use-list a {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.75rem;
    line-height: 1.35;
    font-weight: 400;
    color: #7a9ec8;
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 3px;
    text-decoration: none;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.tool-recent-use-list a:hover {
    color: #5a8fc4;
    border-color: #d0dff0;
    background: #f2f7fc;
}
