
/* Implementation-wide styling for "copy-of-seb-kort-eurocard-20-prod-for-airplus" */
/* Important */
.humany-component * {
    font-family: var(--typo-ff-body);
    box-shadow: none !important;
}

.humany-list li {
    white-space: normal !important;
}

.humany-component a {
    color: var(--pal-text-primary) !important;
    text-decoration: underline !important;
    text-underline-offset: 0.2em;
}

.humany-guide-category-tree-link.humany-link,
.humany-link .humany-text {
    text-decoration: none !important;
}

.humany-guide-link svg {
    display: none !important;
}

/* Layout */
.humany-grid {
    padding: 0;
}

/* Header */
.humany-widget-header > div {
    text-align: left;
    overflow: hidden;
}

.humany-widget-header {
    color: var(--pal-text-primary);
    background: none;
    height: auto;
}

.humany-widget-header * {
  color: var(--pal-text-primary) !important;
}

@media screen and (width < 768px) {
    .humany-widget-header {
        margin: 0 0 10px 0;
    }
}

/* Headings */
.humany-component h2 {
    color: var(--pal-text-primary);
    font-size: var(--typo-fs-h4);
    line-height: var(--typo-lh-h4);
    font-weight: var(--typo-fw-medium);
    font-family: var(--typo-ff-body);
    margin: 0;
}

/* Buttons */
.humany-feedback .humany-feedback-button,
.humany-component-back-link .humany-button,
.humany-guide-list > a {
    color: var(--pal-primary-dark);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--pal-primary-state-outline-border);
    box-shadow: none;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: none;
    font-family: var(--typo-ff-body);
    font-weight: var(--typo-fw-book);
    line-height: 1.75;
    cursor: pointer;
    border-radius: .25em;
    font-size: var(--typo-fs-button);
    padding: .25em 1.25em;
    min-width: calc(var(--space) * 8);
    white-space: nowrap;
    transition: background-color .3s, color .3s, box-shadow .3s, transform .3s;
    --font-size-factor: 1.25;
    padding: calc(var(--space) * 1) calc(var(--space) * 3);
    line-height: calc(var(--space) * 3);
    text-decoration: none !important;
}

.humany-feedback .humany-feedback-button:focus-visible,
.humany-component-back-link .humany-button:focus-visible,
.humany-guide-list > a:focus-visible {
    padding: calc(var(--space) * 1) calc(var(--space) * 3);
}

.humany-feedback .humany-feedback-button:hover,
.humany-component-back-link .humany-button:hover,
.humany-guide-list > a:hover {
    background-color: var(--pal-primary-state-hover);
}

.humany-feedback .humany-feedback-button span,
[aria-expanded="true"] a span {
    color: var(--pal-text-primary);
}

.humany-feedback .humany-feedback-button i {
    display: none;
}

/* Search */
.humany-component-search form {
    border-radius: 0;
    border-radius: var(--border-radius-radius-sm, 4px);
    border: 1px solid var(--neutral-300, #CCC);
    height: 64px;
    padding: 0;
    overflow: hidden;
}

.humany-component-search .humany-button {
    height: 100%;
    display: flex;
    aspect-ratio: 1 / 1;
}

.humany-component-search .humany-button svg {
   margin: auto;
   width: 50%;
}

.humany-component-search .humany-input,
.humany-component-search .humany-input::placeholder {
    padding: 0 10px;
    font-style: normal;
    font-weight: normal;
    font-family: inherit;
    font-size: 1rem;
    text-indent: 0;
}

.humany-component-search .humany-input::placeholder {
  color: #888;
  padding: 0;
}

/* Breadcrumbs */
.humany-component-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}

.humany-component-breadcrumbs li * {
    font-weight: normal !important;
    line-height: 1.5 !important;
    font-size: 1rem;
}

/* Footer, category number, some hr, mobile header stuff */
.humany-component-copyright,
.humany-component-guide-category-tree .humany-guide-category-tree-link span:nth-child(2),
.humany-html hr,
.css-1os0r40 {
    display: none;
}

/* Accessibility */
.humany-component *:focus-visible {
    outline: 2px solid var(--pal-text-primary);
    /* box-shadow: inset 0 0 0 2px var(--pal-text-primary) !important; */
}

.humany-component-guide-list .humany-list {
    display: flex;
    flex-direction: column;
}

.humany-component-guide-list li {
    margin-bottom: 0 !important;
}

.humany-component-guide-list li a {
    padding: 8px 0;
    float: left;
}

a .fa-phone {
    display: none;
}

.humany-component a *,
.humany-component button * {
    pointer-events: auto;
}
