.ahapay-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.ahapay-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.ahapay-logo {
    height: 24px;
}

.ahapay-subtext {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

.ahapay-progress-bar {
    height: 4px;
    background-color: #eee;
    border-radius: 2px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.ahapay-progress {
    width: 25%;
    height: 100%;
    background-color: #fc642d;
}

.ahapay-timeline {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.ahapay-timeline div {
    text-align: center;
    flex: 1;
}