.ime-main {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.ime-title { font-size: 32px !important; line-height: 1.3; margin: 0 0 8px; }
.ime-intro { font-size: 18px; color: #000; line-height: 1.6; margin: 0 0 22px; }

.ime-section-heading { font-size: 26px !important; font-weight: bold; color: #000; line-height: 1.4; margin: 0 0 12px; }

.ime-empty { font-size: 16px; color: #777; padding: 18px 0; }

.ime-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.ime-card {
    display: flex; flex-direction: column;
    border: 1px solid gray; border-radius: 5px;
    padding: 15px; background-color: white;
}
.ime-card-name { display: block; font-weight: bold; font-size: 16px !important; color: #000; line-height: 1.35; margin: 0; }
.ime-card-source { font-size: 13px; color: #777; line-height: 1.4; margin: 6px 0 0; flex: 1; }
.ime-card-foot {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    margin-top: auto; padding-top: 12px; border-top: 1px solid whitesmoke;
}
.ime-card-meta { font-size: 13px; color: #777; }
.ime-card-cta {
    font-size: 15px; font-weight: bold; color: #fff !important;
    background-color: teal; padding: 10px 10px; border-radius: 5px; text-decoration: none; white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); line-height: 1.5;
}
.ime-card-cta:hover { background-color: teal; color: #fff !important; }

.ime-more-tests { display: flex; justify-content: center; margin: 50px 0px; }
.ime-more-tests a {
    font-size: 16px; font-weight: bold;
    padding: 10px 16px;
    border: 1px solid gray; border-radius: 5px; background-color: white;
    text-decoration: none; text-align: center;
}
.ime-more-tests a:hover { background-color: whitesmoke; }

.ime-comment-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ime-comment-section .comments-area {
    max-width: 768px;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 16px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .ime-title { font-size: 28px !important; }
    .ime-section-heading { font-size: 22px !important; }
    .ime-card-cta { font-size: 13px; padding: 8px; }
}
