.amp-title {
    margin: 0 0 10px 0;
    transition: color 0.2s ease-in-out;
}

.amp-pills-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.amp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.amp-pill a {
    text-decoration: none;
    color: inherit;
}

.amp-pill a:hover {
    text-decoration: underline;
}

.amp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.amp-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
