/*!
* ============================================================================ *
* ================ * Software:                            * ================ *
* ================ * CCT ID:       Production               * ================ *
* ================ * Publisher:   JTS Accessibility        * ================ *
* ================ *           and PC Services            * ================ *
* ================ * Copyright:   2021-2025                * ================ *
* ================ * -------------------------------------- * ================ *
* ================ *          COPYRIGHT NOTICE          * ================ *
* ================ * Written permission is required prior   * ================ *
* ================ * to copying or redistributing the     * ================ *
* ================ * code outside of JTS Accessibility    * ================ *
* ================ * & PC Services.                       * ================ *
* ================ * -------------------------------------- * ================ *
* ================ * Author:   JT Stevens               * ================ *
* ================ * Version:   2025MAugD11B             * ================ *
* ================ * website:   www.jtscodes.com         * ================ *
* ================ * -------------------------------------- * ================ *
* ================ * Created:   N/A                      * ================ *
* ================ * Modified:   2025-08-11 T11:23        * ================ *
* ================ * -------------------------------------- * ================ *
* ================ *          PROGRAM FUNCTION          * ================ *
* ================ * Fixes Accessibility issues CCT        * ================ *
* ================ * has raised in monitoring session     * ================ *
* ================ * that are marked as completed         * ================ *
* ============================================================================ *
 */

.Cards_List,.Comment_List{display:flex;width:100%;margin:0;padding:1ex 0}.Comment_List{justify-content:space-around;flex-direction:column}.Cards_List{height:auto;columns:auto;flex-direction:row;flex-wrap:wrap;align-items:stretch;flex-flow:wrap}.Cards_List>.card,.Comment_List>.card,.Card_Details{display:grid;width:100%;height:auto;box-shadow:.2ex .4ex .6ex .8ex var(--glow_0d);border:none;padding:1ex}.Comment_List>.card{justify-content:space-around;gap:1ex;grid-template-columns:5ex 2fr 1fr}.Card_Details{position:relative}.Cards_List>.card{margin:1.2ex;vertical-align:top}.Cards_List>[model=Row].card{justify-content:space-between;gap:0.4ex 4ex;grid-template-columns:minmax(40ex, 20em) 1fr minmax(32ex, 16em)}.Cards_List>[model=Col].card{min-width:40ex;max-width:20rem;height:100%;display:inline-grid;align-content:center;grid-template-rows:auto;grid-template-columns:minmax(20ex, 10em) minmax(20ex, 10em)}.Comment_List>.card>.thumb{grid-column:1/span 1;grid-row:1/span 4;width:4ex}.Cards_List>.card>.thumb>img,.Cards_List>.card>.thumb{width:100%;height:auto;vertical-align:top}.Cards_List>.card>.thumb{justify-content:center;align-content:center;align-items:center}.Cards_List>[model=Row].card>.thumb{grid-column:1/span 1;grid-row:1/span 8;max-width:20rem}.Cards_List>[model=Col].card>.thumb{grid-column:1/span 2;grid-row:1}.Cards_List>[model=Row].card>.title{grid-column:2/span 2;grid-row:1/span 1}.Cards_List>[model=Col].card>.title{grid-column:1/span 2;grid-row:2/span 1}.Cards_List>[model=Row].card>.subtitle{grid-column:2/span 2;grid-row:2/span 1;margin-bottom:2ex}.Cards_List>[model=Col].card>.subtitle{grid-column:1/span 2;grid-row:3/span 1}.Comment_List>.card>.info_left,.Cards_List>.card>.info_left,.Comment_List>.card>.info_right,.Cards_List>.card>.info_right{grid-row:span 1/span 1}.Cards_List>[model=Row].card>.info_left,.Comment_List>.card>.info_left{grid-column:2/span 1}.Cards_List>[model=Row].card>.info_left{justify-content:flex-end}.Cards_List>[model=Col].card>.info_left{grid-column:1;justify-content:flex-start}.Cards_List>[model=Row].card>.info_right,.Comment_List>.card>.info_right{grid-column:3/span 1;justify-content:flex-start}.Cards_List>[model=Col].card>.info_right{grid-column:2;justify-content:flex-end}.Cards_List>[model=Row].card>.info_left> :first-child,.Cards_List>[model=Row].card>.info_left> :last-child,.Cards_List>[model=Row].card>.info_right> :first-child,.Cards_List>[model=Row].card>.info_right> :last-child{min-width:10ex;max-width:10rem;padding:.15ex}.Comment_List>.card>.info_right> :first-child,.Comment_List>.card>.info_right> :last-child{display:block;min-width:40%;max-width:50%;padding:.15%}.Comment_List>.card>.info_right> :last-child{text-align:right}.Card_Details>.gallery{display:flex;flex-direction:row;width:auto;height:auto;justify-content:space-between;align-content:space-between;column-gap:1ex;vertical-align:middle;position:relative;columns:3;border:1pt solid var(--tint_0d);aspect-ratio:5/4}.Card_Details>.gallery>#NextSlide,.Card_Details>.gallery>#PreviousSlide{height:100%;width:100%;vertical-align:middle;border:none;background:var(--pm_color)}.Card_Details>.gallery>.image,.Card_Details>.gallery>.image>canvas,.Card_Details>.gallery>.image>img{vertical-align:middle;margin-bottom:auto;position:relative;margin-top:auto}