.gst-873190a0-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    box-sizing: border-box;
}

.gst-873190a0-container * {
    box-sizing: border-box;
}

/* Axis/Timeline lines */
.gst-873190a0-axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e2e8f0;
    transform: translateX(-50%);
    z-index: 1;
}

.gst-873190a0-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #0f172a;
    transform-origin: top center;
}

/* Timeline Layouts */
.gst-873190a0-timeline {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.gst-873190a0-item {
    position: relative;
    display: flex;
    width: 100%;
    will-change: transform, opacity, filter;
}

/* Col structure */
.gst-873190a0-col-point {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gst-873190a0-col-date,
.gst-873190a0-col-content {
    flex: 1;
    width: 50%;
}

/* Center alignments */
.gst-align-center .gst-873190a0-axis {
    left: 50%;
}

.gst-align-center .gst-873190a0-col-point {
    left: 50%;
    transform: translateX(-50%);
}

.gst-align-center .gst-873190a0-item {
    justify-content: flex-start;
}

.gst-align-center .gst-873190a0-item:nth-child(even) {
    justify-content: flex-end;
}

.gst-align-center .gst-873190a0-col-content {
    display: flex;
    justify-content: flex-end;
}

.gst-align-center .gst-873190a0-item:nth-child(even) .gst-873190a0-col-content {
    justify-content: flex-start;
}

.gst-align-center .gst-873190a0-col-date {
    display: flex;
    align-items: center;
}

.gst-align-center .gst-873190a0-item:nth-child(odd) .gst-873190a0-col-date {
    justify-content: flex-start;
    padding-left: 40px;
    text-align: left;
}

.gst-align-center .gst-873190a0-item:nth-child(even) .gst-873190a0-col-date {
    justify-content: flex-end;
    padding-right: 40px;
    text-align: right;
    order: -1;
}

/* Reversed Center Alignment styling */
.gst-align-center.gst-reversed .gst-873190a0-item {
    justify-content: flex-end;
}

.gst-align-center.gst-reversed .gst-873190a0-item:nth-child(even) {
    justify-content: flex-start;
}

.gst-align-center.gst-reversed .gst-873190a0-item:nth-child(odd) .gst-873190a0-col-date {
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 0;
    text-align: right;
    order: -1;
}

.gst-align-center.gst-reversed .gst-873190a0-item:nth-child(even) .gst-873190a0-col-date {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
    order: 0;
}

/* Left Alignments */
.gst-align-left .gst-873190a0-axis {
    left: 10px;
}

.gst-align-left .gst-873190a0-col-point {
    left: 10px;
    transform: translateX(-50%);
}

.gst-align-left .gst-873190a0-col-content {
    width: 100%;
    flex: none;
}

/* Right Alignments */
.gst-align-right .gst-873190a0-axis {
    left: auto;
    right: 10px;
}

.gst-align-right .gst-873190a0-col-point {
    left: auto;
    right: 10px;
    transform: translateX(50%);
}

.gst-align-right .gst-873190a0-col-content {
    width: 100%;
    flex: none;
    display: flex;
    justify-content: flex-end;
}

/* Point styles */
.gst-873190a0-point {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background-color 0.1s ease, border-color 0.1s ease;
}

.gst-873190a0-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.1s ease, fill 0.1s ease;
}

/* Elegant Premium Card design */
.gst-873190a0-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gst-873190a0-card-img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gst-873190a0-card-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 300px;
}

.gst-873190a0-card-body {
    padding: 30px;
}

/* Text styles */
.gst-873190a0-date {
    display: block;
}

.gst-873190a0-date-inner {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.1s ease;
}

.gst-873190a0-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
    transition: color 0.1s ease;
}

.gst-873190a0-description {
    font-size: 0.975rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.gst-873190a0-description p:last-child {
    margin-bottom: 0;
}

/* Buttons */
.gst-873190a0-btn-wrapper {
    display: flex;
}

.gst-873190a0-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tablet & Mobile Breakpoints */
@media screen and (max-width: 1024px) {
    .gst-align-center .gst-873190a0-axis {
        left: 20px;
        right: auto;
    }
    
    .gst-align-center .gst-873190a0-col-point {
        left: 20px;
        transform: translateX(-50%);
        right: auto;
    }

    .gst-align-center .gst-873190a0-item {
        justify-content: flex-start !important;
    }

    .gst-align-center .gst-873190a0-col-content {
        max-width: 100% !important;
        width: calc(100% - 40px);
        margin-left: 40px !important;
        margin-right: 0 !important;
        justify-content: flex-start !important;
    }

    .gst-align-center .gst-873190a0-col-date {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .gst-873190a0-axis {
        left: 15px !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    .gst-873190a0-col-point {
        left: 15px !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

    .gst-873190a0-item {
        justify-content: flex-start !important;
    }

    .gst-873190a0-col-content {
        width: calc(100% - 35px) !important;
        margin-left: 35px !important;
        margin-right: 0 !important;
        justify-content: flex-start !important;
    }

    .gst-873190a0-col-date {
        display: none !important;
    }

    .gst-align-center .gst-873190a0-date {
        display: block !important;
        margin-bottom: 8px;
    }

    .gst-hide-mobile {
        display: none !important;
    }
}

/* Accessibility Support */
@media (prefers-reduced-motion: reduce) {
    .gst-873190a0-progress {
        height: 100% !important;
    }
    .gst-873190a0-point, 
    .gst-873190a0-col-content, 
    .gst-873190a0-point-icon,
    .gst-873190a0-item {
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
        visibility: visible !important;
    }
}