.edb-wrapper {
    text-align: center;
}

.edb-btn {
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}

.edb-progress {
    width: 100%;
    height: 6px;
    background: #eee;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.edb-bar {
    width: 0%;
    height: 100%;
    transition: width 1s linear;
}

.edb-timer {
    margin-top: 8px;
}

.edb-meta {
    margin-top: 10px;
    font-size: 14px;
}