.elementor-5178 .elementor-element.elementor-element-a86ffd4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.black-line-social-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.social-intro {
    text-align: center;
    margin-bottom: 40px;
}

.social-intro h1 {
    color: #111111;
    margin-bottom: 15px;
}

.social-intro p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
    min-width: 180px;
    justify-content: center;
}

.social-link:hover {
    background-color: #e9e9e9;
    text-decoration: none;
    color: #111;
}

.social-icon {
    width: 24px;
    height: 24px;
}

.instagram-section {
    margin-top: 50px;
    text-align: center;
}

.instagram-section h2 {
    color: #111111;
    margin-bottom: 20px;
}

.instagram-widget {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.instagram-placeholder {
    color: #666666;
    font-style: italic;
    margin-bottom: 20px;
}

.instagram-instructions {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    text-align: left;
}

.instagram-instructions h4 {
    color: #856404;
    margin-bottom: 10px;
}

.instagram-instructions p {
    color: #856404;
    font-size: 14px;
    margin-bottom: 10px;
}

.follow-cta {
    background-color: #111111;
    color: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 40px;
}

.follow-cta h3 {
    color: white;
    margin-bottom: 15px;
}

.follow-cta p {
    margin-bottom: 25px;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    background-color: #E1306C;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #C13584;
    text-decoration: none;
    color: white;
}/* End custom CSS */