.widget-error {
    opacity: 0;
    animation: fade-in 300ms ease-in-out 5000ms forwards;
}

.widget-error .box__content {
    display: flex;
    flex-direction: column;
}

.widget-error .box__content p {
    font-size: inherit;
    margin-bottom: 0;
}

.widget-error .icon {
    margin-bottom: 1rem;
}

.widget-error .error-message {
    text-align: center;
    overflow: visible;
    padding: 0;
    min-height: 3.25rem;
}

.widget-error.none-background {
    background: transparent;
}
