/* Custom Style for Contact Page - Left Column */
.contact-info-col {
    background-color: #f7f7f7;
    /* Light Grey */
    padding: 30px;
    /* Spacing */
    border-radius: 8px;
    /* Rounded corners */
    border: 1px solid #e1e1e1;
    /* Subtle border */
    height: 100%;
    /* Full height if flexbox is used */
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
    visibility: hidden;
}

#sp-main-body {
    padding: 10px 0;
}