.sw-redirect-form-panel {
    border-bottom: 1px solid #e5ebf3;
    background: #ffffff;
}

.sw-redirect-form {
    display: grid;
    gap: 14px;
}

.sw-redirect-privacy {
    margin-top: 16px;
}

.sw-redirect-result-wrap {
    min-height: 330px;
    padding: 22px;
    background: #f8fbff;
}

.sw-redirect-loading {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6f7f94;
    text-align: center;
}

.sw-redirect-loading strong {
    margin-top: 13px;
    color: #2e4058;
    font-size: 15px;
}

.sw-redirect-loading span:last-child {
    margin-top: 6px;
    font-size: 11px;
}

.sw-redirect-summary {
    margin-bottom: 18px;
}

.sw-redirect-chain {
    display: grid;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
    gap: 10px;
}

.sw-redirect-hop {
    position: relative;
    display: grid;
    padding: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    border: 1px solid #e0e8f1;
    border-radius: 13px;
    background: #ffffff;
}

.sw-redirect-hop__status {
    display: inline-flex;
    min-width: 54px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #edf3fb;
    color: #425a77;
    font-size: 11px;
    font-weight: 880;
}

.sw-redirect-hop__status--success {
    background: #e8f8ef;
    color: #14734a;
}

.sw-redirect-hop__status--redirect {
    background: #fff4d9;
    color: #8a5b08;
}

.sw-redirect-hop__status--error {
    background: #fff0f2;
    color: #a62939;
}

.sw-redirect-hop__body {
    min-width: 0;
}

.sw-redirect-hop__body a {
    display: block;
    overflow-wrap: anywhere;
    color: var(--primary);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.45;
}

.sw-redirect-hop__body p {
    margin-top: 5px;
    overflow-wrap: anywhere;
    color: #718096;
    font-size: 10px;
    line-height: 1.45;
}

.sw-redirect-hop__body p strong {
    color: #4a5d75;
}

.sw-redirect-actions {
    margin-top: 18px;
}

.sw-redirect-error {
    display: flex;
    min-height: 290px;
    padding: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #a32939;
    text-align: center;
}

.sw-redirect-error strong {
    font-size: 16px;
}

.sw-redirect-error span {
    max-width: 520px;
    margin-top: 8px;
    color: #7f4a52;
    font-size: 12px;
    line-height: 1.55;
}

.sw-redirect-live {
    min-height: 1px;
    margin: 0;
}

@media (min-width: 720px) {
    .sw-redirect-form {
        grid-template-columns: minmax(0, 1fr) 190px auto;
        align-items: end;
    }

    .sw-redirect-form .sw-tools-button {
        min-height: 48px;
    }
}

@media (min-width: 940px) {
    .sw-redirect-result-wrap {
        padding: 30px;
    }
}
