/**
 *  ____                _        ____
 * |  _ \ _ __ ___  ___| |_ __ _|  _ \  _____   __
 * | |_) | '__/ _ \/ __| __/ _` | | | |/ _ \ \ / /
 * |  __/| | |  __/\__ \ || (_| | |_| |  __/\ V /
 * |_|   |_|  \___||___/\__\__,_|____/ \___| \_/
 *
 * PrestaDev.pl - PD GPSR Pro
 *
 * @author    Patryk Marek <info@prestadev.pl>
 * @copyright 2012-2026 Patryk Marek - PrestaDev.pl
 * @license   PrestaDev.pl Patryk Marek Proprietary License
 * @version   1.0.0
 */
.pdgpsr-tab .pdgpsr-logo,
.pdgpsr .pdgpsr-logo {
    max-height: 4rem;
    width: auto;
    border: 2px solid #f6f6f6;
}
.pdgpsr-marking {
    width: auto;
    height: 40px;
    margin-right: 3px;
}
.pdgpsr-listing-info {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
}
.pdgpsr-listing-info .pdgpsr-listing-label {
    font-weight: 600;
}
.pdgpsr-listing-info .pdgpsr-listing-value {
    font-weight: 400;
}