.rich-text img.left {
    float: left;
    margin: 15px 15px 15px 0;
}

.rich-text img.right {
    float: right;
    margin: 15px 0 15px 15px;
}

.rich-text img.full-width {
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plan-card-categories {
    gap: 1rem;
}