/* Loading */
#lkn-pqd-institutes-feed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    min-width: 100%;
    position: relative;
}

.lkn-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    position: absolute;
}

/* Card */
#lkn-pqd-content-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.lkn-pqd-institute-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lkn-pqd-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    height: 135px;
}

.lkn-pqd-title h2 {
    margin: 0px !important;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.lkn-pqd-line {
    width: 100%;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

#lkn-pqd-institute-item-email p {
    word-break: break-all;
}

.lkn-pqd-institute-item img {
    width: 100%;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    display: block;
}

.lkn-pqd-intitute-informations {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}

.lkn-container-informations {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
    margin: 20px 0px;
}

.lkn-pqd-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
}

.lkn-pqd-link-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-end;
    margin: 6px 0px;
    gap: 10px;
}

.lkn-donation-link,
.lkn-pqd-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #FF4773;
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid #FF4773;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease-in-out;
    box-sizing: border-box;
}

.lkn-site-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #FF4773;
    margin: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease-in-out;
}

.lkn-site-link:hover {
    color: #FF4773 !important;
}

.lkn-donation-link:hover,
.lkn-pqd-load-more:hover {
    background-color: #FF2961;
    color: #fff;
    transform: scale(1.05);
}

#lkn-pqd-load-more-div {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.lkn-pqd-div-p-element {
    display: flex;
    gap: 5px;
}

.lkn-pqd-div-p-element img {
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    filter: invert(0.5);
}

.lkn-pqd-div-p-element div {
    padding-top: 3px;
}

.lkn-pqd-div-p-element p {
    margin: 3px 0;
    color: #7a7a7a;
}