
/* Remove forced max-height for issue cover image */
.obj_issue_toc .cover img {
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Make the cover link container block and full width */
.obj_issue_toc a.cover {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure the issue TOC container is full width */
.obj_issue_toc {
    width: 100% !important;
}
