.post-13887 .entry-title {
    text-align: center !important;
}

.trello-tracker-0 {
    background-color: #BA3037 !important; /* Red */
}

.trello-tracker-1 {
    background-color: #F57F20 !important; /* Orange */
}

.trello-tracker-2 {
    background-color: #D4BA31 !important; /* Yellow */
}

.trello-tracker-3 {
    background-color: #6DBE47 !important; /* Green */
}

h3.trelloint-c-h3 {
    text-align: center;
    font-family: "Forza", Sans-serif;
    font-weight: 600;
    margin-top: 25px;
}

.pre-paid-order {
    margin-bottom: 25px;
    margin-top: -15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #65bc46;
}

.selected-stage {
    color: #ffffff !important;
}

.selected-stage-queued {
    color: #ffffff !important;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.fading-stage {
    animation: fadeInOut 3s linear infinite;
}

.order-completed {
    color: #ffffff !important;
}

.trello-int-orders-cont {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0px 50px 0px;
    padding: 40px 0px 40px 0px;
}

.trello-int-track-cont {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0px 30px 0px;
    padding: 40px 0px 40px 0px;
}

.order-details-cont {
    position: relative;
    text-align: center;
}

.tr-block {
    display: flex;
    align-items: center;
}

.col1 {
    border-right: 1px solid white;
}

table th {
    padding: 10px;
}

.order-details-cont .tr-block {
    position: relative;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-top: none;
    padding: 20px;
}

.order-details-cont .tr-block .col1 {
    position: relative;
    text-align: right;
    display: inline-block;
    width: 49%;
    padding: 15px;
    color: var(--e-global-color-text);
    font-family: "Forza", Sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.order-details-cont .tr-block .col2 {
    position: relative;
    text-align: left;
    display: inline-block;
    width: 49%;
    padding: 15px;
    color: var(--e-global-color-text);
    font-family: "Forza", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.order-details-cont .order-details-green-div {
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: var(--e-global-color-secondary);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

.order-tracker {
    display: flex;
    justify-content: center;
    padding: 0 4px;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.queue-position {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -15px;
    color: #65bc46;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}

.rectangle {
    display: inline-block;
    width: 46px;
    height: 79px;
    background-color: #4F4F4F; /* Default grey for inactive bars */
    margin-right: 5px;
    transform: skew(-10deg);
    border-radius: 5px;
    transition: background-color 0.3s; /* Smooth color transition */
}

.stage-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.stage-text {
    font-weight: 800;
    color: #4F4F4F;
    position: absolute;
    bottom: 100%;
    line-height: 1em;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.date-text {
    font-weight: 500;
    color: #4F4F4F;
    bottom: 100%;
    margin-top: 3px;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.stage-wrapper:nth-child(even) .stage-text {
    top: 100%;
    bottom: auto;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Breakpoint 1 */
@media (max-width: 1200px) {
    .rectangle {
        width: 40px;
        height: 68px;
        margin-right: 5px;
        border-radius: 5px;
    }
}

/* Breakpoint 2 */
@media (max-width: 992px) {
    .rectangle {
        width: 34px;
        height: 58px;
        margin-right: 4px;
        border-radius: 2px;
    }
}

/* Breakpoint 3 */
@media (max-width: 768px) {
    .rectangle {
        width: 28px;
        height: 48px;
        margin-right: 3px;
        border-radius: 2px;
    }
}

/* Breakpoint 4 */
@media (max-width: 576px) {
    .rectangle {
        width: 23px;
        height: 39px;
        margin-right: 1.5px;
        border-radius: 2px;
    }
    .stage-text {
        font-size: 14px;
    }
}

/* Breakpoint 5 */
@media (max-width: 480px) {
    .rectangle {
        width: 17px;
        height: 31px;
        margin-right: 1.5px;
        border-radius: 1.5px;
    }
    .stage-text {
        font-size: 12px;
    }
}

/* Breakpoint 6 */
@media (max-width: 360px) {
    .rectangle {
        width: 12px;
        height: 24px;
        margin-right: 1.8px;
        border-radius: 2px;
    }
    .stage-text {
        font-size: 10px;
    }
}