 .dp5Search,.dp5SearchWidget{--dp5s-bg:var(--i-box--ba-co,#ffffff);--dp5s-bg-soft:var(--i-background_2,#f8fafc);--dp5s-bg-softer:var(--i-background_3,#f3f4f6);--dp5s-border:var(--i-background_5,#e5e7eb);--dp5s-border-strong:#cfd8e3;--dp5s-text:var(--i-color_hard,#111827);--dp5s-text-soft:#5b6472;--dp5s-text-faint:#8a94a6;--dp5s-primary:#2563eb;--dp5s-primary-strong:#1d4ed8;--dp5s-primary-soft:#eff6ff;--dp5s-success:#15803d;--dp5s-success-bg:#f0fdf4;--dp5s-success-border:#bbf7d0;--dp5s-danger:#dc2626;--dp5s-danger-bg:#fef2f2;--dp5s-danger-border:#fecaca;--dp5s-warning:#b45309;--dp5s-warning-bg:#fff7ed;--dp5s-warning-border:#fed7aa;--dp5s-purple:#6d28d9;--dp5s-purple-bg:#f5f3ff;--dp5s-purple-border:#ddd6fe;--dp5s-shadow-sm:0 6px 18px rgba(15,23,42,0.06);--dp5s-shadow-md:0 14px 40px rgba(15,23,42,0.08);--dp5s-shadow-focus:0 0 0 4px rgba(37,99,235,0.12);--dp5s-radius-xs:10px;--dp5s-radius-sm:12px;--dp5s-radius-md:16px;--dp5s-radius-lg:20px;--dp5s-transition:.2s ease}.dp5Search,.dp5Search *,.dp5SearchWidget,.dp5SearchWidget *{box-sizing:border-box}.dp5Search.ipsBox{width:100%;max-width:1120px;margin:0 auto;padding:14px 14px 16px;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible}.dp5Search__intro{margin-bottom:12px}.dp5Search .dp5Search__heading{display:flex;align-items:center;gap:10px;margin:0 0 4px;font-size:clamp(19px,1.9vw,24px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--dp5s-text)}.dp5Search .dp5Search__heading i{font-size:.92em;color:var(--dp5s-primary)}.dp5Search .dp5Search__desc{max-width:760px;margin:0;font-size:14px;line-height:1.65;color:var(--dp5s-text-soft)}.dp5Search__panel{display:flex;flex-direction:column;gap:12px}.dp5Search__formWrap{width:100%;background:linear-gradient(180deg,var(--dp5s-bg) 0%,var(--dp5s-bg-soft) 100%);border:1px solid var(--dp5s-border);border-radius:var(--dp5s-radius-lg);box-shadow:var(--dp5s-shadow-sm);transition:border-color var(--dp5s-transition),box-shadow var(--dp5s-transition)}.dp5Search__formWrap:focus-within{border-color:#bcd0ff;box-shadow:var(--dp5s-shadow-focus),var(--dp5s-shadow-md)}.dp5Search .dp5Search__form{display:flex;flex-direction:column;width:100%}.dp5Search__inputRow{position:relative;display:flex;align-items:center;gap:10px;padding:7px 12px}.dp5Search__inputWrap{position:relative;flex:1 1 auto;min-width:0}.dp5Search__inputWrap .dp5Search__input{width:100%}.dp5Search .dp5Search__input{display:block;width:100%;min-width:0;height:auto;padding:4px 0;margin:0;font-size:20px!important;font-weight:600;line-height:1.45;color:var(--dp5s-text);border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:none!important}.dp5Search .dp5Search__input::placeholder{color:var(--dp5s-text-faint);font-weight:500}.dp5Search .dp5Search__input:hover,.dp5Search .dp5Search__input:focus{border-color:transparent!important;background:transparent!important;box-shadow:none!important}.dp5Search .dp5Search__btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;border-radius:12px;box-shadow:0 10px 24px rgba(37,99,235,0.18)}.dp5Search .dp5Search__btn .fa-arrow-right{font-size:.82em}.dp5Search__filterRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 14px 10px;background:var(--dp5s-bg-soft);border-top:1px solid var(--dp5s-border);border-radius:0 0 var(--dp5s-radius-lg) var(--dp5s-radius-lg)}.dp5Search__filterItem{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:rgba(255,255,255,0.85);border:1px solid var(--dp5s-border);border-radius:999px}.dp5Search__filterItem i{font-size:13px;opacity:.7;color:var(--dp5s-text-soft);pointer-events:none}.dp5Search__period{min-width:0;padding:0 20px 0 0;font-size:13px;font-weight:600;line-height:1.2;color:var(--dp5s-text);border:none;border-radius:0;background:transparent;cursor:pointer;outline:none}.dp5Search__period:hover,.dp5Search__period:focus{color:var(--dp5s-primary-strong)}.dp5Search__autocomplete{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:100;background:var(--dp5s-bg);border:1px solid var(--dp5s-border-strong);border-radius:14px;box-shadow:var(--dp5s-shadow-md);max-height:280px;overflow-y:auto}.dp5Search__acItem{display:flex;align-items:center;gap:8px;padding:11px 14px;font-size:14px;line-height:1.45;color:var(--dp5s-text);cursor:pointer;transition:background var(--dp5s-transition),color var(--dp5s-transition);border-bottom:1px solid var(--dp5s-bg-softer)}.dp5Search__acItem:first-child{border-radius:14px 14px 0 0}.dp5Search__acItem:last-child{border-bottom:none;border-radius:0 0 14px 14px}.dp5Search__acItem:hover,.dp5Search__acItem--active{background:var(--dp5s-primary-soft);color:var(--dp5s-primary-strong)}.dp5Search__acCertified{display:inline-flex;align-items:center;color:var(--dp5s-primary);font-size:10px;line-height:1}.dp5Search__suggestions{display:flex;flex-direction:column;gap:10px;margin-top:2px}.dp5Search__suggestions--noResults{margin-top:10px}.dp5Search__sugGroup{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.dp5Search__sugLabel{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--dp5s-text-faint);white-space:nowrap}.dp5Search__sugTag{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;line-height:1;color:var(--dp5s-text-soft);text-decoration:none;background:var(--dp5s-bg);border:1px solid var(--dp5s-border);border-radius:999px;transition:border-color var(--dp5s-transition),background var(--dp5s-transition),color var(--dp5s-transition),box-shadow var(--dp5s-transition)}.dp5Search__sugTag:hover{background:var(--dp5s-primary-soft);border-color:#bfd3ff;color:var(--dp5s-primary-strong);text-decoration:none;box-shadow:0 4px 12px rgba(37,99,235,0.08);transform:none}.dp5Search__sugTag--history{padding:4px 4px 4px 12px;gap:4px}.dp5Search__sugTag--history a{color:inherit;text-decoration:none}.dp5Search__sugTag--history a:hover{color:var(--dp5s-primary-strong);text-decoration:none}.dp5Search__sugRemove{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:10px;color:var(--dp5s-text-faint);border-radius:999px;background:transparent;transition:background var(--dp5s-transition),color var(--dp5s-transition)}.dp5Search__sugRemove:hover{background:var(--dp5s-bg-softer);color:var(--dp5s-danger);text-decoration:none}.dp5Search__progress{margin:2px 0 0;text-align:left}.dp5Search .dp5Search__progressBar{height:8px;background:var(--dp5s-bg-softer);border-radius:999px;overflow:hidden;margin-bottom:8px}.dp5Search .dp5Search__progressFill{height:100%;background:linear-gradient(90deg,#60a5fa 0%,var(--dp5s-primary) 100%);border-radius:999px;transition:width .35s ease}.dp5Search .dp5Search__progressText{margin:0;font-size:12px;line-height:1.5;color:var(--dp5s-text-soft)}.dp5Search__result,.dp5Search__error{margin-top:0}.dp5Search__resultBox{position:relative;padding:26px 28px;background:linear-gradient(180deg,var(--dp5s-bg) 0%,var(--dp5s-bg-soft) 100%);border:1px solid var(--dp5s-border);border-radius:var(--dp5s-radius-lg);box-shadow:var(--dp5s-shadow-md);overflow:hidden}.dp5Search__topActions{position:absolute;top:22px;right:24px;display:flex;align-items:center;gap:8px;z-index:2}.dp5Search__shareBtn,.dp5Search__profileBtn,.dp5Search__feedback,.dp5Search__fbBtn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.dp5Search__shareBtn,.dp5Search__profileBtn{border-radius:999px}.dp5Search__feedback{gap:6px}.dp5Search__fbBtn{min-width:36px;border-radius:999px}.dp5Search__fbBtn--active{background:#dbeafe!important;border-color:#93c5fd!important;color:var(--dp5s-primary-strong)!important}.dp5Search__resultHeader{margin-bottom:18px;padding-right:132px}.dp5Search__titleRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-bottom:12px}.dp5Search__resultName{margin:0;font-size:clamp(27px,2.5vw,36px);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--dp5s-text)}.dp5Search__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;font-size:11px;font-weight:800;line-height:1;color:var(--dp5s-primary-strong);background:var(--dp5s-primary-soft);border:1px solid #cfe0ff;border-radius:999px;vertical-align:middle}.dp5Search__badge--certified{background:var(--dp5s-primary-soft);color:var(--dp5s-primary-strong)}.dp5Search__sentiment{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0}.dp5Search__sentimentBar{flex:0 1 240px;height:9px;background:var(--dp5s-bg-softer);border-radius:999px;overflow:hidden}.dp5Search__sentimentFill{height:100%;border-radius:999px;transition:width .25s ease}.dp5Search__sentimentScore{font-size:14px;font-weight:800;line-height:1}.dp5Search__summary{margin-bottom:22px}.dp5Search__paragraph{margin:0;font-size:16px;line-height:1.85;color:var(--dp5s-text-soft)}.dp5Search__quotes{display:flex;flex-direction:column;gap:10px;margin:0 0 22px}.dp5Search__quote{position:relative;margin:0;padding:13px 16px 13px 18px;font-size:13px;font-style:italic;line-height:1.7;color:var(--dp5s-text-soft);background:var(--dp5s-bg-soft);border:1px solid var(--dp5s-border);border-left:4px solid var(--dp5s-primary);border-radius:0 14px 14px 0}.dp5Search__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 24px}.dp5Search__pros,.dp5Search__cons{padding:18px 18px 16px;border-radius:var(--dp5s-radius-md);font-size:14px;line-height:1.7}.dp5Search__pros{background:var(--dp5s-success-bg);border:1px solid var(--dp5s-success-border)}.dp5Search__cons{background:var(--dp5s-danger-bg);border:1px solid var(--dp5s-danger-border)}.dp5Search__pros h4,.dp5Search__cons h4{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:14px;font-weight:800;line-height:1.3}.dp5Search__pros h4{color:var(--dp5s-success)}.dp5Search__cons h4{color:var(--dp5s-danger)}.dp5Search__pros ul,.dp5Search__cons ul{margin:0;padding-left:18px}.dp5Search__pros li,.dp5Search__cons li{margin-bottom:6px}.dp5Search__pros li:last-child,.dp5Search__cons li:last-child{margin-bottom:0}.dp5Search__sources,.dp5Search__related,.dp5Search__footer{padding-top:18px;border-top:1px solid var(--dp5s-border)}.dp5Search__sources{margin:0 0 22px}.dp5Search__related{margin:0 0 22px}.dp5Search__sources h4,.dp5Search__related h4{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:800;line-height:1.3;color:var(--dp5s-text)}.dp5Search__related p{margin:0 0 12px}.dp5Search__sourceList{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dp5Search__sourceItem{margin:0}.dp5Search__sourceLink{display:block;height:100%;padding:14px 15px;font-size:13px;line-height:1.6;color:var(--dp5s-primary-strong);text-decoration:none;word-break:break-word;background:linear-gradient(180deg,var(--dp5s-bg) 0%,var(--dp5s-bg-soft) 100%);border:1px solid var(--dp5s-border);border-radius:14px;transition:border-color var(--dp5s-transition),box-shadow var(--dp5s-transition),background var(--dp5s-transition)}.dp5Search__sourceLink:hover{text-decoration:none;background:var(--dp5s-primary-soft);border-color:#bfd3ff;box-shadow:0 8px 20px rgba(37,99,235,0.08);transform:none}.dp5Search__sourceMeta{display:block;margin-top:6px;font-size:11px;line-height:1.45;color:var(--dp5s-text-faint);font-style:normal}.dp5Search__relatedTags{display:flex;flex-wrap:wrap;gap:8px}.dp5Search__relatedTag{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;font-size:12px;font-weight:700;line-height:1;color:var(--dp5s-primary-strong);text-decoration:none;background:var(--dp5s-primary-soft);border:1px solid #d6e4ff;border-radius:999px;transition:border-color var(--dp5s-transition),background var(--dp5s-transition),box-shadow var(--dp5s-transition)}.dp5Search__relatedTag:hover{background:#dbeafe;border-color:#a9c6ff;text-decoration:none;box-shadow:0 4px 12px rgba(37,99,235,0.08);transform:none}.dp5Search__meta{font-size:12px;line-height:1.65;color:var(--dp5s-text-faint)}.dp5Search__generated{color:var(--dp5s-text-faint)}.dp5Search__cached a{color:var(--dp5s-primary);text-decoration:none;font-weight:600}.dp5Search__cached a:hover{text-decoration:underline}.dp5Search__disclaimer{margin:12px 0 0;font-size:12px;line-height:1.65;color:var(--dp5s-text-faint);font-style:italic}.dp5Search__tierNotice,.dp5Search__message{margin-top:0}.dp5Search__tierNotice.ipsMessage,.dp5Search__message.ipsMessage{padding:12px 16px;border-radius:var(--dp5s-radius-sm)!important;box-shadow:none!important}.dp5Search__message--info.ipsMessage{background:var(--dp5s-bg-soft)!important;border:1px solid var(--dp5s-border)!important;color:var(--dp5s-text-soft);font-size:13px;text-align:center}.dp5Search__message--warning.ipsMessage{background:var(--dp5s-warning-bg)!important;border:1px solid var(--dp5s-warning-border)!important;color:var(--dp5s-warning)}.dp5Search__message--error.ipsMessage{background:var(--dp5s-danger-bg)!important;border:1px solid var(--dp5s-danger-border)!important;color:var(--dp5s-danger)}.dp5Search__message.ipsMessage::before,.dp5Search__tierNotice.ipsMessage::before{display:none!important}.dp5Search__actions{display:flex;align-items:center;gap:10px;margin:12px 0}.dp5Search__rephrase{display:flex;align-items:center;gap:14px;margin-top:14px;padding:14px 16px;background:var(--dp5s-purple-bg);border:1px solid var(--dp5s-purple-border);border-radius:var(--dp5s-radius-md)}.dp5Search__rephraseBtn{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex-shrink:0;min-height:42px;padding:0 18px;font-size:14px;font-weight:700;line-height:1;color:#ffffff;background:linear-gradient(180deg,#7c3aed 0%,var(--dp5s-purple) 100%);border:none;border-radius:12px;cursor:pointer;transition:box-shadow var(--dp5s-transition),opacity var(--dp5s-transition),filter var(--dp5s-transition);box-shadow:0 12px 24px rgba(109,40,217,0.18);transform:none}.dp5Search__rephraseBtn:hover{transform:none;filter:brightness(1.06);box-shadow:0 14px 28px rgba(109,40,217,0.24)}.dp5Search__rephraseBtn:active{transform:none;filter:brightness(1.01);box-shadow:0 8px 18px rgba(109,40,217,0.18)}.dp5Search__rephraseBtn:disabled{opacity:.7;cursor:wait}.dp5Search__rephraseBtn i{font-size:.9em}.dp5Search__rephraseDesc{font-size:13px;line-height:1.55;color:var(--dp5s-text-soft)}div.ipsWidget.dp5SearchWidget{width:100%;max-width:100%;overflow:visible;background:transparent!important;border:none!important;box-shadow:none!important}div.ipsWidget.dp5SearchWidget h3.ipsWidget__header{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.2;color:var(--dp5s-text)}div.ipsWidget.dp5SearchWidget div.ipsWidget__content,div.ipsWidget.dp5SearchWidget div.ipsWidget__content.ipsPad{padding:6px 8px!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__formWrap{background:linear-gradient(180deg,var(--dp5s-bg) 0%,var(--dp5s-bg-soft) 100%);border:1px solid var(--dp5s-border);border-radius:14px;box-shadow:var(--dp5s-shadow-sm);transition:border-color var(--dp5s-transition),box-shadow var(--dp5s-transition)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__formWrap:focus-within{border-color:#bfd3ff;box-shadow:var(--dp5s-shadow-focus),var(--dp5s-shadow-sm)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__form{display:flex!important;flex-direction:column;width:100%;margin:0}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__inputRow{position:relative;display:flex;align-items:center;gap:8px;padding:5px 8px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__inputWrap{position:relative;flex:1 1 auto;min-width:0}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__input{display:block;width:100%!important;min-width:0!important;height:auto;margin:0!important;padding:2px 0!important;font-size:17px!important;font-weight:600;line-height:1.45!important;color:var(--dp5s-text);border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:none!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__input::placeholder{color:var(--dp5s-text-faint);font-weight:500}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px;min-height:34px;padding:0 12px!important;margin:0!important;font-size:12px!important;font-weight:700;line-height:1!important;border-radius:10px!important;white-space:nowrap;flex-shrink:0!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__btn i{margin:0!important;font-size:.78em}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__scope{margin:8px 0 0}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__scopeLabel{display:inline-flex;align-items:center;gap:7px;font-size:12px;line-height:1.45;color:var(--dp5s-text-soft);cursor:pointer}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__scopeCheck{margin:0}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__autocomplete{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:100;background:var(--dp5s-bg);border:1px solid var(--dp5s-border-strong);border-radius:12px;box-shadow:var(--dp5s-shadow-md);max-height:220px;overflow-y:auto}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__autocomplete .dp5Search__acItem{padding:10px 12px;font-size:13px;border-bottom:1px solid var(--dp5s-bg-softer)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__autocomplete .dp5Search__acItem:last-child{border-bottom:none}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__progress{width:100%;margin:10px 0 0!important;text-align:left}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__progressBar{height:6px;margin-bottom:6px;background:var(--dp5s-bg-softer);border-radius:999px;overflow:hidden}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__progressFill{height:100%;background:linear-gradient(90deg,#60a5fa 0%,var(--dp5s-primary) 100%);border-radius:999px;transition:width .35s ease}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__status{margin:0;font-size:11px;line-height:1.45;color:var(--dp5s-text-soft)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__result{width:100%;margin-top:10px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__resultBox{display:block;width:100%;margin:0;padding:14px;background:linear-gradient(180deg,var(--dp5s-bg) 0%,var(--dp5s-bg-soft) 100%);border:1px solid var(--dp5s-border);border-radius:16px;box-shadow:var(--dp5s-shadow-sm)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;margin:0 0 8px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__title{display:block;margin:0;font-size:15px;font-weight:800;line-height:1.25;color:var(--dp5s-text);word-break:break-word}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__sentiment{display:inline-flex;align-items:center;gap:4px;margin:0;padding:4px 8px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;background:var(--dp5s-primary-soft);border:1px solid #d6e4ff;border-radius:999px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__paragraph{display:block;margin:0;font-size:12px;line-height:1.65;color:var(--dp5s-text-soft)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__meta{display:block;margin:8px 0 0;font-size:11px;line-height:1.55;color:var(--dp5s-text-faint)}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__meta a,div.ipsWidget.dp5SearchWidget .dp5SearchWidget__profileBtn a,div.ipsWidget.dp5SearchWidget .dp5SearchWidget__fullLink a{color:var(--dp5s-primary);font-weight:700;text-decoration:none}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__meta a:hover,div.ipsWidget.dp5SearchWidget .dp5SearchWidget__profileBtn a:hover,div.ipsWidget.dp5SearchWidget .dp5SearchWidget__fullLink a:hover{text-decoration:underline}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__profileBtn,div.ipsWidget.dp5SearchWidget .dp5SearchWidget__fullLink{display:block;margin-top:8px;font-size:11px;line-height:1.45}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__error{width:100%;margin-top:8px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__error .ipsMessage{margin:0;border-radius:12px;font-size:12px}.ipsWidget--horizontal.dp5SearchWidget,.ipsWidget--horizontal .dp5SearchWidget{width:100%;max-width:100%}.ipsWidget--horizontal.dp5SearchWidget .dp5SearchWidget__form,.ipsWidget--horizontal .dp5SearchWidget .dp5SearchWidget__form,.ipsWidget--horizontal.dp5SearchWidget .dp5SearchWidget__resultBox,.ipsWidget--horizontal .dp5SearchWidget .dp5SearchWidget__resultBox,.ipsWidget--horizontal.dp5SearchWidget .dp5SearchWidget__progress,.ipsWidget--horizontal .dp5SearchWidget .dp5SearchWidget__progress{max-width:100%}@media (max-width:979px){.dp5Search.ipsBox{max-width:100%;padding:12px}.dp5Search__resultBox{padding:22px}.dp5Search__sourceList{grid-template-columns:1fr}.dp5Search__resultHeader{padding-right:0}.dp5Search__topActions{position:static;justify-content:flex-end;margin-bottom:14px}}@media (max-width:767px){.dp5Search.ipsBox{padding:8px 8px 12px}.dp5Search .dp5Search__heading{font-size:18px}.dp5Search .dp5Search__desc{font-size:13px}.dp5Search__formWrap{border-radius:16px}.dp5Search__inputRow{flex-wrap:wrap;padding:10px}.dp5Search .dp5Search__input{font-size:16px!important}.dp5Search .dp5Search__btn{width:100%;min-height:42px}.dp5Search__filterRow{padding:8px 10px 10px}.dp5Search__filterItem{width:100%;justify-content:space-between;border-radius:12px}.dp5Search__period{width:100%}.dp5Search__resultBox{padding:16px;border-radius:16px}.dp5Search__titleRow{flex-direction:column;align-items:flex-start;gap:8px}.dp5Search__resultName{font-size:24px}.dp5Search__paragraph{font-size:15px;line-height:1.78}.dp5Search__grid{grid-template-columns:1fr;gap:12px;margin-bottom:18px}.dp5Search__pros,.dp5Search__cons{padding:15px}.dp5Search__actions{flex-wrap:wrap}.dp5Search__rephrase{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.dp5Search__rephraseBtn{width:100%}.dp5Search__rephraseDesc{text-align:center}div.ipsWidget.dp5SearchWidget div.ipsWidget__content,div.ipsWidget.dp5SearchWidget div.ipsWidget__content.ipsPad{padding:6px 8px!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__inputRow{padding:8px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__btn{min-height:32px;padding:0 10px!important;font-size:11px!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__input{font-size:14px!important}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__resultBox{padding:12px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__title{font-size:14px}div.ipsWidget.dp5SearchWidget .dp5SearchWidget__paragraph{font-size:12px;line-height:1.6}}