.pfq {
    display: inline-block;
    margin-left: 5px;
    font-size: var(--text-h4);
    color: #2d2d2d;
    font-weight: 400;
}
.pfq-hide {
    display: none;
}
.productfaq .accordeon__dropdown {
    display: none;
}
.pfqm {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    color: #5f6368;
    font-size: 15px;
}
.pfqm p {
    margin: 0;
    word-wrap: break-word;
}
.pfq-no-questions {
    max-width: 100%;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.pfqm-alert {
    width: 100%;
    padding: 15px;
    border: 1px solid #b8e4a8;
    border-radius: 12px;
    background: #dcf3d5;
    color: #76815b;
}
.pfqm-alert-error {
    border-color: #eca8a8;
    background: #fdd6da;
    color: #c2646d;
}
.pfq-need-auth {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #b9e7bc;
    background: #ecffed;
    color: #4caf50;
}
.pfqm .enter-input,
.pfqm .pfqm-notify,
.pfqm .pfqm-notify-name,
.pfqm .pfqm-notify-email,
.pfqm .pfq-captcha,
.pfqm .pfqm-agreement,
.pfqm-send-row {
    display: none;
    width: 100%;
}
.pfqm .pfqm-ask-textarea,
.pfqm .pfqm-notify-name-input,
.pfqm .pfqm-notify-email-input,
.pfqm .pfq-captcha input[type="text"],
.pfqm .pfq-captcha input.captcha {
    display: block;
    width: 100%;
    max-width: 420px;
    padding: 1rem 1.6rem;
    border: 1px solid var(--border-color, #eaeaea);
    border-radius: 5px;
    background: #f7f8fb;
    color: var(--main-text-color, #343434);
    box-shadow: none;
}
.pfqm .pfqm-ask-textarea {
    max-width: none;
    min-height: 9.2rem;
    resize: vertical;
}
.pfqm-answer-btn,
.pfqm-send-row .c-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 4px;
    background: var(--accent-color);
    color: var(--secondary-text-color);
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
}
.pfqm-answer-btn:hover,
.pfqm-send-row .c-button:hover {
    opacity: 0.8;
}
.pfqm-send-loader {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-top-color: var(--accent-color, #ef8b2e);
    border-radius: 50%;
    animation: pfq-spin 0.8s linear infinite;
}
.pfqm-send-row.is-loading .pfqm-send-loader {
    display: inline-block;
}
@keyframes pfq-spin {
    to {
        transform: rotate(360deg);
    }
}
.pfqc,
.pfqs {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 12px;
}
.pfqc {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.pfqs {
    margin-left: 25px;
    background: #f8f9fa;
}
.pfqs-answer {
    color: #5f6368;
}
.pfq-label {
    margin-right: 4px;
    font-weight: 600;
}
.pfq-icon {
    margin-right: 6px;
    font-size: 0.95em;
}
.pfqc-line {
    display: inline-block;
    width: 100%;
}
.pfq-float-left {
    float: left;
}
.pfq-float-right {
    float: right;
}
.pfq-margin-bottom-10 {
    margin-bottom: 10px !important;
}
.pfqc-like {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}
.pfqc-like a {
    display: inline-block;
    margin-left: 8px;
    color: #5f6368;
    text-decoration: none;
}
.pfqc-like svg {
    fill: currentColor;
    vertical-align: middle;
}
.pfqc-like span {
    vertical-align: middle;
}
.pfqc-like a:hover {
    color: #202124;
}
.pfqc-like-plus.active {
    color: #3cac52;
}
.pfqc-like-minus.active {
    color: #e9011a;
}
.pfqc-like[data-disabled="1"] a,
.pfqc-like a.pfq-like-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}
.pfqm-more {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pfq-notify-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 5.4rem;
    height: 4.6rem;
    margin: 0 0.5rem 0 0;
    padding: 0;
    border: 1px solid #ffffff44;
    border-radius: 5px;
    color: var(--secondary-text-color);
    text-decoration: none;
    transition: border-color 0.25s;
}
.pfq-notify-container::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 10px;
}
.pfq-notify-container:hover {
    border-color: var(--secondary-text-color);
}
.pfq-notify-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--secondary-text-color);
    text-decoration: none;
}
.pfq-notify__icon {
    position: relative;
    width: 2rem;
    height: 2rem;
    fill: currentColor;
    fill-rule: evenodd;
    display: block;
}
.pfq-notify__icon svg,
.pfq-notify__icon {
    width: 2rem;
    height: 2rem;
}
.pfq-notify__icon use,
.pfq-notify__icon #icon-bell path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2;
}
.pfq-notify-count {
    position: absolute;
    top: -9px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #e9011a;
    color: #fff;
    font-size: var(--text-xs);
    line-height: 18px;
    text-align: center;
}
.pfq-dropdown-container {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
}
.pfq-dropdown-content {
    width: 320px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.pfq-notify-container:hover .pfq-dropdown-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.pfq-dropdown-scroll {
    max-height: 260px;
    overflow: auto;
    padding: 10px;
}
.pfq-dropdown-scroll a {
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 1.35rem;
    line-height: 1.2;
    transition: background 0.08s linear, color 0.08s linear, box-shadow 0.08s linear;
}
.pfq-dropdown-scroll a:hover {
    background: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.pfq-dropdown-scroll a:hover span {
    color: #000;
}
.pfqm .pfqm-notify.agreement {
    width: 100%;
    text-align: left;
}
.pfqm .pfqm-notify .agreement__label,
.pfqm .pfqm-agreement .agreement__label {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.pfqm .pfqm-notify .agreement__label {
    width: 100%;
}
.pfqm .pfqm-notify .agreement__label span,
.pfqm .pfqm-agreement .agreement__label span {
    min-width: 0;
    white-space: normal;
}
.pfqm .pfqm-agreement {
    display: none;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}
.pfqm .pfqm-agreement .agreement {
    width: 100%;
    margin: 0;
}
.pfq-notify-page {
    max-width: 147rem;
    margin: 0 auto;
}
.pfq-log__list {
    padding: 0;
    list-style: none;
}
.pfq-log__item {
    padding: 0.5rem 0;
}
.pfq-log__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    align-items: center;
}
.pfq-log__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: normal;
}
.pfq-log__product-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex: 0 1 auto;
    min-width: 0;
}
.pfq-log__link.product-name {
    display: inline-flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 0.4rem;
    color: #111827;
    text-decoration: none;
}
.pfq-log__link .product-name__edit {
    display: inline-flex;
    align-items: center;
    color: inherit;
}
.pfq-log__link .product-name__edit span {
    font-size: 1.4rem;
    line-height: 1.2;
    color: inherit;
    word-break: break-word;
}
.pfq-log__item:hover .pfq-log__link {
    color: var(--accent-color, #ef8b2e);
}
.pfq-log__read {
    color: #6b7280;
    font-size: 1.4rem;
}
.product-name__external-link {
    color: #9aa0a6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.pfq-log__badge-link {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
}
.pfq-log__word {
    text-transform: uppercase;
}
.pfq-log__item:hover .product-name__external-link {
    opacity: 1;
    visibility: visible;
}
.pfq-notify-page__item--read .pfq-log__link {
    color: #6b7280;
}
.pfq-notify-page__item--read .pfq-log__badge {
    color: #9aa0a6;
    background: #f7f7f7;
}
.pfq-notify-page__item--no-answer .pfq-log__badge {
    background: #fff4e5;
    color: #ad6b00;
}
.pfq-notify-page__item:not(.pfq-notify-page__item--read):not(.pfq-notify-page__item--no-answer) .pfq-log__badge {
    background: #e9f7ef;
    color: #1f7a3f;
}
@media (min-width: 1025px) {
    .pfqc,
    .pfqs {
        width: calc(50% - 12.5px);
    }
}
@media (max-width: 768px) {
    .pfqs {
        margin-left: 0;
    }
}
