﻿body {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.share-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    color: white !important;
}

.linkedin {
    background: #0A66C2;
}

.x {
    background: #000000;
}

.facebook {
    background: #1877F2;
}

.reddit {
    background: #FF4500;
}

.stocktwits {
    background: #1CA1F1;
}

.share-btn svg {
    width: 18px;
    height: 18px;
    fill: white;
}
