.angie-pill-list-d470b8d1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.angie-pill-item-d470b8d1 {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 8px 20px 8px 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}
.angie-pill-item-d470b8d1:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-color: #71979c;
    background-color: #71979C38;
}
.angie-pill-item-d470b8d1:hover .angie-pill-text-d470b8d1 {
    color: #71979c;
}
.angie-pill-number-d470b8d1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #6c8c93;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}
.angie-pill-text-d470b8d1 {
    font-size: 16px;
    line-height: 1.2;
    transition: color 0.3s ease;
}