.ppbusprice-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 14px;
    background: #f6f7f8;
    border: 1px solid #ececec;
    border-radius: 6px;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #6b7177;
}

.ppbusprice-note__icon {
    flex: 0 0 auto;
    color: #a0a6ac;
    position: relative;
    top: 1px;
}

.ppbusprice-note__text {
    display: inline;
}

.ppbusprice-note__amount {
    margin-left: 2px;
    font-weight: 600;
    color: #2b2b2b;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .ppbusprice-note {
        display: flex;
    }
}
