.iframe-container {
    width: 100%;
    height: 1200px !important; /* Match the visible height of yellow box */
    overflow: hidden;
    position: relative;
    border: none;
    margin-top: -200px;
}

.cropped-iframe {
    width: 100%;
    height: inherit !important;
    border: none;
    clip-path: inset(250px 0 0 0);
    position: absolute;
    top: 00px; /* This "scrolls" the iframe down to show only desired section */
    left: 0;
    z-index: 1000;
}

.milestonesection, .summarysection {
    padding: 0 0 50px 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.InfoSection {
    background: ghostwhite;
    padding: 12px;
}

.shipment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
    /* max-width: 1300px; */
    margin: 20px auto;
    gap: 10px;
}

.tracking-id {
    font-weight: 600;
    text-decoration: underline;
    color: #1a1a1a;
    flex: 1;
}

.route {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 2;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flag {
    font-size: 18px;
}

.arrow {
    margin: 0 5px;
    font-weight: bold;
    font-size: 18px;
}

.carrier-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
    font-size: 14px;
}

.carrier {
    font-weight: 600;
    color: #0f1828;
}

.icon {
    font-size: 18px;
}

.priority {
    font-size: 12px;
    color: green;
    font-weight: bold;
}

.status-badge {
    background-color: #ffe0e0;
    color: #e63946;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.container-info-card {
    margin: 24px auto;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
    /* max-width: 1400px; */
}

.row.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.info-item {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    margin-right: 20px;
}

.label {
    font-size: 13px;
    color: #999;
}

.value {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 4px;
}

.info-icon {
    font-size: 12px;
    color: #ccc;
    margin-left: 4px;
}

.prediction .value.early {
    color: green;
    font-weight: 600;
}

.prediction-icon {
    color: #5a00d3;
    margin-right: 4px;
}

.row.update {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.update-badge {
    background: #ede7ff;
    color: #5a00d3;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 10px;
}

.update-text {
    font-size: 13px;
    color: #3d0cf0;
    max-width: 100%;
}
