/**
 * @file assets/css/frontend.css
 *
 * @copyright (c) 2024+ TIB Hannover
 * @copyright (c) 2024+ Gazi Yücel
 * @license Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @style pidManager
 * @brief Frontend stylesheet for the plugin.
 */

#igsn,
#pidinst {
    .align-justify {
        text-align: justify;
    }

    .description-color {
        color: rgba(0, 0, 0, 0.54);
    }

    .pkpButton {
    cursor: pointer;
    font-weight: bold;
    }

    /* Entry styles */
    .igsn-item-entry:last-of-type,
    .pidinst-item-entry:last-of-type {
        margin-bottom: 1.43rem;
    }
}
