/* no */
.frame.frame-space-before-no {
    margin-top: 0px;
    padding-top: 0px;
}

.frame.frame-space-after-no {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* small */
.frame.frame-space-before-small,
.frame.frame-space-before-extra-small {
    margin-top: 0px;
    padding-top: var(--iw-space-small);
}

.frame.frame-space-after-small,
.frame.frame-space-after-extra-small {
    margin-bottom: 0px;
    padding-bottom: var(--iw-space-small);
}

/* medium */
.frame.frame-space-before-none,
.frame.frame-space-before-default,
.frame.frame-space-before-medium {
    margin-top: 0px;
    padding-top: var(--iw-space-medium);
}

.frame.frame-space-after-none,
.frame.frame-space-after-default,
.frame.frame-space-after-medium {
    margin-bottom: 0px;
    padding-bottom: var(--iw-space-medium);
}

/* large */
.frame.frame-space-before-large {
    margin-top: 0px;
    padding-top: var(--iw-space-large);
}

.frame.frame-space-after-large {
    margin-bottom: 0px;
    padding-bottom: var(--iw-space-large);
}

/* extra-large */
.frame.frame-space-before-extra-large {
    margin-top: 0px;
    padding-top: var(--iw-space-extra-large);
}

.frame.frame-space-after-extra-large {
    margin-bottom: 0px;
    padding-bottom: var(--iw-space-extra-large);
}