.scotia-share-container {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.scotia-share-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scotia-share-links {
    display: flex;
    gap: 12px;
}

.scotia-share-btn {
    font-size: 0.813rem;
    padding: 6px 16px;
    background-color: #ffffff;
    color: #2d3748;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

.scotia-share-btn:hover {
    background-color: #2d3748;
    color: #ffffff;
    border-color: #2d3748;
}