/**
 * Talks Display — shared styles for talk listing cards
 *
 * Used by:
 *   modules/display/ca_display_talks.php
 *   modules/display/ca_ms_display_talks.php
 *
 * @package CA_Theme
 * @version 2.5.0
 */

/* ==========================================================================
   Container
   ========================================================================== */
#talks-container { display: flex !important; flex-wrap: wrap; color: #000 !important; }

/* ==========================================================================
   Card block
   ========================================================================== */
#talks-container .talks-blocks-inner { margin: 0.5%; background: #f2f3f5; display: block; transition: all .3s ease-in-out; border: 1px solid #f2f3f5; border-radius: 10px; padding: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, .04); }
#talks-container .talks-blocks-inner:hover { background: #fff !important; border: 1px solid #ddd !important; }

/* ==========================================================================
   Talk content layout
   ========================================================================== */
.talk-content { height: 100%; display: flex; flex-direction: column; gap: 15px; justify-content: flex-start; }

/* ==========================================================================
   Category badge
   ========================================================================== */
.talks-schedule .talkcategory { padding: 0px 0 10px !important; margin: 0; width: 100%; font-size: 12px; border-bottom: 1px solid #ddd; display: flex; }

/* ==========================================================================
   Title
   ========================================================================== */
.talk-content h3 { min-height: auto !important; font-size: 16px; line-height: 24px; font-weight: 500; letter-spacing: -0.1px; }

/* ==========================================================================
   Post fields / meta
   ========================================================================== */
#talks-container .related-post-fields { font-size: 16px; line-height: 22px; display: inline-block; width: 100%; margin-top: auto; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: #555; }

/* ==========================================================================
   Speakers
   ========================================================================== */
.related-speakers { display: flex; flex-wrap: wrap; margin-top: 15px !important; border-top: 1px solid #ddd; }
#talks-container .related-speaker-foto { display: flex; align-items: center; padding: 15px 0 0 0; font-size: 12px; line-height: 14px; width: 50%; }
.related-speaker-foto img { width: 40px !important; max-width: 40px !important; min-width: 40px !important; border-radius: 250px; }
