/**
 * JoomProjects frontend styles.
 * @package JoomProjects
 * @version 1.5.14
 * @copyright Copyright (c) 2026 joomla.center. All rights reserved.
 * @license GNU General Public License version 2 or later
 */

/* Keep the project thumbnail compact below the md breakpoint. */
@media (max-width: 767.98px) {
    .project-icon-column {
        max-width: 12rem;
        margin-left: auto;
    }
}

/* Changelog tables: horizontal row separators only. */
.joomprojects-changelog-table > tbody > tr > * {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: var(--bs-border-width, 1px) solid var(--bs-border-color, #dee2e6);
}

.joomprojects-changelog-table > tbody > tr > td:first-child {
    vertical-align: top;
}

.joomprojects-changelog-table > tbody > tr:last-child > * {
    border-bottom: 0;
}
