.pmgpsr section {
    padding: 10px;
    margin-bottom: 20px;
    background-color: var(--bs-tertiary-bg);
}

.pmgpsr h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: var(--bs-primary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 5px;
}

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

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


.pmgpsr .contact-section .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pmgpsr .contact-section .contact-item {
    flex: 1 1 calc(50% - 20px);
    border-radius: 8px;
    padding: 10px;
    /* background-color: #fff; */
}

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

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

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

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

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

.pmgpsr .contact-section .contact-item i {
    .pmgpsr font-size: 1.2em;
    margin-right: 10px;
    /* color: #555; */
}


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

.pmgpsr .warranty-item, .security-item, .attachment-item {
    margin-bottom: 8px;
}

/* .pmgpsr .attachment-item a {
    text-decoration: none;
    color: #007bff;
} */

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

.pmgpsr-hidden {
	display: none;
}

.pmgpsr .contact-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.pmgpsr-head {
    border: 1px solid #ccc;
    padding: 15px;
}

.pmgpsr-head h3{
    padding: 0px;
    margin: 0px;
}

.pmgpsr .address {
    position: relative;
}

.pmgpsr .address p {
    position: relative;
    margin-left: 32px;
    line-height: 1.6;
}

.pmgpsr .address .icon:before {
    content: '\e55f'; /* Kod ikony Material */
    font-family: 'Material Icons';
    font-size: 16px;
    position: absolute;
    top: 50%; /* Ustawienie na środku w pionie */
    left: 0; /* Pozycja w poziomie */
    transform: translateY(-50%); /* Wyśrodkowanie w pionie */
}

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

.pmgpsr .other-info p {
    position: relative;
    margin-left: 32px;
    line-height: 1.6;
}

.pmgpsr .other-info .icon:before {
    content: '\e55f'; /* Kod ikony Material */
    font-family: 'Material Icons';
    font-size: 16px;
    position: absolute;
    top: 50%; /* Ustawienie na środku w pionie */
    left: 0; /* Pozycja w poziomie */
    transform: translateY(-50%); /* Wyśrodkowanie w pionie */
}

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