.pmgpsr {
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

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

.pmgpsr h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.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: 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;
    color: #007bff;
    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;
}

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

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

.pmgpsr .contact-name {
    font-weight: bold;
    margin-bottom: 5px;
}
.pmgpsr .address,
.pmgpsr .other-info {
    position: relative;
}

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

.pmgpsr .address .icon:before,
.pmgpsr .other-info .icon:before {
    content: '\e55f
    font-family: 'Material Icons';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pmgpsr .warranty-section ul,
.pmgpsr .security-section ul,
.pmgpsr .attachments-section ul,
.pmgpsr .product-code-section ul {
    padding-left: 20px;
}

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

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

.pmgpsr .attachment-item a:hover {
    text-decoration: underline;
}
.pmgpsr-head {
    border: 1px solid #ccc;
    margin-top: 12px;
}

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