body {
    overflow-y: hidden;
}
.error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.error-content {
    background-color: #fff;
    border-radius: 0.6rem;
    border-left: 3px solid #ff5722;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 30px;
    max-width: 500px;
    width: 100%;
}
.share-error-quote {
    background-color: #fff;
    border-radius: 5px;
    border-left-color: #ff5722;
    margin: 0;
}
.share-error-text {
    font-size: 16px;
    color: #ff5722;
    margin: 0;
}
