.angel-number-widget {
    text-align: center;
}

.angel-number-widget .cards {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.angel-number-widget .card {
    width: 50px;
    height: 70px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin: 0 5px;
}

#angel-number-button {
    background-color: #116BBF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    width: 200px;
}

#angel-number-button:active {
    background-color: #0f5a9d;
}

.widget_seven_angel_number_widget {
    margin: 0 auto;
    text-align: center;
}