.afhto-mps-wrapper {
    width: 100%;
}

.afhto-mps-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.afhto-mps-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.afhto-mps-item:last-child {
    margin-bottom: 0;
}

.afhto-mps-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    margin-top: 0.2em;
    flex: 0 0 auto;
}

.afhto-mps-bullet i {
    font-size: 14px;
    line-height: 1;
}

.afhto-mps-bullet svg {
    width: 14px;
    height: 14px;
}

.afhto-mps-item-link,
.afhto-mps-item-text {
    line-height: 1.5;
}

.afhto-mps-item-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.afhto-mps-item-link:hover {
    text-decoration: underline;
}

.afhto-mps-empty {
    margin: 0;
}
