.pmd-04dea810-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.pmd-04dea810-stacked {
    flex-direction: column;
    align-items: flex-start;
}

.pmd-04dea810-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
}

.pmd-04dea810-item a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.pmd-04dea810-item a:hover {
    text-decoration: underline;
}

.pmd-04dea810-sep {
    display: inline-flex;
    align-items: center;
    opacity: 0.6;
    margin-left: 8px;
    margin-right: 8px;
}

.pmd-04dea810-label {
    font-weight: 600;
    margin-right: 5px;
}

.pmd-04dea810-label-sep {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 0.7;
}
