.spw-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    padding: 48px 24px;
    max-width: 500px;
    margin: 60px auto;
}

.spw-loading-img {
    width: 60px;
    margin-bottom: 24px;
}

.spw-btn-load {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
