/**
 * @package     Joomla.Site
 * @subpackage  mod_thoughtoftd
 * @copyright   Copyright (C) 2005 - 2024 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 .mod-thoughtoftd{margin-bottom:1.5rem}.mod-thoughtoftd.card{border:none;box-shadow:0 .125rem .25rem rgb(0 0 0 / .075);transition:transform 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.mod-thoughtoftd.card:hover{transform:translateY(-2px);box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)}.mod-thoughtoftd .card-img-top,.mod-thoughtoftd .card-img{max-height:300px;object-fit:cover}.mod-thoughtoftd .rounded-start{max-height:100%;object-fit:cover}.mod-thoughtoftd .card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.mod-thoughtoftd .card-text{font-size:1rem;line-height:1.6;color:#495057;margin-bottom:1rem}.mod-thoughtoftd.text-bg-dark .card-img-overlay{background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .7) 100%)}.mod-thoughtoftd.text-bg-dark .card-title,.mod-thoughtoftd.text-bg-dark .card-text{text-shadow:0 1px 3px rgb(0 0 0 / .5)}.thought-text-wrapper{position:relative}.thought-text-wrapper .collapse{transition:max-height 0.3s ease}.thought-toggle{text-decoration:none;font-size:.875rem;padding:0;margin-top:.5rem;display:inline-block}.thought-toggle:hover{text-decoration:underline}.mod-thoughtoftd .btn{margin-top:1rem;font-weight:500;padding:.5rem 1.5rem;border-radius:.375rem;transition:all 0.2s ease-in-out}.mod-thoughtoftd .btn-primary{background-color:#0d6efd;border-color:#0d6efd}.mod-thoughtoftd .btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;transform:translateY(-1px);box-shadow:0 .25rem .5rem rgb(13 110 253 / .25)}.mod-thoughtoftd .btn-light{background-color:rgb(255 255 255 / .9);border-color:rgb(255 255 255 / .9);color:#212529}.mod-thoughtoftd .btn-light:hover{background-color:#fff;border-color:#fff;transform:translateY(-1px);box-shadow:0 .25rem .5rem rgb(255 255 255 / .5)}@media (max-width:767.98px){.mod-thoughtoftd .card-img-top,.mod-thoughtoftd .card-img{max-height:200px}.mod-thoughtoftd .card-title{font-size:1.1rem}.mod-thoughtoftd .card-text{font-size:.95rem}}@media print{.mod-thoughtoftd .btn,.thought-toggle{display:none}.mod-thoughtoftd.card{box-shadow:none;border:1px solid #dee2e6}}