/**
 * Costa Platform — Design System / Icons
 */

.cst-icon {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: currentColor;
    line-height: 1;
}

.cst-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
    stroke: none;
}

.cst-icon--sm {
    width: 14px;
    height: 14px;
}

.cst-icon--md {
    width: 18px;
    height: 18px;
}

.cst-icon--lg {
    width: 22px;
    height: 22px;
}

.cst-icon--xl {
    width: 28px;
    height: 28px;
}