.fhdhl-tracking-card {
    background: #fff7f9;
    border: 1px solid #ead8df;
    margin: 2rem 0;
    padding: 1.5rem;
}

.fhdhl-tracking-card h2 {
    margin-top: 0;
}

.fhdhl-updated {
    color: #7b6970;
    font-size: 0.9em;
}

.fhdhl-events {
    border-left: 2px solid #c86f8e;
    list-style: none;
    margin: 1.5rem 0;
    padding-left: 1.25rem;
}

.fhdhl-events li {
    margin: 0 0 1rem;
    position: relative;
}

.fhdhl-events li::before {
    background: #74354c;
    border-radius: 50%;
    content: "";
    height: 0.65rem;
    left: -1.63rem;
    position: absolute;
    top: 0.35rem;
    width: 0.65rem;
}

.fhdhl-events strong,
.fhdhl-events span {
    display: block;
}

.fhdhl-events span {
    color: #7b6970;
    font-size: 0.9em;
    margin-top: 0.2rem;
}

.fhdhl-track-button {
    margin-top: 0.5rem;
}
