.pni-triangel-table {
    border: 1px solid #E0E0E0;
    padding: 0;
}

.pni-triangel-table p {
    margin: 0;
}

.pni-triangel-message {
    margin: 2rem 0;
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pni-triangel-error {
    background-color: #fff2f3;
    border: 1px solid #eb989d;
    color: #b84048;
}

.pni-triangel-no-course-message {
    background-color: rgb(255, 238, 218);
    border: 1px solid rgb(251, 140, 0);
    color: rgb(150, 82, 0);
}

.pni-triangel-cancel {
    text-decoration: none !important;
    border: 1px solid #eb989d;
    color: #8f4e53;
    background-color: #ffd5d8;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

.pni-triangel-cancel:hover,
.pni-triangel-cancel:focus {
    background-color: #ffced2;
    color: #bc6269;
}

.pni-triangel-list-item-column {
    display: flex;
    flex-direction: column;
}

.pni-triangel-name {
    color: #000
}

.pni-triangel-details {
    display: flex;
    font-size: 1.1rem;
    justify-content: space-between;
    flex-direction: column;
    max-width: 50ch;
}

.pni-triangel-list-item {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 1rem;
}

.pni-triangel-list-item:last-child {
    border-bottom: none;
}

.pni-triangel-list-item-info {
    flex-basis: 70%;
    justify-content: center;
}

.pni-triangel-button {
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: center;
}

.pni-triangel-button form {
    width: 100%;
    text-align: right;
}

.pni-triangel-button button {
    background-color: #0c796a;
    color: #fff;
    border: 0;
    width: 100%;
    max-width: 10ch;
}

.pni-triangel-button button:hover,
.pni-triangel-button button:focus {
    border: none;
}

.pni-triangel-table-full {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #c32932;
    font-size: 1.8rem;
    width: 100%;
    padding: 0.6rem 1.2rem;
    line-height: 1.3;
    border-radius: 0.4rem;
    font-weight: normal;
    max-width: 10ch;
}

.pni-triangel-lang {
    width: 11ch;
    text-align: left;
    padding-left: 1em;
}

.pni-triangel-details-dot {
    font-size: 0.7em;
}

.pni-triangel-date {
    width: 20ch;
}

.pni-triangel-available {
    width: 12ch;
}

.pni-triangel-available-lang {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 24ch;
    align-items: center;
}

.pni-triangel-details-dot-hidden {
    display: none;
}

.pni-triangel-flex-container:hover,
.pni-triangel-list-item:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

@media (min-width: 425px) {
    .pni-triangel-date {
        flex-basis: auto;
    }
}

@media (min-width: 500px) {
    .pni-triangel-details {
        flex-direction: row;
        align-items: center;
    }

    .pni-triangel-details-dot-hidden {
        display: block;
    }

    .pni-triangel-available-lang {
        width: 24ch;
    }
}

@media (min-width: 1024px) {
    .pni-triangel-details {
        font-size: 1.4rem;
    }
}