/**
 * 2014-2025 Presta-Mod.pl Rafal Zontek
 */
.pmgpsr {
    margin: 18px 0;
    padding: 18px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

.pmgpsr section {
    margin-bottom: 18px;
}

.pmgpsr section:last-child {
    margin-bottom: 0;
}

.pmgpsr h2 {
    font-size: 1.05rem;
    margin: 0 0 12px;
    color: #222;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    font-weight: 700;
}

.pmgpsr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pmgpsr li {
    margin-bottom: 10px;
}

.pmgpsr p {
    margin-bottom: 5px !important;
}

.pmgpsr-hidden {
    display: none;
}

.pmgpsr .contact-section .contact-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.pmgpsr .contact-section .contact-item {
    border-radius: 6px;
    padding: 14px;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
}

.pmgpsr .contact-section .contact-item a {
    display: block;
    color: #111;
    text-decoration: none;
}

.pmgpsr .contact-section .contact-item a:hover {
    text-decoration: underline;
}

.pmgpsr .contact-section .contact-item strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.pmgpsr .contact-section .contact-item .phone,
.pmgpsr .contact-section .contact-item .email {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pmgpsr .contact-section .contact-item .address p {
    display: block;
}

.pmgpsr .contact-name {
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.pmgpsr .address,
.pmgpsr .other-info {
    position: relative;
}

.pmgpsr .address .icon,
.pmgpsr .other-info .icon {
    display: none;
}

.pmgpsr .address p,
.pmgpsr .other-info p {
    position: relative;
    margin-left: 0;
    line-height: 1.55;
}

.pmgpsr .warranty-section ul,
.pmgpsr .security-section ul,
.pmgpsr .attachments-section ul,
.pmgpsr .product-code-section ul {
    padding-left: 0;
}

.pmgpsr .warranty-item,
.pmgpsr .security-item,
.pmgpsr .attachment-item,
.pmgpsr .policy-item,
.pmgpsr .product-code-list li {
    margin-bottom: 8px;
}

.pmgpsr .attachment-item a,
.pmgpsr .policy-item a {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    text-decoration: none;
    color: #111;
}

.pmgpsr .attachment-item a:hover,
.pmgpsr .policy-item a:hover {
    text-decoration: underline;
}

.pmgpsr-head {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-top: 12px;
    background: #fff;
}

.pmgpsr-head h3.page-product-heading {
    padding: 14px 16px;
    margin: 0;
}

.pmgpsr-toggle-link {
    color: inherit;
    display: block;
}

.pmgpsr-toggle-icon {
    float: right;
    font-size: 18px;
}

.pmgpsr-link-label {
    min-width: 48px;
    color: #555;
    font-style: normal;
    font-weight: 600;
}

.pmgpsr-link-arrow {
    color: #555;
    font-size: 18px;
    line-height: 1;
}
