/* _content/PraguePigeons/Modules/Members/Pages/Subscriptions.razor.rz.scp.css */
.timeline[b-xee455t1g7] {
    overflow-x: hidden;
    padding: 30px 0 10px;
    margin-bottom: 16px;
}

.timeline ol[b-xee455t1g7] {
    width: 100%;
    transition: all 1s;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.timeline ol li[b-xee455t1g7] {
    list-style: none;
    position: relative;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 4px;
    white-space: nowrap;
    padding-top: 25px;
}

.timeline ol li div[b-xee455t1g7] {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    bottom: 25px;
    left: 50%;
    font-size: 14px;
}

.timeline ol li[b-xee455t1g7]:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.timeline ol li:nth-child(-n+5)[b-xee455t1g7]:before {
    background: #4CAF50;
}

.timeline ol li:nth-child(n+6):nth-child(-n+7)[b-xee455t1g7]:before {
    background: #FFF;
}

.timeline ol li:nth-child(n+8)[b-xee455t1g7]:before {
    background: #4CAF50;
}

.timeline ol li:not(:last-child)[b-xee455t1g7]::after {
    content: "";
    width: calc(100% - 18px);
    height: 2px;
    display: block;
    background: #e0e0e0;
    position: absolute;
    top: 32px;
    left: calc(50% + 9px);
    z-index: -1;
}

.legend-circle[b-xee455t1g7] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.yellow-circle[b-xee455t1g7] {
    background: #FFC107;
}

.white-circle[b-xee455t1g7] {
    background: #FFF;
    border: 1px solid #e0e0e0;
}

.green-circle[b-xee455t1g7] {
    background: #4CAF50;
}

/* Responsive adjustments for very small screens */
@media (max-width: 480px) {
    .timeline ol li div[b-xee455t1g7] {
        transform: rotate(-60deg);
        font-size: 12px;
    }
}

/* _content/PraguePigeons/Modules/Members/Pages/SubscriptionsAdmin.razor.rz.scp.css */
