  .hpl-zwroty-widget {
    font-family: 'Rawson', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background: rgb(238, 247, 252);
    border-left: 4px solid rgb(0, 160, 210);
    padding: 24px 28px;
    max-width: 640px;
    margin: 24px 0;
    box-sizing: border-box;
    line-height: 20px;
  }

  .hpl-zwroty-widget__header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }

  .hpl-zwroty-widget__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .entry-content .hpl-zwroty-widget__icon img {
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    margin: 0;
  }

  .hpl-zwroty-widget__title {
    font-size: 16px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin: 0 0 4px 0;
    line-height: 1.3;
  }

  .hpl-zwroty-widget__subtitle {
    font-size: 14px;
    color: rgb(85, 85, 85);
    margin: 0;
    line-height: 20px;
  }

  .hpl-zwroty-widget__label {
    font-size: 14px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin: 0 0 8px 0;
    display: block;
  }

  .hpl-zwroty-widget__input-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

   .entry-content .hpl-zwroty-widget__input {
    flex: 1 1 200px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgb(200, 210, 220);
    font-size: 14px;
    font-family: 'Rawson', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: rgb(51, 51, 51);
    background: #ffffff;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
    line-height: 20px;
  }

  .hpl-zwroty-widget__input:focus {
    border-color: rgb(0, 160, 210);
  }

  .hpl-zwroty-widget__input::placeholder {
    color: rgb(173, 186, 197);
  }

  .entry-content .hpl-zwroty-widget__btn {
    height: 40px;
    padding: 0 20px;
    background: rgb(226, 0, 0);
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Rawson', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .hpl-zwroty-widget__btn:hover {
    background: rgb(190, 0, 0);
  }

  .hpl-zwroty-widget__btn:active {
    background: rgb(160, 0, 0);
  }

  .hpl-zwroty-widget__result {
    display: none;
    background: rgb(245, 248, 244);
    border-left: 4px solid rgb(70, 180, 80);
    padding: 16px;
    margin-top: 16px;
  }

  .hpl-zwroty-widget__result-label {
    font-size: 14px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin: 0 0 10px 0;
    line-height: 20px;
  }

  .hpl-zwroty-widget__link-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .hpl-zwroty-widget__link-text {
    flex: 1 1 200px;
    font-size: 13px;
    color: rgb(51, 51, 51);
    word-break: break-all;
    background: #ffffff;
    border: 1px solid rgb(200, 210, 220);
    padding: 8px 12px;
    line-height: 20px;
    font-family: monospace;
  }

  .hpl-zwroty-widget__copy-btn {
    height: 36px;
    padding: 0 16px;
    background: #ffffff;
    color: rgb(27, 27, 27);
    border: 1px solid rgb(200, 210, 220);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Rawson', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .hpl-zwroty-widget__copy-btn:hover {
    border-color: rgb(226, 0, 0);
    color: rgb(226, 0, 0);
  }

  .hpl-zwroty-widget__copy-btn svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
  }

  .hpl-zwroty-widget__toast {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    background: rgb(245, 248, 244);
    padding: 10px 14px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 20px;
  }

  .hpl-zwroty-widget__toast svg {
    width: 16px;
    height: 16px;
    fill: rgb(70, 180, 80);
    flex-shrink: 0;
  }

  .hpl-zwroty-widget__error {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background: #fff5f5;
    padding: 10px 14px;
    font-size: 14px;
    color: rgb(226, 0, 0);
    line-height: 20px;
  }

  .hpl-zwroty-widget__error svg {
    width: 16px;
    height: 16px;
    fill: rgb(226, 0, 0);
    flex-shrink: 0;
  }

  @media (max-width: 480px) {
    .hpl-zwroty-widget {
      padding: 18px 16px;
    }
    .hpl-zwroty-widget__input-row {
      flex-direction: column;
    }
    .hpl-zwroty-widget__btn {
      width: 100%;
    }
  }