.rdsp__card {
position: relative;
}
.rdsp__header {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.rdsp__badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.rdsp__title {
margin: 0;
line-height: 1.2;
}
.rdsp__desc {
margin: 0;
}
.rdsp__facts {
display: grid;
}
.rdsp__fact {
display: flex;
flex-direction: column;
}
.rdsp__fact-label,
.rdsp__fact-value {
display: block;
}
.rdsp__stations-heading {
margin: 0;
}
.rdsp__stations {
display: grid;
}
.rdsp__station {
position: relative;
padding-left: 1rem;
}
.rdsp__station::before {
position: absolute;
left: 0;
top: 0;
}
.rdsp__note {
display: block;
}
.rdsp__cta {
display: inline-block;
text-decoration: none;
margin-top: 0.4rem;
transition: color 0.2s ease;
}
.rdsp__pdf-wrap {
display: block;
}
.rdsp__pdf-btn {
display: inline-flex;
align-items: center;
text-decoration: none;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}