.dc-wrapper-b33793b6 {
    font-family: inherit;
    width: 100%;
}
.dc-list-b33793b6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.dc-tag-b33793b6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #fbe5e8; /* Default from design */
    color: #cc0033; /* Default from design */
    border-radius: 6px; /* Pill shape */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.dc-tag-b33793b6:hover {
    opacity: 0.8;
}
