.ifous-fou-program-card-term {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    background: #1a1a1a;
    height: auto;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
}

.ifous-fou-program-card-term p {
    margin-bottom: 0px !important;
    color: white;
}

.ifous-fou-program-card-status {
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: 0px;
    background: #50a72f;
    height: auto;
    padding: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 12px;
}

.ifous-fou-program-card-status p {
    margin-bottom: 0px !important;
    color: white;
}
