.tpb-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}

.tpb-overlay-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tpb-box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tpb-message {
    margin-bottom: 15px;
    line-height: 1.4;
}

.tpb-progress-container {
    width: 100%;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.tpb-progress-bar {
    height: 100%;
    width: 0;
    position: relative;
    transition: width 0.1s linear;
}

.tpb-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}
