@charset "UTF-8";
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
 * wgTeams module for xoops
 *
 * @copyright       The XOOPS Project (https://xoops.org)
 * @license         GPL 2.0 or later
 * @package         wgteams
 * @author          Goffy - Wedega.com - Email:<webmaster@wedega.com> - Website:<https://wedega.com>
 */

.container-team {padding:0;margin:0;}
.team-img, .member-img {}
.team-name {}
.team-descr {}
.team-readmore {text-align: right;}
.member_list {margin-bottom: 40px;}
.member-panel {padding:10px;}
.member-card {padding:0;}
.member-table {width: 100%;padding: 0;margin-bottom:20px;}
.member-label {padding: 2px 15px;vertical-align:top;}
.member-text {padding: 2px 15px;vertical-align:top;}
.member-info {height: auto;}
.member-info ul {padding-left:10px;}
.wgteams-odd div {background-color: #DFDFDF;padding: 5px;border-bottom: 1px solid #ccc;}
.wgteams-even div {background-color: #EFEFEF;padding: 5px;border-bottom: 1px solid #ccc;}
.wgteams-bordered div {border: 1px solid #e9e9e9;}
.wgteams-lined div {border-top: 1px solid #e9e9e9;border-left: 0;border-right: 0;border-bottom: 0;}
.wgt-card-panel {padding:5px;}
.wgt-card {padding:10px;background-color:#ffffff;border: 1px solid #cccccc;border-radius:5px;}

.modal-body {
    text-align: center;
}
.member-image {
    margin-bottom: 20px;
}
.member-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.member-details {
    text-align: left;
}
.member-details p {
    margin-bottom: 10px;
    color: #333; /* Dark grey text */
}
.member-details strong {
    color: #000; /* Black for labels */
    margin-right: 5px;
}
.member-details a {
    color: #007BFF; /* Bootstrap default blue */
    text-decoration: none;
}
.member-details a:hover {
    text-decoration: underline;
}
.breadcrumb li {
    margin-right:10px;
}