/* Load after Fishki's base CSS. Every rule is scoped to this widget. */
.fishki-appeals { box-sizing: border-box; color: #252525; font-family: 'PT Sans', Arial, sans-serif; font-size: 16px; line-height: 1.45; width: 100%; min-width: 0; }
.fishki-appeals *, .fishki-appeals *::before, .fishki-appeals *::after { box-sizing: border-box; }
.fishki-appeals [hidden] { display: none !important; }
.fishki-appeals h1 { margin: 0 0 8px; color: #003663; font-size: 32px; line-height: 1.2; font-weight: 700; }
.fishki-appeals h2 { margin: 0 0 8px; color: #003663; font-size: 24px; line-height: 1.25; font-weight: 700; }
.fishki-appeals p { margin: 0; }
.fishki-appeals a { color: #008396; text-decoration: none; }
.fishki-appeals a:hover { text-decoration: underline; }
.fishki-appeals :focus-visible { outline: 2px solid #008396; outline-offset: 3px; }
.fishki-appeals .fa-intro { color: #595959; margin: 0 0 24px; }
.fishki-appeals .fa-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #dedede; border: 1px solid #dedede; border-radius: 3px 3px 0 0; }
.fishki-appeals .fa-tabs button { appearance: none; display: flex; align-items: center; justify-content: center; position: static; float: none; width: 100%; min-width: 0; min-height: 54px; padding: 10px 8px; margin: 0; border: 0; border-radius: 0; background: #fff; color: #595959; box-shadow: none; font: 700 16px/1.2 'PT Sans', Arial, sans-serif; white-space: normal; cursor: pointer; }
.fishki-appeals .fa-tabs button:hover { background: #eefbfc; color: #003663; }
.fishki-appeals .fa-tabs button[aria-selected='true'] { color: #fff; background: #00afc9; }
.fishki-appeals .fa-panel { padding: 28px; border: 1px solid #dedede; border-top: 0; border-radius: 0 0 3px 3px; background: #fff; min-width: 0; }
.fishki-appeals form { display: flex; flex-direction: column; gap: 22px; margin: 0; padding: 0; min-width: 0; }
.fishki-appeals .fa-heading { padding-bottom: 20px; border-bottom: 1px solid #dedede; }
.fishki-appeals .fa-heading p { color: #595959; }
.fishki-appeals .fa-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; min-width: 0; }
.fishki-appeals .fa-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.fishki-appeals label, .fishki-appeals legend { display: block; float: none; width: auto; height: auto; margin: 0; padding: 0; color: #252525; font: 700 16px/1.4 'PT Sans', Arial, sans-serif; }
.fishki-appeals input:not([type='checkbox']):not([type='radio']):not([type='hidden']), .fishki-appeals select, .fishki-appeals textarea { display: block; float: none; position: static; width: 100%; max-width: 100%; min-width: 0; height: 44px; margin: 0; padding: 9px 12px; border: 1px solid #b6b4b4; border-radius: 3px; background: #fff; color: #252525; box-shadow: none; font: 400 16px/1.4 'PT Sans', Arial, sans-serif; }
.fishki-appeals textarea { height: auto; min-height: 112px; resize: vertical; }
.fishki-appeals input[type='file'] { height: auto !important; padding: 12px !important; background: #f8f8f8 !important; border-style: dashed !important; }
.fishki-appeals input[type='checkbox'], .fishki-appeals input[type='radio'] { appearance: auto; display: inline-block; position: static; float: none; flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; opacity: 1; accent-color: #00afc9; }
.fishki-appeals fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.fishki-appeals .fa-reasons legend { margin-bottom: 12px; }
.fishki-appeals .fa-reasons .fa-pair { gap: 8px; }
.fishki-appeals .fa-reason { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 12px 16px; border: 1px solid #dedede; border-radius: 3px; font-weight: 400; cursor: pointer; }
.fishki-appeals .fa-reason:has(input:checked) { border-color: #00afc9; background: #eefbfc; color: #003663; font-weight: 700; }
.fishki-appeals .fa-check { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: #f5f5f5; border: 1px solid #dedede; border-radius: 3px; }
.fishki-appeals .fa-check label { font-size: 14px; font-weight: 400; cursor: pointer; }
.fishki-appeals .fa-check a { font-weight: 700; text-decoration: underline; }
.fishki-appeals .fa-hint { display: block; font-size: 14px; line-height: 1.4; color: #595959; overflow-wrap: anywhere; }
.fishki-appeals .fa-extra { display: flex; flex-direction: column; gap: 18px; padding: 16px; border: 1px solid #dedede; border-radius: 3px; background: #f8fbfc; }
.fishki-appeals .fa-extra > legend { padding: 0 4px; color: #003663; }
.fishki-appeals .fa-subgroup { display: flex; flex-direction: column; gap: 18px; }
.fishki-appeals .fa-notice { padding: 14px 16px; background: #fffbea; border: 1px solid #ffdb4d; border-radius: 3px; font-size: 14px; }
.fishki-appeals .fa-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #dedede; }
.fishki-appeals .fa-submit p { max-width: 470px; }
.fishki-appeals .fa-submit button { appearance: none; display: block; flex-shrink: 0; min-height: 44px; padding: 10px 20px; border: 0; border-radius: 3px; background: #55ca03; color: #fff; box-shadow: none; font: 700 16px/1.4 'PT Sans', Arial, sans-serif; cursor: pointer; }
.fishki-appeals .fa-submit button:hover { background: #4ab103; }
.fishki-appeals .fa-submit button:disabled { background: #aaa; cursor: not-allowed; }
.fishki-appeals .fa-result { padding: 14px 16px; border: 1px solid #00afc9; border-radius: 3px; background: #eefbfc; }
.fishki-appeals .fa-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 20px 0 12px; font-size: 14px; font-weight: 700; }
.fishki-appeals .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.fishki-appeals .fa-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.fishki-appeals .fa-card { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 82px; padding: 20px; border: 1px solid #dedede; border-radius: 3px; background: #fff; font-weight: 700; }
.fishki-appeals .fa-legal { padding: 28px; border: 1px solid #dedede; border-radius: 3px; background: #fff; overflow-wrap: anywhere; line-height: 1.7; }
.fishki-appeals .fa-legal h1 { font-size: 28px; margin-bottom: 20px; }
.fishki-appeals .fa-legal h2 { font-size: 22px; margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid #dedede; }
.fishki-appeals .fa-legal h3 { font-size: 18px; margin: 24px 0 10px; }
.fishki-appeals .fa-legal p, .fishki-appeals .fa-legal ul, .fishki-appeals .fa-legal ol { margin: 0 0 16px; }
.fishki-appeals .fa-legal ul { list-style: disc; padding-left: 24px; }
.fishki-appeals .fa-legal ol { list-style: decimal; padding-left: 24px; }
.fishki-appeals .fa-legal li { margin-bottom: 6px; }
.fishki-appeals .fa-legal table { display: block; width: 100%; overflow-x: auto; margin-bottom: 16px; border-collapse: collapse; font-size: 14px; }
.fishki-appeals .fa-legal th, .fishki-appeals .fa-legal td { padding: 8px 10px; border: 1px solid #dedede; text-align: left; }
@media (max-width: 700px) {
  .fishki-appeals h1 { font-size: 28px; }
  .fishki-appeals .fa-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fishki-appeals .fa-panel, .fishki-appeals .fa-legal { padding: 18px 14px; }
  .fishki-appeals .fa-pair, .fishki-appeals .fa-cards { grid-template-columns: minmax(0, 1fr); }
  .fishki-appeals .fa-submit { flex-direction: column-reverse; align-items: stretch; gap: 14px; }
  .fishki-appeals .fa-submit button { width: 100%; }
}
